dubreuia/intellij-plugin-save-actions

ability to compile and reload files.

Ericgzzc opened this issue · 0 comments

This is a very useful plugin
I recently changed from Eclipse and I was missing the recompile when on save here in IntelliJ

I disabled the automatic save on IntelliJ and only trigger when I save the file.

image

I would like to be able to compile the file on save and reload files when debugger is on

essencially check both checkbox, right now I'm only able to check one.

if the Compile checkbox is checked the files are recompiled

if Reload files running the debugger is checked, it compiles the files and reload the classes
but if the debbugger is turn off it doesnt compile the files anymore.