JosephCooney

Putting the 'Junk' in DotNetJunkies

<October 2008>
SuMoTuWeThFrSa
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678


Navigation

My GotDotNet Samples

Subscriptions

News

I've moved my weblog to jcooney.net. Come and visit me there.


Friday, April 16, 2004 - Posts

More XPath Syntax Hilighting

I've been making a few more changes to my XPath syntax hilighting I mentioned earlier. If you recall the previous example XPath location path abbreviations like @foo were being expanded to their full text like attribute::foo. This might be a little weird/annoying, so the parser has been modified to 'remember' if it was using the abbreviated syntax or not. This means that (apart from whitespace) there is a pretty high correlation between what you type and the hilighted text that appears. I've also added a few enhancements - for example user defined functions are hilighted in a different colour to regular functions (in the example below coalesce() is a user-defined function while concat() and string() are built-in). I'm still not sure how all this is going to finish up - I haven't given any thought to namespaces except write a whole bunch of //TODO comments, and there is still the whole issue of adding Intellisense (tm).

posted Friday, April 16, 2004 9:56 AM by JosephCooney

Go with the Flow
I was just over at Pragmatic Dave's weblog getting ready to do some mental push-ups when I saw this post on Flow: it sounds pretty awesome. Stu Halloway (formerly of Developmentor) is involved.Their site does not have a lot of technical details. They seemed to be targeting OSX as a platform initially which seemed a bit odd. Still, it looks very cool.

posted Friday, April 16, 2004 8:15 AM by JosephCooney




Powered by Dot Net Junkies, by Telligent Systems