roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 How to build a popup like "navigate > test"
here is my code, idea popup "no matches found"JBList l = JBList.newInstance()JBMenuItem menuItem = new JBMenuItem(new AbstractAction("l 1") { public void actionPerformed(ActionEvent e2) { ... -
创建于 What is the Action class of "Run context configuration" and "Debug context configuration"
I hope invoke "Run context configuration" and "Debug context configuration" in java code -
创建于 How to popup like java file "navigate > test"
when i'm in java file, when i click 'navigate > test', it will popup a dialog, I hope implement it in ruby file, how to do it? -
创建于 How to stop gradle task quickly
see my screencast, when i hit "stop" when run gradle task, it always stuck a moment, even worse, when I ivk currentDescriptor.processHandler.destroyProcess, It stuck and I can't debug or run other ... -
创建于 How to get all file types in ruby
I hope make a inRuby meth to determine current file is ruby file -
创建于 Write access is allowed inside write-action only (see com.intellij.openapi.application.Application.runWriteAction()
I only try following: def type(String str) { EditorModificationUtil.insertStringAtCaret(ed, str)}and I get this error, how to fix it -
创建于 How to control editor "type" and "move cursor" with openapi
I know ruby plugin > hit ctrl+shift+> and type "<%= %>" in erb, I hope I can "type ctrl+shift+> and type <%= %> in jsp", How should I do, I think hit shortcut is faster than live template, so i hop... -
创建于 How to invoke "clion > run" and "clion > debug" in openapi
I use ProgramRunnerUtil.executeConfiguration(pj, s, et), but I don't know how to get "RunnerAndConfigurationSettings", I can't find "getRunnerAndConfigurationSettings" in clion.jar, and it's hard t... -
创建于 How to remove watch tool item in openapi
see my screencast https://www.youtube.com/watch?v=xdpfK3V3xDE&feature=youtu.be, I have a item in watch tool window, I hope delete it as long as debug console is visible. -
创建于 How to add item to FileStructurePopup
For instance, here is my ruby rspec filedescribe "desc" do it 'desc 2' do endendwhen I trigger "Navigate > File Structure", "desc" and "desc 2" will show in popup, my question is: Is there ...