roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 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 -
创建于 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... -
创建于 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... -
创建于 How to run "Debug" in openapi
in idea, i can use Run > Debug ... > select one to debug, how to implement it in openapi? -
创建于 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 -
创建于 Does clion debugger work well now?
i wanna learn C++ primer(book) in one month later, can clion do it now? -
创建于 how to goto line with openapi
for instance; current cursor is in line 1, i invoke my action, cursor will goto line 100 -
创建于 how to goto line with openapi
for instance; current cursor is in line 1, i invoke my action, cursor will goto line 100 -
创建于 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... -
创建于 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...