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
September 29, 2013 00:15
Did you figure this out. Someone is modifying the PSI tree outside of a write action - that's my thought.
Community
IntelliJ IDEA Open API and Plugin Development
threading issues still
0 votes
Created
October 30, 2013 04:25
One of the great parts of developing IntelliJ Plugins, is that you have IntelliJ itself to help answer your questions on how certain api are used. During your exploration you begin to realize just ...
Community
IntelliJ IDEA Open API and Plugin Development
About PSI element creation!
0 votes
Created
April 14, 2014 02:01
That can't be it. My plugin uses a method and it is fine.https://bitbucket.org/sylvanaar2/lua-for-idea/src/dfc65c42083beec88ba03d1f40ba75300a60b7a8/src/LuaFileTypeLoader.java?at=idea13https://bitbu...
Community
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 votes
Created
April 14, 2014 02:03
I just looked at your plugin page. Your plugin is in the approval queue. It isn't even available for download yet.
Community
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 votes
Created
July 04, 2014 06:21
It is for references within a package statement. package com.example;It says that this reference only refers to fully qualified package names.
Community
IntelliJ IDEA Open API and Plugin Development
what does PACKAGE_FQ and PACKAGE_FQ mean
0 votes
Created
July 01, 2014 02:22
Your Project SDK defines what version of IntelliJ (or whatever IDE) will run when you use the plugin run configuration.Define another SDK for your install of IntelliJ12 and just switch your project...
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
July 01, 2014 10:10
That is in fact what I do.
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
June 28, 2014 22:55
Indeed the QuoteHandler EP is what is responsible for this behavior, and it is controlled by the "Insert Pair Quote" setting. So, you just need to write one.A simple one can be made by subclassing ...
Community
IntelliJ IDEA Open API and Plugin Development
automatically insert closing quote
0 votes
Created
June 28, 2014 03:31
You only have 1 rule in the defaullt state, the SETTING rule will never execute because you never yybegin(SETTINGS) so every character will be consumed by the default rule "."For fun place the SETT...
Community
IntelliJ IDEA Open API and Plugin Development
JFlex avoid bad character
0 votes
Created
July 01, 2014 06:36
Did you install the plugin from the repository?You should just trace the network requests that IDEA is making to your server to see if it is requesting a URL that you aren't serving
Community
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 votes
«
First
‹
Previous
Next
›
Last
»