roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 How to custom console
here is my question: https://youtrack.jetbrains.com/issue/CPP-5836 , I hope add path anchor in clion console, how should I do if it's complex, I know "idea bash plugin" can run bash in run console,... -
创建于 How to add alternative items for showNavigationPopup
here is my code, I don't how to add alternative items for popup, and popup always show "no matches found" package ro.ideaimport com.intellij.ide.actions.GotoActionActionimport com.intellij.ide.acti... -
创建于 How to attach idea community source for intellij platform sdk
I can download source.zip from https://github.com/JetBrains/intellij-community, but in intellij platform sdk, there are many jars, how to attach all source with one action -
已编辑于 Please add advance search for "IntelliJ IDEA Open API and Plugin Development"
make search only in "IntelliJ IDEA Open API and Plugin Development" -
创建于 How to make a "navigate > symbol" like dialog
I hope do ide windows switcher with this type dialog, so: - how to show this type dialog? - how to add alternative for this dialog? -
已编辑于 How to debug AndroidTestRunConfiguration
"AndroidTestRunConfiguration" is not "RunnerAndConfigurationSettings", I can't use "ProgramRunnerUtil #executeConfiguration" to run it, how to debug it?and please tell me how to use new forum edito... -
创建于 How to make a "navigate > symbol" like dialog
I hope do ide windows switcher with this type dialog, so:- how to show this type dialog?- how to add alternative for this dialog? -
创建于 Clion: how to get all targets
I hope build RunnerAndConfigurationSettingsImpl for c, so How to get "Clion > Run/Debug configurations > Application > select a conf > click 'Target' > all targets", following is my current code, ... -
创建于 How to get current class's parent class, parent parent class
for example:class Act extends ActionBarActivity {} public class Container extends Act {//I'm in here}How to know current class(Container) is ActionBarActivity? -
创建于 How to get current class's parent class, parent parent class
for example:class Act extends ActionBarActivity {} public class Container extends Act {//I'm in here}How to know current class(Container) is ActionBarActivity?