Anthony Lovell
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created auto-import choosing broken (for me)
When I have a Class name in red, I used to be able to mouse-over it (or something -- I never could figure out the logic definitively) and see a guess or several offered for adding an import to the ... -
Created Auto-Complete sort logic... how to make it "dumber"?
I am doing things such as cmd+N to find and open a class by typing its name, and find the excessively clever logic in how results are sorted a source of aggravation.Specifically, the drop-down box ... -
Created How to end a rename refactoring?
AnsweredI am using IDEA 12I press enter (as I used to, long ago, with prior versions of IDEA) and what now happens is that the refactoring does not complete -- a linebreak is inserted within the new identi... -
Created KeyMap question -- how to select drop-down member function? (SOLVED)
Somehow my KeyMap was smurfed and I cannot tell what entry in the keymap causes it so that when the code-completion feature of the editor appears that you can cursor down to the desired function an... -
Created How to import Project/Module from build.xml?
I have had mixed success with Eclipse import, but see no comparable means of making easy use of JME3, which comes with Ant's build.xml files.Is there some way I can quickly have IDEA 10 see this fi... -
Created Android project from Eclipse... classes.dex issues
I am trying to get my project (formerly working in Eclipse) up and going in the IDEA 11 trial period.The project structure is thus (for one of several apps in the project) is as follows. This is,... -
Created Creating JNLP/Web Start
There does not seem to be much intrinsic support for creating a Web Start-able app.The ideal embodiment would, IMO, allow me to simply select a given runtime configuration and infer the classes nee... -
Created ant build vs build
I am doing some development using Google's Android phone SDK, and it generates a build.xml file.The upshot of the build cycle is that ant build is the way to go, and I can trigger this from within ...