Macro problem on self-built jEdit
Submitted by Thursday, 25 October, 2007 - 20:46
on
I checked out the HEAD from svn (rev 10955) and it compiled without errors. However, when I'm running it (ant run) it gives me errors from some of the built-in macros. For example:
Sourced file: /Users/jedi/projects/jedit/jEdit/build/macros/Editing/Emacs_Next_Line.bsh : Command not found: setAccessibility( boolean ) : at Line: 16 : in file: /Users/jedi/projects/jedit/jEdit/build/macros/Editing/Emacs_Next_Line.bsh : setAccessibility ( true )
Emacs_Next_Line works fine if I use it in the latest release (4.3pre1).
Has something been changed in the beanshell & macros since the latest release and how do I fix this?
Thanks!
Sourced file: /Users/jedi/projects/jedit/jEdit/build/macros/Editing/Emacs_Next_Line.bsh : Command not found: setAccessibility( boolean ) : at Line: 16 : in file: /Users/jedi/projects/jedit/jEdit/build/macros/Editing/Emacs_Next_Line.bsh : setAccessibility ( true )
Emacs_Next_Line works fine if I use it in the latest release (4.3pre1).
Has something been changed in the beanshell & macros since the latest release and how do I fix this?
Thanks!