Nelson Loyola
Nelson Loyola
When using the command `eclim-run-class` the output is displayed in the `*compilation*` buffer. However, when using the `eclim-java-run-run` the output is displayed in a different buffer. It it possible for...
Is someone in charge of this project? Can we get some feedback on when the pull requests will be reviewed and acted on?
Runs a configuration in the compilation buffer.
The command `eclim-run-java-doc` fails when running it for multiple projects in the same workspace. I get the following error: ``` shell-quote-argument: Wrong type argument: listp, "/home/user/workspace/myproj" ``` I changed the...
In the stats buffer, when the user presses the RET key, the corresponding file is opened in another window.
When I have the same buffer in side by side windows (`C-x 3`), the other buffer's start position is changed after calling `lsp-ui-peek-find-definitions`. For example, if my file is 80...
When I use `anzu-query-replace-regexp` and want to repeat the same replace at a later time using `repeat-complex-command` it does not come up in the history. However, if I use `query-replace-regexp`...
Allow Emacs Eclim to open multiple projects, each communicating with a different Eclim server, where the Eclim servers run on different ports. See `nailgun.server.port` on this [page](http://eclim.org/eclimd.html#eclimrc) for how to...
Would it be possible to indent For Comprehensions like this? ```scala for { i (x%2) == 0) j
I'm using lsp-java with: * Emacs 29 * Debian 12 * Java 21.0.1 When I use `M-x lsp-java-update-server`, I get the following message: ``` lsp-java-update-server: lsp-java-update-server is deprecated, use ‘C-u...