emacs-gradle-mode icon indicating copy to clipboard operation
emacs-gradle-mode copied to clipboard

minor mode for emacs to run gradle from emacs and not have to go to a terminal

Results 10 emacs-gradle-mode issues
Sort by recently updated
recently updated
newest added

I don't care about launching or connecting to gradle from Emacs, I just want to edit *.gradle files and have basic syntax highlighting. Could there be a major mode for...

Allows for use with programs that require input on stdin for any reason.

Putting `.` in `$PATH` creates certain security concerns, so many of us avoid doing that. Without `.` in `$PATH`, running a `gradlew` script in the current directory requires an explicit...

Added the shell-quote-argument function before assigning to the gradle-executable variable which will be the file executed by the shell with the compile function.

I have been trying to get this to work for a couple of days now with no luck. It looks like locate-dominating-file is not supported anymore! I tried porting it...

I have just discovered this repository, as it's grails-mode has entered MELPA. There is also https://github.com/russel/Emacs-Groovy-Mode the groovy-mode of which is in MELPA, but the grails-mode of which was never...

`C-g` is supposed to be reserved for quitting an interaction with emacs. Binding it in a key sequence causes at least these issues: - `C-h k` doesn't work for any...

This commit provides a completion on `gradle-execute`. - You can control the completion on/off via `gradle-use-task-completion`. - It first grab the list of task names by executing `gradle tasks`, the...

since `Commentary` is shown when looking at this in list-packages (I have now installed this package twice looking for syntax highlighting 🙈 )