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
July 29, 2014 02:12
Just wanted to say. That the source code is the real documentation. That is why it is important for you to check it out, you need to read it and become familar with it because it contains examples ...
Community
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 votes
Created
July 30, 2014 03:59
Yep, I developed my plugin with the debugging experience you show for Ultimate. i just had to infer what the obfuscated variables were from the source. I probably made my job much harder than it sh...
Community
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 votes
Created
July 29, 2014 02:25
IDEA uses log4j, but you get a logger from the openapicom.intellij.openapi.diagnostic.Logger.getInstance()I haven't figured out the best solution myself for creating my own log file without modifyi...
Community
IntelliJ IDEA Open API and Plugin Development
logging System.err
0 votes
Created
July 25, 2014 13:36
The only thing I can suggest, is to take a look at:https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/InjectedGeneralHighlightin...
Community
IntelliJ IDEA Open API and Plugin Development
HighlightVisitor in injection
0 votes
Created
July 26, 2014 09:17
Did you specify Java as the language when you injected it? Perhaps link some code.
Community
IntelliJ IDEA Open API and Plugin Development
HighlightVisitor in injection
0 votes
Created
June 09, 2011 06:58
Ok, I recall that I had the same problem when using the ExternalAnnotator EP to do something similar to what you are doing.I don't know that I ever found a good solution for it, in the end I just w...
Community
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 votes
Created
January 15, 2011 07:56
I was able to get TODO's working by implementing the lang.syntaxHilighterFactory extension instead of the syntaxHighligher extensionhttp://devnet.jetbrains.net/thread/292610?tstart=30 <!-- S...
Community
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 votes
Created
January 15, 2011 13:05
Were you able to get it working as well?
Community
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 votes
Created
January 15, 2011 14:03
I'm glad to hear it worked for you too.
Community
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 votes
Created
April 15, 2014 05:25
The token is inserted into a copy of the file, so your lexer gets to lex your original and the copy at the same time, since you have probably typed something in the original document the original g...
Community
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 votes
«
First
‹
Previous
Next
›
Last
»