eleven

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

    Overriding and generating constructors in Kotlin

    已回答
    Why there is no selection to generate constructor of super class? ViewGroup has other 3 constructor: ``` public ViewGroup(Context context, AttributeSet attrs) {this(context, attrs, 0);} public View...
    • 2 个关注者
    • 6 条评论
    • 0 票
  • 已编辑于

    Kotlin arrangement code style

    已回答
    Sounds strange, but why Kotlin code style doesn't have arrangement tab? Like Java:
    • 7 个关注者
    • 3 条评论
    • 2 票
  • 已编辑于

    Performance with eGPU

    已回答
    While there is still performance issue with 4k monitors: https://youtrack.jetbrains.com/issue/JRE-526 could it be that eGPU solves this issue? Or maybe IDE just doesn't use eGPU at all? Currently t...
    • 4 个关注者
    • 5 条评论
    • 1 票
  • 创建于

    Multi letter shortcuts

    已回答
    Is there way to create multiple letters shortcuts? Like [Ctrl + G + P]? IDE keymap settings allows to create one letter shortcuts like [Ctrl + G] or [Ctrl + Cmd + G].
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Intellij Ultimate 24/7 Support

    已回答
    According to this page users of Ultimate version should have some 24/7 support apart from forums and issue tracker. How to get it? Cant find any link. Or this is Ultimate users support form https:/...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    Understanding what happens behind Gradle task progress

    已回答
    Have issue with creating new Android project and opening old ones, basically Build task is never finished.  How to understand what and why happens behind build task? I suppose Intellij starts daemo...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Debugger doesn't connect automatically after app is installed

    已回答
    Have problem which seems appear quite often:  http://stackoverflow.com/questions/21625628/android-studio-starting-in-debug-mode-by-default http://stackoverflow.com/questions/27436050/debugging-with...
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Database and android package name

    已回答
    Trying to configure database access for Android SQLite database. The problem that when I create new data source through `Data Sources and Drivers` Intellij automatically takes package name from Man...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Run jenkins-cli from Intellij

    已回答
    I need to start jenkins build job from Intellij, from terminal it works: sudo java -jar jenkins-cli.jar -s http://localhost:8080/ build job-x/master -s -v Intellij allows to create jar build config...
    • 2 个关注者
    • 3 条评论
    • 0 票