<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - rsyntaxetxtarea-2.5.2.jar breaks the script editor"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=851#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - rsyntaxetxtarea-2.5.2.jar breaks the script editor"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=851">bug 851</a>
              from <span class="vcard"><a class="email" href="mailto:aryeh@cc.huji.ac.il" title="Aryeh Weiss <aryeh@cc.huji.ac.il>"> <span class="fn">Aryeh Weiss</span></a>
</span></b>
        <pre>Thank you fr your reply.
Here is what I see before updating. In this case, the script editor works, but
color coding for IJ1 Macro is broken. 

The class org.fife.ui.rtextarea.RTextScrollPane is contained in
/Applications/local/fiji/Fiji.app/jars/rsyntaxtextarea-2.0.4.1.jar

After updating, I see the following:
The class org.fife.ui.rtextarea.RTextScrollPane is contained in
/Applications/local/fiji/Fiji.app/jars/rsyntaxtextarea-2.5.2.jar

Now the script editor is completely broken, with the following error message:
java.lang.RuntimeException: java.util.concurrent.ExecutionException:
java.lang.NoSuchMethodError:
org.fife.ui.rtextarea.RTextScrollPane.<init>(Lorg/fife/ui/rtextarea/RTextArea;)V
    at
net.imagej.legacy.DefaultLegacyService.runLegacyCompatibleCommand(DefaultLegacyService.java:218)
    at
net.imagej.legacy.DefaultLegacyHooks.interceptRunPlugIn(DefaultLegacyHooks.java:163)
    at ij.IJ.runPlugIn(IJ.java)
    at ij.Executer.runCommand(Executer.java:131)
    at ij.Executer.run(Executer.java:64)
    at java.lang.Thread.run(Thread.java:695)
Caused by: java.util.concurrent.ExecutionException:
java.lang.NoSuchMethodError:
org.fife.ui.rtextarea.RTextScrollPane.<init>(Lorg/fife/ui/rtextarea/RTextArea;)V
    at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
    at java.util.concurrent.FutureTask.get(FutureTask.java:83)
    at
net.imagej.legacy.DefaultLegacyService.runLegacyCompatibleCommand(DefaultLegacyService.java:214)
    ... 5 more
Caused by: java.lang.NoSuchMethodError:
org.fife.ui.rtextarea.RTextScrollPane.<init>(Lorg/fife/ui/rtextarea/RTextArea;)V
    at
net.imagej.ui.swing.script.EditorPane.embedWithScrollbars(EditorPane.java:115)
    at net.imagej.ui.swing.script.TextEditor$Tab.<init>(TextEditor.java:1364)
    at net.imagej.ui.swing.script.TextEditor.open(TextEditor.java:1585)
    at net.imagej.ui.swing.script.TextEditor.<init>(TextEditor.java:545)
    at net.imagej.ui.swing.script.ScriptEditor.run(ScriptEditor.java:55)
    at org.scijava.command.CommandModule.run(CommandModule.java:201)
    at org.scijava.module.ModuleRunner.run(ModuleRunner.java:167)
    at org.scijava.module.ModuleRunner.call(ModuleRunner.java:126)
    at org.scijava.module.ModuleRunner.call(ModuleRunner.java:65)
    at
org.scijava.thread.DefaultThreadService$2.call(DefaultThreadService.java:164)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
    ... 1 more</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>