Menu

#3736 StandaloneTextArea cannot load keymaps

closed-fixed
7
2012-08-27
2012-08-27
No

The Standalone Textarea cannot load keymaps because they are not in the jar file.
Exception in thread "main" java.lang.NullPointerException
at java.util.Properties$LineReader.readLine(Properties.java:418)
at java.util.Properties.load0(Properties.java:337)
at java.util.Properties.load(Properties.java:325)
at org.gjt.sp.jedit.textarea.StandaloneTextArea.loadProperties(StandaloneTextArea.java:568)
at org.gjt.sp.jedit.textarea.StandaloneTextArea.createTextArea(StandaloneTextArea.java:539)
at org.gjt.sp.jedit.textarea.StandaloneTextArea.main(StandaloneTextArea.java:638)

Discussion

  • Matthieu Casanova

    • status: open --> closed-fixed
     
  • Matthieu Casanova

    fixed in rev 22077

     

Log in to post a comment.