188
I Use This!
Very Low Activity

Commits : Listings

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