Roland Schützig
- Total activity 92
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Created Scene Builder does not work anymore after update to 2019.2 version
AnsweredI installed that major update yesterday and now the scenebuilder for fxml files does not work anymore. I opened an entire new project and created just one test file something.fxml for testing. The ... -
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... -
Created Replace Swing GUI binding Java class with Kotlin class
AnsweredI want to replace the default Java class that gets generated with a Swing GUI form with a Kotlin version of the same. Just transforming the given Java class to a Kotlin version does not help. For e... -
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 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...