roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created 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) { ... -
Created 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 -
Created 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? -
Created 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 ... -
Created How to get all file types in ruby
I hope make a inRuby meth to determine current file is ruby file -
Created 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 -
Created 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... -
Created 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... -
Created 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. -
Created 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 ...