eleven

Avatar
  • Total activity 32
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 8
  • Subscriptions 8
  • Created

    Overriding and generating constructors in Kotlin

    Answered
    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 followers
    • 6 comments
    • 0 votes
  • Edited

    Kotlin arrangement code style

    Answered
    Sounds strange, but why Kotlin code style doesn't have arrangement tab? Like Java:
    • 7 followers
    • 3 comments
    • 2 votes
  • Edited

    Performance with eGPU

    Answered
    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 followers
    • 5 comments
    • 1 vote
  • Created

    Multi letter shortcuts

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    Intellij Ultimate 24/7 Support

    Answered
    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 followers
    • 1 comment
    • 0 votes
  • Edited

    Understanding what happens behind Gradle task progress

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    Debugger doesn't connect automatically after app is installed

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    Database and android package name

    Answered
    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 followers
    • 2 comments
    • 0 votes
  • Created

    Run jenkins-cli from Intellij

    Answered
    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 followers
    • 3 comments
    • 0 votes