Tgm1024
- 活动总数 79
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 14
- 订阅数 17
-
创建于 Did the error stripe go away in 2022.3.2 CE?
已回答For some reason, the error and warning stripes no longer appear in my editor scrollbar. Was this feature discontinued? IntelliJ IDEA 2022.3.2 (Community Edition)Build #IC-223.8617.56, built on ... -
已编辑于 How to remove IDEA's titlebar?
已回答(Note, not the file menu bar, but the titlebar of the window itself). Firefox and some other apps seem to be allowing this, and I could use the extra vertical space. Any IDEA ideas? -
已编辑于 IDEA 3.1----Unlike 2.4, Darcula theme squashes my editor background color on import
已回答(Linux Mint Mate, 18.mumble---based upon Ubuntu 16.04, on intel x64 machine) Ok, having tested this side-by-side with 2.4, what happens is this: 1. WORKING: When I [re] install 2.4, while on a Da... -
创建于 Way to highlight parts of words permanently? (Find is too limited)
已回答There are times where coding certain libraries becomes a horrifying exercise in visual pattern recognition. Is there a way to highlight (or otherwise color) certain text matches? Take the following... -
创建于 Can I import "common" editor settings from IDEA into PyCharm?
I've tried importing only select sections of the IntelliJ IDEA exports (keybindings, colors) into PyCharm, hoping to see if any of the commonality between the two IDE's is copied over. I've had no ... -
已编辑于 Custom Setter template with one statement makes one line<---works. But with two statements it goes full block(?)
已回答IntelliJ IDEA 2018.1 EAP (Community Edition)Build #IC-181.3741.2, built on February 13, 2018JRE: 1.8.0_152-release-1136-b11 amd64JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.oWindows 10 10.0 Ok... -
创建于 Column Selection (box select) permanently fattens cursor
已回答Going into column select will visibly fatten the cursor (on my screen it looks something like 3x fatter). Okidoki. But hopping out of column selection (and returning to regular selection) does not... -
创建于 Have Format leave spacing alone?
已回答I found the place where I can have the Code Style for my code to have or not have spaces around (say) the equals sign, but I can't find out where I can set it to ignore whatever spacing is currentl... -
创建于 Minor nit: Double clicking a source file containing multiple classes doesn't open the source file
已回答In the project pane view, or whatever that is called: If I double click on a java file, it will open that file. But only if there's only one class in that file. If I double click on a java file th... -
创建于 Can I modify how get/setters are formatted?
已回答Ok, I am a fan of brevity, and I believe that accessors/mutators are most clear (read as: far less polluting) as follows: public int getX() { return x; }public void setX(int x) { this.x = x; }publi...