Paul Mallon
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
Paul Mallon commented, -
Paul Mallon created a post, AnsweredIntellij Ultimate not rendering properly on mac
Hi there, in the last couple of days it appears that Intellij IDEA is not rendering properly on my macbook. Buttons are missing from the project window, and files aren't rendering in the editor p... -
-
Paul Mallon created a post, AnsweredAndroid builds stopped working after latest upgrade
Hi, Everything was working fine this morning, I upgraded my IDE and went for a meeting, when I came back the android pluging seemed to have been uninstalled. After re-adding that, then upgrading ... -
-
Paul Mallon created a post, How can I set a specific NDK in IDEA Ultimate?
I've started working on an android project at work. The setup document says I need to specifically use NDK 24.0.79. I can't see a way to specify that in the IDE (IDEA Ultimate). When setting up... -
Paul Mallon created a post, AnsweredHow can I set up my intellij style xml file to organise imports in a specific order?
Intellij keeps reordering my imports like so: import app.v1.myModule.db.model.InternalError; import app.v1.myModule.db.model.*; Whereas our maven checkstyle wants the order like so: import app.v1....