malabar-mode icon indicating copy to clipboard operation
malabar-mode copied to clipboard

EMCS JVM Integration for Java and other JVM based languages

Results 46 malabar-mode issues
Sort by recently updated
recently updated
newest added

For example ``` unreported exception java.io.UnsupportedEncodingException; must be caught or declared to be thrown ``` Need a way to either do one of: 1 - Add it to the method...

enhancement
integration

Hi, I have no idea how to launch groovy-server. Itried both ways: by run-groovy and malabar-run-groovy. My configuration file is [here](https://drive.google.com/file/d/0B9vmnMuEyN3VeDR5UjRIa0JyRlE/view?usp=sharing). For that particular file the server does not start:...

This can probably be solved with a suitable override of semantic-analyze-scope-calculate-access, although there seems to be more to it than that (semantic-find-tags-by-scope-protection may be involved)

bug

See javadoc-helper: http://sourceforge.net/projects/javadochelp/

enhancement

http://www.emacswiki.org/emacs/AutoJavaComplete There are some good ideas here and it shouldn't be too hard to get integrated. Pull the classpath from groovy.

integration

MavenProjectsCreator in MavenProjectHandler.groovy dosn't seem to be happy with paths like /cygdrive/c/work/... I'm not sure if it's better handled in the mode or in the supporting jar. Locally, I added...

enhancement