roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created 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,... -
Created 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... -
Created 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 -
Edited Please add advance search for "IntelliJ IDEA Open API and Plugin Development"
make search only in "IntelliJ IDEA Open API and Plugin Development" -
Created 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? -
Edited 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... -
Created 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? -
Created 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, ... -
Created 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? -
Created 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?