You May Also Enjoy
Performance optimization in Eclipse based applications
4 minute read
A performance pull request usually comes with an argument, not with a measurement. This post walks through one such PR, shows how we measured it in a running...
An AsciiDoc editor for the Eclipse IDE
1 minute read
We have published an AsciiDoc editor for the Eclipse IDE. It is built on LSP4E and TM4E and uses a language server of its own, so editing, diagnostics and th...
New themes for the Eclipse IDE
1 minute read
We have published a set of additional themes for the Eclipse IDE: AI Neon, Dracula, VS Code Dark, GitHub Dark, Nord and One Light. Each one is a pure resourc...
Dead code removal in Eclipse platform and PDE
1 minute read
Every large Java code base carries code nobody calls any more. For future maintenance it is important to remove such dead code: every unused class still has ...