E Spertus
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created Is there a way to make Auto-Indent Lines an Action on Save?
AnsweredI 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... -
Created Pasting from PPT into IntelliJ editor
AnsweredWhen 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... -
Created Is it okay to disable Microsoft Defender warnings without fixing the underlying issue?
AnsweredI 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... -
Created Strange Kotlin autoformatting
AnsweredI 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... -
Edited How to change the New Project wizard to Gradle 7.6 for OpenJDK 19
AnsweredTL;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...