imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Update rsyntaxtextarea to version 2.5.3 #21

Closed stuyvenberg closed 10 years ago

stuyvenberg commented 10 years ago

(Until version 2.5.2 of RSyntaxTextArea is available on maven.imagej.net, this request should be ignored. :-) )

In the hopes of improving compatibility with Micro-Manager, as well as keeping dependencies up to date, I've created this patch series to update imagej-ui-swing to the second-latest version of the RSyntaxTextArea API. (2.5.3 was released on 30 June.)

The first patch is just a fixup to catch some missed token instance -> TokenType references. The next changes the version in the POM. The remaining three are minor fixes to API (probably they could've been rolled into one patch, but this works).