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
November 29, 2014 09:57
I've attached another example, from a REPL session where adding one item to the map (:classes [#<ClEditorSymbol java.util.Map>]) causes the whitespace issue to resolve itself.Attachment(s):formatt...
Community
IntelliJ IDEA Open API and Plugin Development
Formatting problems
0 votes
Created
February 09, 2015 09:13
So in versions prior to v14.1, is it even possible for a plugin to have its options searchable? Can I use SearchableOptionsRegistrar.addOption()? If so, what should the parameters be? It's hard to ...
Community
IntelliJ IDEA Open API and Plugin Development
Problems generating searchableOptions.xml
0 votes
Created
February 10, 2015 23:34
In case anyone is interested, here's how I did this. searchableOptions.xml basically contains a list of words for each Configurable instance, associated with the full text of the string where the w...
Community
IntelliJ IDEA Open API and Plugin Development
Problems generating searchableOptions.xml
0 votes
Created
February 08, 2015 21:52
Could someone update that document with some information about how to arrange configurables in the new v14 layout? I'm finding that my settings panels are now all found under Other Settings at the ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin settings / configuration / preferences example?
0 votes
Created
April 10, 2015 21:26
The only implementation of XValueCompactPresentation I can see in Community is JavaValuePresentation, and I can't customise that. But I figured out that as long as the type has a NodeRenderer imple...
Community
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 votes
Created
June 19, 2015 04:33
Hi Scott,I think you need to call PsiModificationTrackerImpl.incCounter() when those files are modified. This is the counter which indicates that some Java-related code has changed, I believe.Cheer...
Community
IntelliJ IDEA Open API and Plugin Development
PsiElementFinder question
0 votes
Created
June 08, 2015 22:48
Can this be used to have different extensions installed depending on the version of IntelliJ which is running? If the optional config file has the same structure as a normal plugin, does it support...
Community
IntelliJ IDEA Open API and Plugin Development
Create a plugin for multiple Intellij products
0 votes
Created
June 09, 2015 09:33
Here you go! https://youtrack.jetbrains.com/issue/IDEA-141248
Community
IntelliJ IDEA Open API and Plugin Development
Create a plugin for multiple Intellij products
0 votes
Created
July 05, 2015 19:45
Hi Scott,I'd be very interested in hearing how you get on with both of these - I'm planning to implement them soon. In case you haven't seen it, a good starting point for implementing the testing U...
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 votes
Created
July 21, 2015 22:25
That's excellent, congrats Scott! Thanks for documenting all your progress, too. I'm wrapping up my current release hopefully this week (although I have a couple of days off in there), and I'll be ...
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 votes
«
First
‹
Previous
Next
›
Last
»