Package: libjsyntaxpane-java / 0.9.6~r156-6

Metadata

Package Version Patches format
libjsyntaxpane-java 0.9.6~r156-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
NPE_null_scroll_pane | (download)

src/main/java/jsyntaxpane/components/LineNumbersRuler.java | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 avoid a npe when the ruler is installed before the scrollpane
 This could happen by passing the content type to the JEditorPane
 constructor, ie clearly before the addition of the editor pane to a
 scroll pane.
load bundle i18n | (download)

src/main/java/jsyntaxpane/actions/gui/ReplaceDialog.java | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

---
scala property comments | (download)

src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/scalasyntaxkit/config.properties | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the comment marker for scala.
js problem java8 | (download)

src/main/resources/META-INF/services/jsyntaxpane/scripts/insertdate.js | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---