Paul Mallon
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
-
-
Paul Mallon 创建了一个帖子, 已回答Intellij 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 创建了一个帖子, 已回答Android 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 创建了一个帖子, 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 创建了一个帖子, 已回答How 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....