188
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Mar 25, 2023 — Mar 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace bundled MacOSX plugin by successor MacOS plugin
Björn Kautler
as vampire0
More... 4 months ago
Fix NullPointerException during saving autosave settings if no previous autosave directory was set
Björn Kautler
as vampire0
More... 4 months ago
Never mark empty untitled buffers dirty, independent of settings
Björn Kautler
as vampire0
More... 4 months ago
Update launch4j to version 3.50 and also search in PATH environment variable for a Java runtime from the EXE launcher
Björn Kautler
as vampire0
More... 4 months ago
Update macOS app bundler to version 1.2.0
Björn Kautler
as vampire0
More... 4 months ago
Revert jsr305 removal
Björn Kautler
as vampire0
More... 4 months ago
Make BeanShell behave consistent and remove the need for reflection when defining classes (#4118)
Björn Kautler
as vampire0
More... 6 months ago
Increase max warnings amount for JavaDoc generation
Björn Kautler
as vampire0
More... 6 months ago
Remove unnecessary BSF dependency for scripting
Björn Kautler
as vampire0
More... 6 months ago
Fix JavaDoc generation
Björn Kautler
as vampire0
More... 6 months ago
Fix unchecked and deprecated compiler warnings
Björn Kautler
as vampire0
More... 6 months ago
Add missing contributor information
Björn Kautler
as vampire0
More... 6 months ago
removed jsr305 which is incompatible with Java module system
Matthieu Casanova
as kpouer
More... 6 months ago
Fix bug #4125 delete at the end of the line does not delete newline on java 20, 21 More... 6 months ago
Add some unit test for #4125
Matthieu Casanova
as kpouer
More... 6 months ago
Fix whitespace in CHANGES.txt
Björn Kautler
as vampire0
More... 6 months ago
refactor plugin list loading and use new JRE http client
Matthieu Casanova
as kpouer
More... 6 months ago
Introduce a SystemManager to encapsulate environment manipulation and make unit tests possible.
Matthieu Casanova
as kpouer
More... 6 months ago
use Matcher.quoteReplacement() instead of a simple replace
Matthieu Casanova
as kpouer
More... 6 months ago
some cleanup
Matthieu Casanova
as kpouer
More... 6 months ago
fix FR#554 add match index to beanshell replace context More... 6 months ago
Fix Bug #4128 No special key handling in the Errors dialog More... 6 months ago
refactor system property loading to allow loading of local files
Matthieu Casanova
as kpouer
More... 6 months ago
use optional
Matthieu Casanova
as kpouer
More... 6 months ago
deprecate TaskAdapter as interfaces can now have default implementation
Matthieu Casanova
as kpouer
More... 6 months ago
little cleanup
Matthieu Casanova
as kpouer
More... 6 months ago
remove use of concat method
Matthieu Casanova
as kpouer
More... 6 months ago
remove unused import
Matthieu Casanova
as kpouer
More... 6 months ago
add a few unit tests for GenericUtilities
Matthieu Casanova
as kpouer
More... 6 months ago
fix the test using jUnit 4
Matthieu Casanova
as kpouer
More... 6 months ago