主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
roro co
活动总数
220
最后的活动
2024年04月13日 15:12
成员加入日期
2014年09月26日 15:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
71
活动概览
帖子(72)
评论(77)
按最近的活动排序
最近的活动
投票数
创建于
2015年04月10日 02:43
In linux, I can use xdotool and load libxdo with jna, but it's inconvenient
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 票
创建于
2015年04月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 票
创建于
2015年06月19日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to add item to FileStructurePopup
0 票
创建于
2015年06月07日 10:18
I find following in JsonPlugin.xml <extendWordSelectionHandler implementation="com.intellij.json.editor.selection.JsonStringLiteralSelectionHandler"/><basicWordSelectionFilter implementation="com.i...
社区
IntelliJ IDEA Open API and Plugin Development
How to specific selection start position and end position
0 票
创建于
2015年05月25日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年05月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年10月25日 13:46
I found the solution, use following code to get configurationSettingsAnActionEvent e;void actionPerformed(AnActionEvent e) { this.e = e}ConfigurationContext ctx = ConfigurationContext.getFromCon...
社区
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 票
创建于
2014年12月10日 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"...
社区
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 票
创建于
2014年12月14日 04:39
Is there youtrack that i can follow?
社区
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 票
创建于
2015年04月08日 04:32
How should i use with "RunnerDescriptor.getRunnerLayoutui"
社区
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 票
«
第一页
‹
上一页
下一页
›
最后
»