fix coding style |
|
More...
|
about 5 years ago
|
SearchMatcher are not thread safe |
|
More...
|
about 5 years ago
|
highlight selection also works in other edit panes |
|
More...
|
about 5 years ago
|
cleanup |
|
More...
|
about 5 years ago
|
Made a larger plugin download dialog, patch submitted in bug #4050 (Kalle Helminen) |
|
More...
|
about 5 years ago
|
checkHashString method takes a non null char array. It changes nothing except avoid false warning in IntelliJ idea |
|
More...
|
about 5 years ago
|
fix coding style |
|
More...
|
about 5 years ago
|
Store rules in an array instead of a Map avoiding computations |
|
More...
|
about 5 years ago
|
Store the glyph width in the GlyphCache to make token marking faster (about 15%) |
|
More...
|
about 5 years ago
|
coding style and initialize a bigger mode map as we have more modes now |
|
More...
|
about 5 years ago
|
revert a wrong change, that's a hashmap |
|
More...
|
about 5 years ago
|
ruleMap can contains null, that's not good but it is like that for now |
|
More...
|
about 5 years ago
|
minor coding style change |
|
More...
|
about 5 years ago
|
better plugin loading |
|
More...
|
about 5 years ago
|
update the panel updated before the plugin model has been updated (in a background thread) |
|
More...
|
about 5 years ago
|
some minor changes |
|
More...
|
about 5 years ago
|
in fact getTextLocation() must not return null, the JVM doesn't like that |
|
More...
|
about 5 years ago
|
fix another NPE |
|
More...
|
about 5 years ago
|
fix coding style and a NPE often occuring when changing window |
|
More...
|
about 5 years ago
|
use <> operator |
|
More...
|
about 5 years ago
|
coding style |
|
More...
|
about 5 years ago
|
added a test for loadStyles |
|
More...
|
about 5 years ago
|
prepare the plugin list in a background thread to let the EDT thread do something else |
|
More...
|
about 5 years ago
|
I forgot it |
|
More...
|
about 5 years ago
|
separation of IO task and GUI work, create GUI dialog on EDT thread |
|
More...
|
about 5 years ago
|
new methods toString & toByteArray |
|
More...
|
about 5 years ago
|
proto mode: add a few keywords |
|
More...
|
about 5 years ago
|
refactoring to make it easier to understand |
|
More...
|
about 5 years ago
|
some coding style |
|
More...
|
about 5 years ago
|
some tests for SegmentCharSequence |
|
More...
|
about 5 years ago
|