roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created How to switch between "debugger" and "console" with shortcut
see my screencast, i can't find any way to set this switcher, so how to implement by openapi?Attachment(s):how_to_quickly_switch_btw_debugger_and_console.ogv.zip -
Created Why i need "getLineNumber(int offset)"
i see idea source from http://grepcode.com/file/repository.grepcode.com/java/ext/com.jetbrains/intellij-idea/10.0/com/intellij/openapi/editor/Document.javathe doc of getLineNumber is:http://grepcod... -
Created How to distinct descriptor is in debug console or run console
to assume i have 2 descriptor, one i opened in debug console, and another is opened in run console, how to disctinct them? i try following codeRunContentManager cm = ExecutionManager.getInstance(cu... -
Created How to run "Debug" in openapi
in idea, i can use Run > Debug ... > select one to debug, how to implement it in openapi? -
Created UI in linux: why clion look like transparent
see my screencast, why font in project tool window look like transparent? how to make it more distinctAttachment(s):font_look_like_transparent.ogv.zip -
Created Does clion debugger work well now?
i wanna learn C++ primer(book) in one month later, can clion do it now? -
Created how to goto line with openapi
for instance; current cursor is in line 1, i invoke my action, cursor will goto line 100 -
Created how to goto line with openapi
for instance; current cursor is in line 1, i invoke my action, cursor will goto line 100 -
Created How to call exist action
i wanna make a new "navigate test" plugin for idea since "navigate test" for java and python always pop up "create new test" dialog, but in ruby case, old "navigate test" work well. so i wanna enab... -
Created idea plugin dev: how to open file with openapi
in idea, i can use file > open > full file path to open a file, i wanna know how to open file with openapi, i wanna quickly open some special file with my conventionfor instance i wanna quickly nav...