Adam Hardy

- 活动总数 89
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 21
-
-
-
Adam Hardy 创建了一个帖子, 已回答Idea 2019.2EAP SQL Session/Services Window - Results Pane size
Hi there, when I execute an SQL query, IntelliJ Idea is showing me the window with the layout laid out as below. You can see the results pane needs enlarging to view properly. Even if I enlarge the... -
Adam Hardy 进行了评论, -
Adam Hardy 创建了一个帖子, 已回答'Introduce local variable' vs 'Split into declaration and assignment'
list.add(instantiateRequest(jobName, resultSet)); With `ALT+ENTER` IntelliJ offers me the 'Introduce local variable' refactoring. But with this code, it refactors it to this: boolean add = list.a... -
Adam Hardy 创建了一个帖子, 已回答Idea 2019.2EAP losing the cursor in the editor
About 5 times a day, Idea just loses the cursor. While working in the editor, the cursor will suddenly disappear. Focus remains on the editor window, although there is no cursor visible and keyboar... -
-
-
-
Adam Hardy 创建了一个帖子, 已回答IntelliJ not reading pom.yml in maven polyglot project
Hi, a colleague and I are both using 2019.1 We have a maven java project in git which is using the polyglot plugin / extension.xml to read a pom.yml file as YAML instead of XML. For me this works ...