Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
February 11, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 votes
Created
February 11, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Register keystroke for EditorTextField
0 votes
Created
February 15, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 votes
Created
February 15, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 votes
Created
March 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 votes
Created
March 18, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Read only mode for document
0 votes
Created
March 18, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 votes
Created
April 23, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
DataProvider problem for EditorAction when in Toolwindow editor
0 votes
Created
February 17, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
API breakage in 15.0.2
0 votes
Created
March 06, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 votes
«
First
‹
Previous
Next
›
Last
»