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
November 28, 2012 17:26
Cool. Good luck!
Community
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 votes
Created
January 17, 2013 16:28
Sure thing. After work today I can get you reproduction steps...I really want to get this fixed.
Community
IntelliJ IDEA Open API and Plugin Development
Ongoing issues with accessing the StubIndex
0 votes
Created
May 26, 2013 19:02
I don't know that this will help you - but this is the system I am using. My build server is private - but only because I don't have anywhere to host it that wouldn't just be more of a hassle.I cre...
Community
IntelliJ IDEA Open API and Plugin Development
How to build a plugin on a public hosted Continuous Integration server?
0 votes
Created
September 25, 2013 02:07
You can be building more than one plugin. I think that might be part of the reason the plugins directory is not just wiped out each time. Also, when deployed automatically the deployment can differ...
Community
IntelliJ IDEA Open API and Plugin Development
Clearing plugins-sandbox automatically
0 votes
Created
September 25, 2013 01:19
Just to add - I have them in my language plugin. So it is very doable.
Community
IntelliJ IDEA Open API and Plugin Development
Method separators in custom language plugin?
0 votes
Created
September 15, 2013 05:42
Are you saying you want to know if it will come anywhere close to 800k? I could take a guess at a minimum size, but I don't want to give an incorrect answer. However - what size are you looking for...
Community
IntelliJ IDEA Open API and Plugin Development
How Small Can You Make A New IDE From The Platform?
0 votes
Created
September 30, 2013 23:20
Yeah - it is the intelliJ classloader, not my plugin's. So I may need to write my own inspection configuration options, and make 1 LuaBasedInspections class to hold them all.
Community
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 votes
Created
October 09, 2013 01:45
Fantastic. Next chance I get I'll give it a try.
Community
IntelliJ IDEA Open API and Plugin Development
Loading Inspections - Getting the Classloader Right
0 votes
Created
November 10, 2013 04:08
I would post code and pehaps more detail. There really wasn't anything to solve here. It does help to have something that separates your tokens. The example above had no token separators other than...
Community
IntelliJ IDEA Open API and Plugin Development
Can't understand lexer workflow
0 votes
Created
October 30, 2013 22:26
There are many ways. Here is one I used.GivenPsiElement element;andString replacement;Document doc = PsiDocumentManager.getInstance(element.getProject()).getDocument(element.getContainingFile());do...
Community
IntelliJ IDEA Open API and Plugin Development
How to insert a comma in an array literal?
0 votes
«
First
‹
Previous
Next
›
Last
»