Skip to content

Commit e2536b8

Browse files
committed
Reenable JavaLanguageSupportPlugin
Closes imagej/imagej-ui-swing#59.
1 parent 07b63eb commit e2536b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/org/scijava/ui/swing/script/languagesupport/JavaLanguageSupportPlugin.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import java.io.IOException;
3535

3636
import org.fife.rsta.ac.java.JavaLanguageSupport;
37+
import org.scijava.plugin.Plugin;
3738
import org.scijava.ui.swing.script.LanguageSupportPlugin;
3839
import org.scijava.ui.swing.script.LanguageSupportService;
3940

@@ -44,9 +45,7 @@
4445
* @see JavaLanguageSupport
4546
* @see LanguageSupportService
4647
*/
47-
// This plugin is temporarily disabled pending a resolution for:
48-
// https://github.com/bobbylight/RSTALanguageSupport/issues/26
49-
//@Plugin(type = LanguageSupportPlugin.class)
48+
@Plugin(type = LanguageSupportPlugin.class)
5049
public class JavaLanguageSupportPlugin extends JavaLanguageSupport implements
5150
LanguageSupportPlugin
5251
{

0 commit comments

Comments
 (0)