Adam Hardy

- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 21
-
-
-
Adam Hardy created a post, AnsweredIdea 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 commented, -
Adam Hardy created a post, Answered'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 created a post, AnsweredIdea 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 created a post, AnsweredIntelliJ 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 ...