Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
roro co
Total activity
220
Last activity
April 13, 2024 15:12
Member since
September 26, 2014 15:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
71
Activity overview
Posts (72)
Comments (77)
Sort by recent activity
Recent activity
Votes
Created
April 10, 2015 02:43
In linux, I can use xdotool and load libxdo with jna, but it's inconvenient
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 votes
Created
April 10, 2015 08:51
For example, https://www.youtube.com/watch?v=RjeBi7xmZ8k&feature=youtu.be, I wanna do "popup alternative debugconfiguration" > "select 2" with one key. I hope implement it with "invoke popup" + "ke...
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 votes
Created
June 19, 2015 04:56
I hope implement following:here is my codeplan.rb plan(%q(desc 1)) do plan(%q(desc 2)) do endendI hope "desc 1" and "desc 2" show in "Navigate > File Structure" popup
Community
IntelliJ IDEA Open API and Plugin Development
How to add item to FileStructurePopup
0 votes
Created
June 07, 2015 10:18
I find following in JsonPlugin.xml <extendWordSelectionHandler implementation="com.intellij.json.editor.selection.JsonStringLiteralSelectionHandler"/><basicWordSelectionFilter implementation="com.i...
Community
IntelliJ IDEA Open API and Plugin Development
How to specific selection start position and end position
0 votes
Created
May 25, 2015 04:46
I'm aimed to refactory ruby test file after rename ruby lib file, This is my example:# lib/ex.rb# spec/lib/ex_spec.rbI hope when i rename lib/ex.rb to lib/ex2.rb, the spec/lib/ex_spec.rb will auto ...
Community
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 votes
Created
May 27, 2015 14:07
I still has question, following is my code, if i rename ex.rb, it will change ex_test.rb, but when i hit ctrl+z to undo refactoring, ex_test.rb doesn't recovery and is changed forever. My question ...
Community
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 votes
Created
October 25, 2015 13:46
I found the solution, use following code to get configurationSettingsAnActionEvent e;void actionPerformed(AnActionEvent e) { this.e = e}ConfigurationContext ctx = ConfigurationContext.getFromCon...
Community
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 votes
Created
December 10, 2014 09:48
I change my code and it raise new error "ellij.ide.impl.DataManagerImpl - cannot share data context between Swing events; initial event count = 7115; current event count = 7165 java.lang.Throwable"...
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
December 14, 2014 04:39
Is there youtrack that i can follow?
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
April 08, 2015 04:32
How should i use with "RunnerDescriptor.getRunnerLayoutui"
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
«
First
‹
Previous
Next
›
Last
»