Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott Wells
Follow
New posts
New posts and comments
Total activity
178
Last activity
January 16, 2016 14:22
Member since
March 04, 2013 20:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
44
Activity overview
Posts (34)
Comments (100)
Sort by votes
Recent activity
Votes
Created
July 23, 2015 14:28
Sure. First, create a form using IDEA's form builder. Make sure it's a form and not a dialog. Once you've created the form to your liking, make the form's bound Java class extend DialogWrapper a...
Community
IntelliJ IDEA Open API and Plugin Development
CreateFileFromTemplateDialog with additional input fields
0 votes
Created
August 18, 2015 18:34
Hah! I actually already have one (a referencesSearch EP implementation) and had forgotten about it because it's been so long since I even looked at it! Thanks for the reminder! Let me see if tha...
Community
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 votes
Created
August 31, 2015 22:30
Thanks for confirming, Colin. Now for the follow-on question...do you know if there's any way for an annotator to replace the text attributes completely? In my custom language, some keywords are ...
Community
IntelliJ IDEA Open API and Plugin Development
Contextual syntax highlighting not based only on lexer
0 votes
Created
September 01, 2015 01:23
Perfect! Thanks, Patrick!
Community
IntelliJ IDEA Open API and Plugin Development
Contextual syntax highlighting not based only on lexer
0 votes
Created
September 10, 2015 21:00
Agreed. I've been debating whether a better approach (for my plugin at least) might be to explode the archive into the source root while working with it and then pack it for build/deployment. The...
Community
IntelliJ IDEA Open API and Plugin Development
Treat an archive (zip) as a read/write pseudo-directory?
0 votes
Created
September 08, 2015 19:53
Dmitry, one follow-up question. I've basically been doing what you recommended a few posts back in order to capture some additional configuration information in the project settings step. I'm sti...
Community
IntelliJ IDEA Open API and Plugin Development
Validation for modified project settings step in next project/module wizard?
0 votes
Created
September 23, 2015 18:19
I'm running into this frequently with the Mac users of my plugin as well. Is the only option aside from telling users to run the IDE with a more recent release of Java really to build the plugin w...
Community
IntelliJ IDEA Open API and Plugin Development
Java versioning issues when deploying my plugin
0 votes
Created
September 23, 2015 22:27
Thanks, Colin. I actually assumed this would be the case and went ahead and made the necessary changes to my plugin source to compile with Java 6. The biggest pain was filling in the generic param...
Community
IntelliJ IDEA Open API and Plugin Development
Java versioning issues when deploying my plugin
0 votes
Created
November 12, 2015 20:45
I have a little more information to share, and I've created a workaround, but I'm still curious whether there's a better way. Basically the reason the directory was being ignored for removal is be...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to add/remove errors for a directory in the Problems View?
0 votes
Created
November 03, 2015 20:53
Yeah, I almost reworded the question. Let me do that now. What I'd like to do is provide some visual indicator on files in the project as to whether their server counterparts have been modified a...
Community
IntelliJ IDEA Open API and Plugin Development
Custom file status indicator?
0 votes
«
‹
3
4
5
6
7
8
9
10
›
»