Michael Parmeley

- Total activity 848
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 324
-
Created Why is New->Project From Existing Source worthless?
AnsweredThis has been bugging me for years and curiosity has finally gotten the best of me. If you create a project with File->New->Project From Existing Source the resulting project only shows any "src" f... -
Created How to get scratch files to execute independently of current project
Is there a way to get scratch files to execute without wanting to compile the existing project? I have been working on refactoring a project so have a lot of compile errors right now. However, I wa... -
Created Database Viewer: tables in different schemas in same list of tables
Most database systems let you organize tables in different schemas in the same database. So for example:foo.Personfoo.Bookbar.orderbar.whateverThe database viewer in IntelliJ (using 15 now) insist... -
Created Mac OS 14.1 with Custom JDK, Font artifacts
I tried out 14.1 with the custom JDK for Mac OS and the fonts are looking better than they do with the non-custom JDK. However, there are now very noticeable black artifcats around each letter. I t... -
Created Scratch files appear to be worthless
Am I missing something or are scratch files worthless? You can't execute them, you don't get javadoc quick lookup, you don't get code completion, you don't get code formatting, and the IdeaVIM plug... -
Created Option for the old completion behavior
Is there a way to bring back the old completion behavior before the Eclipse whiners got their way? Over the last couple of releases I have noticed that code completion has actually become less help... -
Created Add method to interface
Is there a refactor available that if I add a method to a interface, a stub for the method will automatically added to all implementers? It would save a lot of tediousness if there was. Nothing is ... -
Created Where is "Share Configuration" at in Run/Debug Configurations?
Prior to IntelliJ 12 the Run/Debug configuration dialog used to have a Share Configuration checkbox that would generate a run configuration.xml file in the .idea project directory. This would let m... -
Created Red code in logback.groovy
IntelliJ 12.1.4 doesn't seem to recognize the logback configuration methods. They are all red (dark bolded red), scan, appender, logger, root, rollingPolicy, encoder, etcIs there some additional se... -
Created IntelliJ 12 and Subversion 1.8
Has anyone tested IntelliJ 12 against a Subversion 1.8 repository? Does it work?