主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月11日 09:00
Thanks for the quick answer. I'm not quite sure how I'd use that, though. I guess the listeners are synchronous, so I could get the editor from the action and store it somewhere (user data on the d...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 票
创建于
2016年02月11日 22:03
Hi Scott, I think AnAction#registerCustomShortcutSet(ShortcutSet, JComponent) is the call you want. I do this in my REPL editor, which sounds similar to what you're talking about. BTW consider main...
社区
IntelliJ IDEA Open API and Plugin Development
Register keystroke for EditorTextField
0 票
创建于
2016年02月15日 08:49
So I have a basic implementation working now. I have some problems, on the IntelliJ side they're mainly around undo. Parinfer is triggered by a document listener. On a document modification, I set ...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 票
创建于
2016年02月15日 10:29
Thanks for the quick response, Dmitry! > use CommandProcessor.runUndoTransparentAction instead of CommandProcessor.executeCommand. What does this actually do? Does it merge the changes from the tra...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 票
创建于
2016年03月16日 10:22
You should definitely use Gradle, the tooling with the IntelliJ plugin is very nice and IMO is a better workflow than using the IDE commands. You can use that with any JVM language. You can use whi...
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年03月18日 18:01
Does an editor created with createViewer() support carets? I have a situation (REPL output) where I would like to be able to allow the user to have a caret in a read-only document so that they can ...
社区
IntelliJ IDEA Open API and Plugin Development
Read only mode for document
0 票
创建于
2016年03月18日 18:05
You can see the versions at https://www.jetbrains.com/intellij-repository/releases - if you do not supply a version it will default to using the latest EAP build. runIdea should work, and will be r...
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年04月23日 02:39
I've worked around this by using FileEditorManager.registerExtraEditorDataProvider() and registering a subclass of TextEditorPsiDataProvider. This subclass checks if the editor is the one I'm inter...
社区
IntelliJ IDEA Open API and Plugin Development
DataProvider problem for EditorAction when in Toolwindow editor
0 票
创建于
2016年02月17日 00:11
I just upgraded my IntelliJ plugin to the latest Kotlin version, and I'm now getting the following error: Error:Kotlin: Class 'com/intellij/openapi/updateSettings/impl/UpdateChecker' was compiled w...
社区
IntelliJ IDEA Open API and Plugin Development
API breakage in 15.0.2
0 票
创建于
2016年03月06日 00:14
I have this same problem, I haven't had time to investigate it yet. I never seem to get the popup when a symbol resolves to multiple targets.
社区
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 票
«
第一页
‹
上一页
下一页
›
最后
»