Jamie

Avatar
  • 活动总数 21
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 6
  • 创建于

    'Copy' quite frequently picks up UI strings

    已回答
    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 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    Comment folding

    已回答
    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 个关注者
    • 12 条评论
    • 0 票
  • 创建于

    Lost feature on debugging taskbar

    已回答
    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Gradle problems

    已回答
    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Bracket highlighting in editor window

    已回答
    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Reflection

    已回答
    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 个关注者
    • 1 条评论
    • 0 票