markiewb
markiewb
FYI This plugin only provides formatting features. Cleanups in Eclipse are refactoring actions, not formatting actions. Different API, different engine. So file feature requests at https://github.com/dubreuia/intellij-plugin-save-actions like @krasa said.
@cluettig: Is restarting IDEA after changing the Swing theme a reasonable workaround?
Yes, I will propose a PR. I am not 100% sure about handling mixed modules in one IDEA project from different git repos. I can think of a preference mechanism,...
As a workaround you could put the configuration on a fileshare, which you have mounted into your filesystem. A cron job or another trigger could update the file once a...
I provided code for the save-actions plugin, which does the check - https://github.com/dubreuia/intellij-plugin-save-actions/pull/77. But the issues occures even without the save-actions plugin
See the sections - Language Embedding - Providing language embedding at http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-lexer/index.html And as always @GeertjanWielenga has some code samples https://blogs.oracle.com/geertjan/entry/embedding_javascript_editor_in_java https://blogs.oracle.com/geertjan/entry/syntax_coloring_for_clojure https://blogs.oracle.com/geertjan/entry/html_embedding_for_freemarker
> Find out how to enable word wrap in the editor component and add an option to the plugin's own options panel. The integration into NetBeans would not be as...
@branflake2267 : I had to lookup the auto-discovery logic to reimplement it in gwt4nb and this code duplication here wondered me...
@tbroyer : I do not mind. It is your project. _g_ Please review again. I updated the code regarding your comments and also squashed the commits into a single one....
I fixed the failing tests. At least locally. Lets for buildhive...