File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/org/scijava/ui/swing/script/languagesupport Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3434import java .io .IOException ;
3535
3636import org .fife .rsta .ac .java .JavaLanguageSupport ;
37+ import org .scijava .plugin .Plugin ;
3738import org .scijava .ui .swing .script .LanguageSupportPlugin ;
3839import org .scijava .ui .swing .script .LanguageSupportService ;
3940
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 )
5049public class JavaLanguageSupportPlugin extends JavaLanguageSupport implements
5150 LanguageSupportPlugin
5251{
You can’t perform that action at this time.
0 commit comments