Goto declaration fixes

JSyntaxPane updated JFlex for unicode ranges
Goto this declarations
This commit is contained in:
Jindra Petřík
2014-11-09 13:28:52 +01:00
parent 7f4672e43b
commit f3690a0e3c
18 changed files with 312 additions and 150 deletions

View File

@@ -95,7 +95,7 @@ public abstract class GraphTargetItem implements Serializable {
writer.startOffset(src, pos, srcData);
appendTo(writer, localData);
if (needsSemicolon()) {
writer.append(";");
writer.appendNoHilight(";");
}
writer.endOffset();
return writer;