intellij-15

Error running scratch file in IntelliJ 15

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 10:39:50
Code: I get the following when running it: Reference: https://www.youtube.com/watch?v=AmeDNZ-86ig Settings (did not change anything here): Got a solution see record "Eugene Zhuravlev 18 Feb 2016, 16:29" here: https://youtrack.jetbrains.com/issue/IDEA-140228?replyTo=27-1304218 Seems like under mac IDEA's custom SDK home points to "IntelliJ IDEA 15.app/Contents" instead of "IntelliJ IDEA 15.app/Contents/Home". As a workaround please define a project JDK in Project Structure | Project Settings | Project 来源: https://stackoverflow.com/questions/35457087/error-running-scratch-file-in-intellij-15

Is it possible to change the console font size in IntelliJ IDEA

元气小坏坏 提交于 2019-12-01 02:06:02
Is it possible to change the console font size in IntelliJ IDEA? I changed the actual text size under Settings > Editor > Font , but "console/terminal" font is too small. I'm using Community Edition 15 Works on every Intellij Version Press Ctrl+Shift+a and search for console font : Select Console Font and the right settings menu will be opened. Intellij Version < 2018 Open Settings -> Editor -> Colors & Fonts -> Console Font You can change font size and colors there but you have to save the Scheme into a custom scheme before you can change the values. I am using the ultimate edition. If you

IntelliJ collapsing single line methods

99封情书 提交于 2019-11-30 10:41:49
Since I've updated my version of intelliJ (14.x to 15.x) it has started automatically collapsing single line methods in the Java editor: Previous version: public void setContext(SecurityContext context) { this.context = context; } Latest version: public void setContext(SecurityContext context) { this.context = context; } Is there a way to prevent this? I find the original version much easier on the eyes! Thanks. Open 'Settings' from the File menu. Under 'Editor' -> 'General' -> 'Code Folding', you will find a 'Collapse by Default' section. Simply uncheck 'One-line methods' and click OK. For

Select current line in intellij

Deadly 提交于 2019-11-29 02:48:25
Is there any way to select the whole line at caret in IntelliJ 15? I know you can select the current word (ctl + w), go to beginning/end of line but I can't find a current line selection feature. garci560 Simply hit ctrl+c. Note that for this to select the whole line, you need to ensure that nothing is already selected; otherwise it'll work as an usual "copy" command. JimHawkins move caret to line on Windows, press ctrl + shift + a . This popup appears, where you find Select Line at Caret for quick access, you can specify a shortcut in Settings I would like to also add the following from

Select current line in intellij

偶尔善良 提交于 2019-11-27 22:00:56
问题 Is there any way to select the whole line at caret in IntelliJ 15? I know you can select the current word (ctl + w), go to beginning/end of line but I can't find a current line selection feature. 回答1: Simply hit ctrl+c. Note that for this to select the whole line, you need to ensure that nothing is already selected; otherwise it'll work as an usual "copy" command. 回答2: move caret to line on Windows, press ctrl + shift + a . This popup appears, where you find Select Line at Caret for quick