Jamie
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created 'Copy' quite frequently picks up UI strings
AnsweredIntermittently, when you highlight code, copy it and then paste it, what gets pasted is not the text that you selected, but what appears to be a random string from the UI – part of a prompt or what... -
Created Comment folding
AnsweredI _think_ this is a new issue …I have always used comments like /***************************/ to mark the starts of functions and the starts of code blocks within functions. I find this makes it e... -
Created Lost feature on debugging taskbar
AnsweredI think there used to be a button on the debugging toolbar which would let you run to the line on which the cursor was positioned, without having to create a breakpoint there.That appears to have v... -
Created Gradle problems
AnsweredI have Kotlin project using Gradle. Taking a suggestion from the web, I have the following in build.gradle.ktsversion = "1.2.3"tasks.jar { exclude("META-INF/*.RSA") exclude("META-INF/*.SF") ... -
Created Bracket highlighting in editor window
AnsweredI updated to the latest version of IDEA (with the new GUI) this morning.Previously in the editor window, when you selected a bracket (paren, brace, etc), the corresponding element was highlighted i... -
Created Reflection
AnsweredI have code which uses the following dependency:implementation("org.reflections:reflections:0.10.2")It works fine in the IDE. However, if I generate a JAR, the necessary code is not included in th...