Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott McKinney
Total activity
97
Last activity
November 27, 2017 04:40
Member since
August 02, 2010 20:15
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
27
Activity overview
Posts (26)
Comments (43)
Sort by recent activity
Recent activity
Votes
Created
April 19, 2011 17:20
Thanks, Dmitry!I also need the path of the file, but the VirtualFile associated with the chameleon ast node is null or a Light version that only has the name of the file with no path. Is there a w...
Community
IntelliJ IDEA Users
Get src relative file name
0 votes
Created
April 19, 2011 07:47
Thanks (and excuse the wrong forum, sorry)...But in the context of IFileElementType.parseContents( ASTNode ) the node passed in is often hollowed out and only provides minimal implemenation e.g., ...
Community
IntelliJ IDEA Users
Get src relative file name
0 votes
Created
April 19, 2011 02:48
To be more specific I'd like to the the module in the project associated with the psiFile obtained from the chameleon ASTNode passed into the IStubFileElementType.parseContents() method. So basica...
Community
IntelliJ IDEA Users
Get src relative file name
0 votes
Created
September 07, 2010 04:23
To follow up, I just found inhttp://confluence.jetbrains.net/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA where it states that all langauge plug-ins must have idea.jar in th...
Community
IntelliJ IDEA Open API and Plugin Development
Impl classes used in Groovy plugins
0 votes
Created
August 24, 2010 17:22
To follow up, I fixed the problem by implementing ParserDefinition for my language. After debugging the API a bit it appears that if a custom language does not implement ParserDefinition, IJ assig...
Community
IntelliJ IDEA Open API and Plugin Development
Error ... refused to parse text with Language: TEXT; base: Language: Gosu; copy: Language: ...
0 votes
Created
August 20, 2010 01:05
To follow up, I implemented the ConsoleFilterProviderEx interface with a "consoleFilterProvider" extension. And then implemented com.intellij.execution.filters.Filter by modifying a copy/paste of ...
Community
IntelliJ IDEA Open API and Plugin Development
Stack trace hyperlink to source file
0 votes
Created
August 19, 2010 17:21
Thanks. What I'm after, specifically, is to somehow intercept or provide a plugin hook to make IJ print stack traces with hyperlinks where my language is involved. After wading through the IJ cod...
Community
IntelliJ IDEA Open API and Plugin Development
Stack trace hyperlink to source file
0 votes
Created
August 17, 2010 00:11
One parting comment/request...What I really want is the runtime *module*, not the search scope. Essentially, I need the source and content roots of the modules in the runtime module's graph, no mo...
Community
IntelliJ IDEA Users
Runtime access to module from "Use classpath and JDK from Module"
0 votes
Created
August 16, 2010 05:00
Thanks, Eugene. I think that'll work just fine; the search scope internally is a ModuleRuntimeClasspathScope, which appears to be the run-configured module. Very much appreciated!Scott
Community
IntelliJ IDEA Users
Runtime access to module from "Use classpath and JDK from Module"
0 votes
Created
August 05, 2010 03:39
To be specific what was hoping for is a method on DebugProcess, something like getLaunchModule() or some such. But I don't see anything like this near DebugProcess. Help?
Community
IntelliJ IDEA Users
Runtime access to module from "Use classpath and JDK from Module"
0 votes
«
First
‹
Previous