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
April 17, 2011 02:30
Lol I already did that.http://plugins.intellij.net/plugin/?idea&id=6025
Community
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 votes
Created
March 18, 2011 16:55
I was curious so I looked into this a little. Take this with a grain of salt because I could be wrong about all of it.It looks like you replace the default ctrl-w handler via the editorActionHandl...
Community
IntelliJ IDEA Open API and Plugin Development
How to add support for new symbol patterns?
0 votes
Created
June 06, 2011 12:07
Sorry I didn't realize that had been updated. Thanks Dmitry!
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ X Version Number
0 votes
Created
May 23, 2011 21:48
Yes. I have double checked to be sure. The only thing I can think of is that its some sort of race condition, since I fetch the data on a background thread.
Community
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 votes
Created
May 30, 2011 10:01
I do. I create the stack frames every time as new objects. I didn't realize that would have other ramifications. That must be the problem!
Community
IntelliJ IDEA Open API and Plugin Development
Anyone with experience implementing a debugger that may have run into this issue?
0 votes
Created
June 25, 2011 08:28
Here is an example of an exception in my unit test. It shows that my file isn't even read as my custom language on the TeamCity server.junit.framework.ComparisonFailure: null expected:<[Lua script:...
Community
IntelliJ IDEA Open API and Plugin Development
Running Unit Tests On An IDEA Plugin Project Under Teamcity
0 votes
Created
June 09, 2011 20:57
Did you make new IElementTypes for your PSI elements? It looks like you are using the lexer token types.Have you installed the PSIViewer Addon? It is a must for debugging this sort of thing.When yo...
Community
IntelliJ IDEA Open API and Plugin Development
Parser Startup Errors
0 votes
Created
September 06, 2011 19:24
The documentation is the source really. That is something that you will have to get used to.You can always ask questions here. Dmitry is really good about answering them
Community
IntelliJ IDEA Open API and Plugin Development
Custom language confusion
0 votes
Created
August 21, 2011 04:50
It really seems like you could do most of this already. You can already browese Jar files in IntelliJ - but they are read-only.All you would need to do, is to write a plugin to watch for edits to t...
Community
IntelliJ IDEA Open API and Plugin Development
Can I write a plugin that handles an archive (containing sources) as if it where extracted?
0 votes
Created
August 06, 2011 20:18
I just added templates to my plugin yesterday. It was a little confusing.All you have to do is put the templates in fileTemplates or one of its subfolders make sure that you have named the files co...
Community
IntelliJ IDEA Open API and Plugin Development
How do I register class templates from plugin?
0 votes
«
First
‹
Previous
Next
›
Last
»