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 recent activity
Recent activity
Votes
Created
November 18, 2015 15:37
Hi, Anna. Hopefully you're still around and getting notifications on this thread! Unit testing and code coverage have been working very well in my plugin thanks to your help a few months back. H...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 14, 2015 22:08
Brent, thanks for the follow-up! I actually should've updated this thread myself when I discovered the exact same thing a month or two back and solved it the same way (new instance of the scanner ...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
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 04, 2015 14:18
Thanks, Dmitry. That helps quite a bit. I'll look at how I might provide a useful visual overlay via the icon.
Community
IntelliJ IDEA Open API and Plugin Development
Custom file status indicator?
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
Created
October 24, 2015 00:41
Just wanted to +1 this as I was having the exact same behavior and this obviously fixed it for me. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 votes
Created
September 28, 2015 20:34
Yeah, I found another thread from a few years back on a related topic and the response was similar. The users of my plugin definitely like the deploy-on-save functionality so I'll just keep it the...
Community
IntelliJ IDEA Open API and Plugin Development
Any way to determine whether a save was an explicit user action or not?
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
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 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
«
‹
1
2
3
4
5
6
7
›
»