Michael Parmeley

- Total activity 848
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 324
-
-
Michael Parmeley commented, -
Michael Parmeley commented, -
-
Michael Parmeley created a post, AnsweredWhy is New->Project From Existing Source worthless?
This 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... -
-
Michael Parmeley created a post, 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... -
Michael Parmeley created a post, 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... -
Michael Parmeley created a post, 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... -
Michael Parmeley created a post, 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...