Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
November 14, 2015 09:02
yes you could display any text in structured view. Follow the tutorial and tweak it like this:public class CustomStructureViewTreeElementimplement StructureViewTreeElement @Override public Obje...
Community
IntelliJ IDEA Open API and Plugin Development
non psi-based structured view
0 votes
Created
November 14, 2015 21:12
> a tree not based upon Psi. will your StructureView be used without any file open in the editor?if yes, then of course StructureViewTreeElement is not usable - structure view only appears with a f...
Community
IntelliJ IDEA Open API and Plugin Development
non psi-based structured view
0 votes
Created
November 13, 2015 07:29
try annotator:http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/annotator.html
Community
IntelliJ IDEA Open API and Plugin Development
How to Highlight one line in EditorTextField
0 votes
Created
November 13, 2015 09:24
I misunderstood. I was writing about the original text which is folded.Usually the folded region description is only a short one, a one-liner.As a workaround you could break the original text into ...
Community
IntelliJ IDEA Open API and Plugin Development
Multiline folding/virtual text
0 votes
Created
November 10, 2015 11:57
You seem to follow this one, right:https://github.com/JetBrains/Grammar-Kit/blob/master/testData/livePreview/Json.bnf?this is Grammar kit test data, no? Not sure what its purpose is. It is possible...
Community
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 votes
Created
November 10, 2015 12:36
fromhttps://github.com/JetBrains/Grammar-KitAdds BNF Grammars and JFlex files editing support including parser/PSI code generator.Grammar kit is a helper tool. The simple example shows how to desig...
Community
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 votes
Created
November 10, 2015 14:53
why notvar_def ::= VAR ID?or is var_name IDnecessary?
Community
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 votes
Created
November 10, 2015 15:56
is it possible to use e.g. ID1 and ID2?they could be named more appropriately. The point is: use different leaves for different elements.if your lexer can tell them apart, this should work. You wou...
Community
IntelliJ IDEA Open API and Plugin Development
Language Plugin: Use specific rule as elementType
0 votes
Created
November 19, 2015 16:55
> Is it possible to register a folding builder for an existing language it should be possible, yes.to get a list of all available languages, put a breakpoint anywhere in the plugin code and evaluat...
Community
IntelliJ IDEA Open API and Plugin Development
making <remove> .. </remove>-wrapped code look like a comment (JSF syntax coloring)
0 votes
Created
November 19, 2015 17:02
Hello Osama,> to find out whether or not the PsiElement is Class.doespsiElement instanceof PsiClassdo it?
Community
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 votes
«
First
‹
Previous
Next
›
Last
»