Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jon Akhtar
Total activity
383
Last activity
July 30, 2019 07:31
Member since
September 27, 2010 19:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
142
Activity overview
Posts (42)
Comments (199)
Sort by recent activity
Recent activity
Votes
Created
May 05, 2012 16:43
This is the internet. What can you do?It is easy to take things the wrong way, especially when you are asking your first question and are very excited about it.That said Dmitry's first response see...
Community
IntelliJ IDEA Open API and Plugin Development
What APIs would I use
0 votes
Created
April 20, 2012 19:47
The answer is in the comments of this page: http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products<depends>com.intellij.modules.ultimate</depends>
Community
IntelliJ IDEA Open API and Plugin Development
Plugin only for IDEA Ultimate
0 votes
Created
October 31, 2012 19:12
I think I misread your question. There is another extension point for highlighting the file problemFileHighlightFilter.https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl...
Community
IntelliJ IDEA Open API and Plugin Development
Difference between HighlightVisitor and Annotator?
0 votes
Created
September 21, 2012 13:40
You need to describe your problem better I think.The error probably comes from the fact that com.intellij.lang.html.HTMLParserDefinition doesn't create PSI elements.
Community
IntelliJ IDEA Open API and Plugin Development
Confucion of ILazyParseableElementType
0 votes
Created
September 21, 2012 11:29
java.lang.ClassNotFoundException: com.magicento.MagicentoProjectComponentFirst off. Does this exist in your classpath?
Community
IntelliJ IDEA Open API and Plugin Development
PHPStorm 5 changes...
0 votes
Created
September 12, 2012 14:23
Have a look at ILazyParseableElementType. I'm not totoally sure - but perhaps you can just create a subclass of it which sets the language to Javascript and use an instance of that as the element t...
Community
IntelliJ IDEA Open API and Plugin Development
Highlighting for laguage which has extended javascript
0 votes
Created
September 12, 2012 15:12
Did you mean from a plugin you are writing?My experience has been that each subsystem has its own way of making HTTP requests. Sometimes just URLConnection.
Community
IntelliJ IDEA Open API and Plugin Development
HTTP requests inside the IDE
0 votes
Created
December 01, 2012 02:48
I have been having this symptom myself for a few months now. Each time I make a fix the symptom will manifest in a new way. All with the same error.I was hoping someone else might have the same iss...
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError:No ID found for serializer
0 votes
Created
November 28, 2012 17:25
That seems like a better idea. I think there is probably an assumption that a lexeme will have a nonzero length. What is the difference between inserting a virtual token and just infering its exist...
Community
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 votes
Created
November 28, 2012 17:26
Cool. Good luck!
Community
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 votes
«
First
‹
Previous
Next
›
Last
»