E Spertus
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
创建于 Is there a way to make Auto-Indent Lines an Action on Save?
已回答I would like for Kotlin code to be properly formatted and indented whenever a file is saved. Under Tools > Actions on Save, I was able to specify Reformat Code. I would also like for it to run Auto... -
创建于 Pasting from PPT into IntelliJ editor
已回答When I copy code from a powerpoint presentation and paste it into an IntelliJ IDEA Ultimate editor window, the end-of-line is replaced by a VT [vertical tab] glyph:I then have to manually fix it. I... -
创建于 Is it okay to disable Microsoft Defender warnings without fixing the underlying issue?
已回答I know how to correctly exclude all IntelliJ folders from Microsoft Defender and disable the IntelliJ warning. I'm wondering whether excluding the folders is important enough to have my Intro CS st... -
创建于 Strange Kotlin autoformatting
已回答I am using IntelliJ IDEA 2024.1.6 (Ultimate Edition). For Kotlin code style, I chose to use drafults from Kotlin Coding Conventions.I start with this code:fun rollThreeUnfairDice(minValue: Int, max... -
已编辑于 How to change the New Project wizard to Gradle 7.6 for OpenJDK 19
已回答TL;DR: New Project wizard selects incompatible Gradle version for OpenJDK 19. I will be teaching a course and want to make project creation go smoothly for my students but am running into issues wi...