Jamie

Avatar
  • 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

    Answered
    Intermittently, 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...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    Comment folding

    Answered
    I _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...
    • 4 followers
    • 12 comments
    • 0 votes
  • Created

    Lost feature on debugging taskbar

    Answered
    I 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Gradle problems

    Answered
    I 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") ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Bracket highlighting in editor window

    Answered
    I 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Reflection

    Answered
    I 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...
    • 2 followers
    • 1 comment
    • 0 votes