Tagged Questions
0
votes
2answers
61 views
Is it possible to import a group of import statements from another file in Java?
I don't believe this feature exists in Java, and probably for good reason, but occasionally I like to import static a lot of methods in multiple classes, or even import static ...
0
votes
0answers
103 views
Embedding a web application inside Eclipse/IntelliJ
I have a couple of questions regarding Eclipse and IntelliJ IDEA support for building a plugin that can...
show (and accept user input to) an interactive web application (with drag-and-drop diagram ...
1
vote
0answers
367 views
Graphical Workflow Editor plugin to Eclipse/IntelliJ/Webapp
I'm considering developing a multi-platform graphical workflow editor as a plugin for Eclipse and/or IntelliJ. The editor would work in a way similar to tools such as Visio/OmniGraffle/Activiti ...
0
votes
1answer
83 views
IntelliJ10 Checkstyle and JavaDocs [closed]
We have created a checkstyle-rules.xml in our company, and we use intelliJ checkstyle plugin to read it and display all check style violation errors. Is there a way of autocorrecting all checkstyle ...
1
vote
0answers
172 views
Does IntelliJ GWT studio plugin support Hotswap of GWT client side classes?
I am working on a project using GXT. When I use eclipse as the development environment, I see that the client side classes are being hot swapped.
For example, if there was a button pressing which ...