-
Other projects would like to use it, but right now it's kind of coupled with CIDER itself. Extracting it won't be hard, but it will definitely require some efforts.
@vspinu volunteered to do this ori…
-
Hi,
This issue is not really an issue, nor strongly related to JDEE's source code, but rather a question I'm sure you have the answer... Soory if it's not the right place to ask it.
I really like th…
-
Would be good to add an automated build and dependency mechanism such as Cask.
This would facilitate the use of travis-ci, as well as the production of a pre-defined package which could be put onto m…
-
All of these are several years old. I don't know what they all do, but I figured I'd post them here to see if anyone felt strongly about keeping them:
- https://github.com/NixOS/nixpkgs/blob/master/ma…
-
I am using Emacs 24.3.1 on Mint Linux. When I am trying to customize jdee checkstyle classpath via customization buffer (customize-group "jdee checkstyle") I get "invalid widget type" when trying to p…
-
Hi,
I recently realized that the JDE menu has disappeared from my menu bar (thus no more compile/run/javadoc/etc entries accessible).
Now I only have: File Edit Buffers Tools Classes Java Development…
-
In the following lines
```
String a = "JSON";
if ("HTML".equalsIgno...(a)) { xxx }
```
If I try to "jdee-complete" where the "..." are, I get the following error :
Beanshell expression evaluation e…
-
Hi,
I'm currently working within a big project that is split in several parts, which are each managed in a independant svn "repos" (I don't like the "repos" term... In fact they are independant dirs …
-
Like the title says, when I attempt a "jdee-complete" on any class from the JVM (List, Map, HashMap, etc.) I get the error: "jdee-read-class: Not match for ".
I've attempted to add "/usr/local/openj…
-
## Expected behavior
## Actual behavior
when I exectute "C-c C-k", there is error:
progn: Wrong type argument: number-or-marker-p, nil
## Steps to reproduce the problem
when I exectute "C-c C-k", …