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
August 03, 2015 11:42
I'm interested in this as well. Previously I did this, which no longer works:OptionsEditor optionsEditor = OptionsEditor.KEY.getData(DataManager.getInstance().getDataContext(mainPanel));if (options...
Community
IntelliJ IDEA Open API and Plugin Development
How to open Setting dialog programmatically?
0 votes
Created
September 12, 2014 23:32
The problem is that Java 6 is still the most stable and default option for running IntelliJ on OSX - AFAIK this isn't likely to change any time soon, unfortunately.
Community
IntelliJ IDEA Open API and Plugin Development
Java 8 for Community?
0 votes
Created
September 13, 2014 09:10
No, not at all - you can write editor support for Java 8 in whatever you like. For example, the IntelliJ support for other languages (Javascript, Python, Ruby etc) is all written in Java.
Community
IntelliJ IDEA Open API and Plugin Development
Java 8 for Community?
0 votes
Created
August 10, 2015 10:10
Fantastic Dmitry, thanks for the great info!For #3, do you have a suggestion for how to detect changes which don't originate from my handlers? I can't see anything in SelectionEvent that would help...
Community
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 votes
Created
August 10, 2015 13:41
Ok, if it's a very rare case I don't think I'll worry about it - the user will just get a caret movement they wouldn't expect in the edge case where they move the carets and then undo the selection...
Community
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 votes
Created
August 06, 2015 14:07
I used Compile, but I have a custom build so that doesn't really have any effect. If you're using Build->Prepare plugin for deployment, you might want to use Provided - I'm not sure.
Community
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 votes
Created
August 31, 2015 22:04
Hi Scott,Yeah, I use an Annotator for this sort of thing. There's a slight delay before the items are highlighted but it works well.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Contextual syntax highlighting not based only on lexer
0 votes
Created
August 18, 2015 09:43
For what it's worth, this is what I do with Cursive. I send stats back using a simple POST to my server and I've set up nginx to just log the POST data to a log file. I also have an additional cons...
Community
IntelliJ IDEA Open API and Plugin Development
Detailed Plugin Usage Statistics
0 votes
Created
August 18, 2015 14:01
My plugin isn't open source, but the implementation of the config pane is very similar to com.intellij.internal.statistic.configurable.StatisticsConfigurationComponent which I more or less copied w...
Community
IntelliJ IDEA Open API and Plugin Development
Detailed Plugin Usage Statistics
0 votes
Created
April 14, 2014 05:48
That string is inserted during completion, to ensure that there's always a valid identifier at the caret when running completion. You can customise it to whatever would be a valid identifier in you...
Community
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 votes
«
First
‹
Previous
Next
›
Last
»