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
November 18, 2015 17:15
Thanks, Anna. I'll update my engine implementation to include an override of that method to see how it's perceiving these files. That should help me know whether that's contributing or not.
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
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
December 04, 2015 02:35
Brad, mine isn't open source, but here's an example from one that is:https://github.com/JetBrains/intellij-haxe/blob/master/src/META-INF/plugin.xmlLook at lines 28-30 and, because those dependencie...
Community
IntelliJ IDEA Open API and Plugin Development
Can an IDEA plugin re-use the capabilities of an existing plugin
0 votes
Created
December 03, 2015 19:29
My plugin does this today, but I will say that I'm likely going to replace the use of the Problems View with a custom tool window that serves the same purpose. There are two reasons I'm planning t...
Community
IntelliJ IDEA Open API and Plugin Development
How to use CompileContext.addMessage() to show a error in the message toolbox?
0 votes
Created
July 12, 2015 14:54
Did you ever get this working? I'm trying to do the same thing and I have it to a point where I've called SMTestRunnerConnectionUtil.createAndAttachConsole() to create the graphical view, but I ca...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
January 03, 2016 17:00
Okay, this is working very well now when I use File>New>Project from Version Control, but it doesn't work properly when I do File>New>Project/Module from Existing Sources (which includes Check out ...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to detect and fix incorrect module type?
0 votes
Created
December 17, 2015 20:48
Thanks for the heads up, Nikolay. Does this mean that Java 8 will be the standard JRE on Mac OS X now? The issues with the Oracle JREs on OS X are the reason that I made the necessary changes to ...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ Platform migrates to Java 8
0 votes
Created
March 13, 2015 20:10
Thanks for the reply, Alexander. You're correct about the last rule in my lexer. I guess my question would be why it has this issue only while building file-based indices. I can open the file ot...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
Created
March 16, 2015 13:39
Thanks. Yeah, I've done that several times and all it does is demonstrate the issue clearly as the indices are rebuilt. Unfortunately my plugin isn't open source as I know that would help you guy...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
Created
March 17, 2015 16:44
Yes. It uses a DefaultWordsScanner against my generated Flex lexer. I'm passing the token types of my name identifier, block/line comments, and various literals. I think you're very much onto so...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
«
‹
1
2
3
4
5
6
7
8
9
›
»