Roland Schützig
- Total activity 92
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Created Formatting of comments of by default?
AnsweredThere is this editor feature with which you can have a block of comment nicely formatted (see below). I like it but the editor goes into the edit mode of the comment the moment I open the file. So,... -
Created Display issues - IntelliJ IDEA 2024 possibly the cause?
AnsweredI have weird display issues since two months or so. It comes in different forms, but it is always the right hand site of the screen that is affected. I couldn't demonstrate it with 100% certainty b... -
Created How to enforcing use of GPU
AnsweredHow can I enforce use of the GPU in my program developments with OpenGL (using JOGL Java binding)?I know (and have tested) that I can do this by enforcing “High Performance” setting globally on my ... -
Edited Error "Failed to save settings. Please restart IntelliJ IDEA"
AnsweredI have become victim to this error “Failed to save settings. Please restart IntelliJ IDEA”. I know that it has been seen before a couple of times over the last ten years or so. But I couldn't manag... -
Edited Weird error message for Kotlin Range
AnsweredDoes anybody have an idea why I see this weird error message?Variables a and b are perfectly normal Int type values (as indicated by the superfluous redundant toInt() mapping).This appears to happe... -
Created Issue with Coroutine Libraries depending on build setuo
AnsweredDepending on the build setup, there appears an NoClassDefFoundError error or not. It all points towards a mixup with the proper reference to the coroutine libraries, but I can't figure it out. Any ... -
Created Disable inspection for "UNUSED_ANONYMOUS_PARAMETER" in project
AnsweredI have these inspection warnings for unused parameters in lambdas and can't figure out how to disable them in the inspections settings globally for the project. Example: {parameter1,parameter2 -> ... -
Edited coursera Kotlin training and set up of training assignments
AnsweredHi I have started with the Coursera course 'Kotlin for java developers' through the training offerings in our company training platform. I am asked to use an IDE (like IntelliJ IDEA) with the EduTo... -
Created Simple listOf(..) function call takes immensly long, when called the first time
I noticed that building of a simple list can take immensly long. I use the following little test program: var endTime: Longvar startTime:Longvar l:List<Int>repeat(10) { startTime = System.nanoTi... -
Created JavaFX issues with 2 seemingly equivalent projects
AnsweredHi I get an error "Error occurred during initialization of boot layer , java.lang.module.FindException: Module javafx.base not found". I have prepared (upload referene 020_10_09_4Ko4fLbfABn6e2kG) t...