eleven
- 活动总数 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... -
已编辑于 Kotlin arrangement code style
已回答Sounds strange, but why Kotlin code style doesn't have arrangement tab? Like Java: -
已编辑于 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... -
创建于 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]. -
创建于 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:/... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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...