As I mentioned in a previous post, Copernic Desktop Search 1.5 beta is currently available to the public. One of the most important new features was for me the introduction of an extensibility API. When I wrote that first announcement, I hadn’t had a close look at the API. By now I’ve found out that it’s about extracting data from new file types, nothing more or less than that. I’d wish, and maybe I should add that to my list of things I’d like to see in CDS, they would extend that extensibilit …


I’ve been using Developer Express components with VS.NET 2005 (beta 1) for a while, but nearly always in forms that I had previously created with VS.NET 2003. Now, suddenly some problems showed up when these old forms were edited, specifically with XtraGrids and XtraEditors on them. These problems were quite severe, as the VS designer would simply refrain from persisting all properties that are stored in “inner objects” of the main component.

This concept is used all over the DX libraries, for …


I was recently trying to find a solution for a problem with code pages in Zope, in conjunction with Structured Text. The basic problem, which is discussed all over the web, is this: the correct code page has to be configured in the running Zope instance to make STX work correctly with “non-US” ASCII characters. If this is not done, there’ll be problems with special formatting, because STX can’t find the borders of words correctly.

Example: *snídaně* should really appear as snídaně and `**F …


I linked to Gaurav Khanna’s first article about his managed Windows CE Remote API in a previous post. Now there’s an update available. Details in his new blog post.


Via Tameem Ansari’s post: Blogging around the CLR (Shawn Farkas’ .NET security blog) is a comprehensive list of blogs by members of the “extended CLR team”. Certainly a lot of interesting reads among these.


2005-02-28

Today I saw on the web the homepage of Jeff Relf. Of course that’s just my personal opinion, but that guy has a really weird visual setup in his Windows! The first thing I saw was this shot of a Visual Studio window:

x_cpp.png

(I downloaded this image to my server to avoid creating too much traffic for Jeff. The original source is here.)

If you like what you see, on the web page you can find a user stylesheet for Firefox that’ll make web pages look just the same! …


Peter Golde has published a note on his blog about the new MSDN TV video on Power Collections. In the interview, Peter talks about the genesis of the project and various design decisions and he gives an overview of the library structure and the differences between the various collection classes. The whole project is kind of a collaboration between Peter, people at Microsoft who’ve helped launch the whole thing and a community built around Peter’s blog and the PowerCollections forum.

One thing …


I thought I’d pass on a collection of links to articles on debugging I’ve read today. Much of this is not new, but I guess I’m not the only one who doesn’t feel the need to use additional debugging tools every day… meaning apart from those that are integrated in the IDE. I used to do much more of that when I did more development for Linux, but right now the VS integrated debugger is the only one I’ve been using for a while. I guess that may change, though, because I’m really positively surpri …