E Spertus

- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
E Spertus 创建了一个帖子, 已回答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... -
E Spertus 创建了一个帖子, 已回答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... -
-
E Spertus 创建了一个帖子, 已回答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... -
E Spertus 创建了一个帖子, 已回答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... -
-
E Spertus 创建了一个帖子, 已回答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...