E Spertus
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
E Spertus created a post, AnsweredIs 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 created a post, AnsweredPasting 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 created a post, AnsweredIs 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 created a post, AnsweredStrange 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 created a post, AnsweredHow 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...