-
I wanted to try the Finish Him! plugin, but found that one of my user edit modes was replaced by the default version. Upon further investigation I found that the content of the catalog file in the user edit modes directory was replaced by:
----
...
2009-11-04 11:10:03 UTC in jEdit
-
Simple example:
----
class TestCommandlet extends Commandlet;
`define macro(a,b) `a >= `b
function bool Test(int a, int b)
{
if (`macro(a, b)) {
return true;
}
return false;
}
----
When analyzing this class, UnCodeX prints out this error:
----
Unhandled exception in class TestCommandlet: Access violation at address 004CB679 in module 'UnCodeX.exe'. Read of address...
2008-03-01 08:43:42 UTC in UnCodeX
-
The ANTLR edit mode currently lacks support for character literals and escaped characters in strings.
ANTLR comes with a jEdit 4.0 edit mode file. It would be nice to see that included with jEdit, with the necessary modifications of course.
2006-11-15 10:59:30 UTC in jEdit