eleven
- 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
AnsweredWhy 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... -
Edited Kotlin arrangement code style
AnsweredSounds strange, but why Kotlin code style doesn't have arrangement tab? Like Java: -
Edited Performance with eGPU
AnsweredWhile 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... -
Created Multi letter shortcuts
AnsweredIs 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]. -
Created Intellij Ultimate 24/7 Support
AnsweredAccording 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:/... -
Edited Understanding what happens behind Gradle task progress
AnsweredHave 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... -
Created Debugger doesn't connect automatically after app is installed
AnsweredHave 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... -
Created Database and android package name
AnsweredTrying 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... -
Created Run jenkins-cli from Intellij
AnsweredI 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...