Thomas Singer
Thomas Singer
I like the idea of first checking a certain settings path relative to the executable. If existing, it uses that, if not, it uses the default system location at %APPDATA%....
It should support intuitive search by file name, file type (file and/or directory), file content.
When opening a directory with only 66 files (.exe and .zip) on Windows using fman 1.0.9 it takes a few seconds the first time - later it becomes faster.
Out of curiosity: what do you mean with "size of a directory" - the recursive amount of files/links inside this directory?
You might be right, I just have 20 years of Java experience, but not with the Eclipse RCP (just SWT). And I'm just thinking about writing a language server for...
Sorry for the ambiguous information. I want to write a language server for assembly language for this ancient 8 bit processor. It should be used either with Eclipse or VSCode...
I had the hope to avoid having to learn TypeScript, Gradle or Eclipse plugin development to write a language server (for Eclipse or VSCode) with LSP4j, because this is just...
I _think_ what would help me further would be the simplest possible code to get up and running (without the use of special build tools like Gradle, Maven, you name...
@pisv Thanks. I've already tried https://github.com/LucasBullen/LSP4J_Tutorial, but some essential parts are missing to get it compiling. Maybe it worked 5 years ago out of the box.
Thanks. I need to confess, I don't use Eclipse but IDEA on a daily base and hence I'm already blocked with the very first instruction. > Open the [target-platform.target](https://github.com/pisv/LSP4J_Tutorial/blob/master/Eclipse_LS_Plugin/target-platform.target) file...