Hello All,
Thanks for being patient with us. We are now working on fixing bugs and adding features. Top on our priority list is fixing the missed keystroke bug that many of you have been reporting. Since we have never actually encountered this bug during development, it is a bit hard for us to confirm if it has been fixed.
In this update:
-Fixed the Lexer so that mutli-line comments are now properly detected. All escaped strings should now appear properly. Now you can tell if you added an extra “” character just by the lexer (syntax coloring) alone.
-Updated the parser so that it now has less false positives and will not throw syntax errors where there are not any. For example, hexadecimal numbers should now be properly detected as will decimal values such as “.1” which prior to this update threw syntactical errors.
-Improved the performance of the editor, hopefully the missed keystroke bug is fixed.
Whats next:
-Netbeans has a new IDE API that we are in the process of porting everything over to. This new system will allow for very complex IDE features such as indexing and adaptive code completion. This will require rewrite of quite a large portion of Cider so we will keep everyone updated on our progress.
Thank you,
M.Y. Developers [import]uid: 55057 topic_id: 27945 reply_id: 327945[/import]