Commit graph

7 commits

Author SHA1 Message Date
minh
aad8ec1895 feat(java): java.el takes java-ts-mode into account
allow +java-current-package and +java-current-class functions to operate
on java-ts-mode (the java tree-sitter mode) not just java-mode.
2024-03-10 00:54:34 -05:00
Henrik Lissner
788e507d49
fix(java): errors in company-yasnippet snippet previews
Because company-yasnippet expands each snippet to produce a preview in a
temporary (and fundamental-mode) buffer, java-current-class and
java-current-package throws errors, so I've added a special case to
return a placeholder if expanded in a temporary buffer.
2023-02-22 00:46:47 -05:00
Henrik Lissner
ad6a3d0f33
refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.

featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
daanturo
a7753dd058 Rename Groovy REPL command
+java/groovy-open-repl -> +java/open-groovy-repl: the old name's format
can't be found via `+eval-open-repl`
2021-04-16 23:22:30 +07:00
Henrik Lissner
03162466c6
Fix fix for #3731
Get fixed.

See ab3376869
2020-08-11 19:22:32 -04:00
Henrik Lissner
ab3376869d
Fix #3731: fix dap-java keybinds 2020-08-11 19:19:01 -04:00
Henrik Lissner
d1b3021304
lang/java: refactor commands out into autoloads 2020-05-08 06:23:05 -04:00