Matt
Matt
Similar to how IntelliJ works when renaming resources. If no paths in the string constants are found, no prompt is needed. But if a match is found, users should be...
From Eclipse:  While useful by itself, for first time users forcing them to go through a _simple_ process _(unless they are VERY sure they want to skip)_ would inform...
Having a quick access button, or list of recent workspaces, to easily click and load a prior workspace would be useful for long-term projects / reverse-engineering efforts. - Also opening...
Some reasons for: - Does not regenerate generic types, causing any generic usage in decompile/recompile to fail - There are some optimization issues _(fork mostly resolves them)_ - People will...
This happens often enough. May as well make it clear why their changes _"aren't being saved"_.
Just had a guy where the jars were incomplete, so using them in the `URLClassLoader` didn't load all the necessary classes. Maven hosts the md5/sha1 of files. So this should...
* If there are `@Override`s that may be affected, warn * If the method overrides something from a library, or a base JDK class _(Ex: Warn against renaming override of...
 The two existing buttons are filters. There should be buttons for items such as `Add new member`, `Delete selected member` Adding text/tooltips may also be nice.
From eclipse:  Having a multi-step wizard with helpful graphics could be used to inform users about some basic configuration values right off the bat.
Some options: - Create a task-scheduler where tasks can have hashes so if a user tries to do multiple duplicate tasks it will wait for the first one to finish...