Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jay
Total activity
165
Last activity
January 17, 2016 19:25
Member since
August 24, 2006 15:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
62
Activity overview
Posts (28)
Comments (75)
Sort by recent activity
Recent activity
Votes
Created
April 09, 2007 10:42
What lexer do you have? Is it flex-generated? If so do you use FlexAdapter over it?Do you return null from Language.getParserDefinition() ?
Community
IntelliJ IDEA Open API and Plugin Development
Newbie language plugin question
0 votes
Created
June 17, 2008 10:32
I care because right now i don't have time to validly implement the formatter, however i noticed that the second version ”doesn't work“ better than the first one.Like when i don't have a Formatting...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language formatter question pack #1
0 votes
Created
December 19, 2008 13:51
Hello Peter,again myselfIt seems like idea calls your lexer with only a part of the file when you scroll or edit. Your lexer should parse the chunk normally given just the state of the lexer.Howeve...
Community
IntelliJ IDEA Open API and Plugin Development
On to Syntax Coloring!
0 votes
Created
December 15, 2008 00:28
What do you mean by various interfaces?And what version are you targeting? 7 or 8?
Community
IntelliJ IDEA Open API and Plugin Development
Looking for Lexer doc
0 votes
Created
January 16, 2009 22:56
HiAs far as i understand, "key" attribute for syntaxHighlighter extension should be equal to your language name (what you pass to Language constructor in your Language implementation).Also, here ht...
Community
IntelliJ IDEA Open API and Plugin Development
Proper registration of Syntax coloring components for custom language plugins.
0 votes
Created
August 24, 2006 15:27
haven't written a guide yet,though i'm doing this kind of detective work for a month already so i can try to answer your questions, share sources or help in any other way. So if it'll help you feel...
Community
IntelliJ IDEA Open API and Plugin Development
Simple Language Example
0 votes
Created
September 15, 2006 16:15
higetCanonicalText() Returns the name of the reference target element which does not depend on import statements and other context (for example, the full-qualified name of the class if the refer...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference and completion
0 votes
Created
December 06, 2006 16:44
Any chance this is possible?I want to write test on psi reference resolve and many resolve implementations use cache at a project-component level.Maybe there's a better way to test resolve ?
Community
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 votes
Created
December 07, 2006 11:17
Could you explain it please ?
Community
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 votes
Created
December 07, 2006 14:09
If i get you right then i should add that i run LightIdeaTestCase with "-Didea.plugins.load=false" option declared (otherwise some of the plugins produces fatal error)and in the setUp function i ca...
Community
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 votes
«
First
‹
Previous
Next
›
Last
»