Thursday, January 25, 2007

I am now working on code completion. I hope to finish it and test the application before the end of the month. Inserting the end of a xml tag automatically is done, I am working on providing XML completion via schema introspection and it won't take that long.

Wednesday, January 24, 2007

The XML lexer is working! I also finished the sql, html, java, dtd and properties syntax coloring.
I am now focusing on the outline view to display the code structure and code completion.

Here is as usual the latest screenshot.


Thursday, January 18, 2007

I Still have a nasty bug with syntax highlighting and multiline comments. This is preventing me from working on code completion.

See the latest screenshot

Saturday, January 13, 2007

I still have few bugs with the xml syntax colorer. Javacc is tough but interesting!

The latest screenshot


Thursday, January 11, 2007

I am almost done with the lexer stuff. Syntax highlighting almost behaves correctly. In few days, I will have a correct syntax colorer for common languages and add errors tooltips.

I have yet to start thinking about the best way to provide code completion. It shouldn't be that hard, but it must be fast!

Here is another screenshot of the syntax colorer

Tuesday, January 02, 2007

I am dealing with multiline tokens and I am making some progress. Still have to find a way to set the right amount of text to parse and color the tokens according to their type. The offset of the token is not computed correctly. Sometimes I have text already parsed appearing at strange locations.

I believe I will be able to solve it soon. The next step will be highlight errors and adding code completion.

I must release in the middle of december!

Here is a screenshot of multiline tokens handling