Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alan
Follow
New posts
New posts and comments
Total activity
285
Last activity
January 17, 2016 22:58
Member since
March 24, 2013 22:23
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
106
Activity overview
Posts (25)
Comments (154)
Sort by recent activity
Recent activity
Votes
Created
December 14, 2014 17:35
Yeah - not having access to raw-source code was indeed one of the more painful things I had to endure whilst writing my plugin. Everything is a wrapper around yFiles however, so be sure to check ou...
Community
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 votes
Created
December 13, 2014 21:07
Yip, everything went fine - other than adding hotspot painters, which were obfusicated on every IJ build and non-deterministic.I was working on a graphical visualisation of Apache Camel routes, wer...
Community
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 votes
Created
June 27, 2014 03:06
You can access the process bar via the ProcessManager.getInstance() method.ProgressManager.getInstance().runProcessWithProgressSynchronously(new Runnable() { ... })Additionally you can update the P...
Community
IntelliJ IDEA Open API and Plugin Development
ProgressBar and Console API
0 votes
Created
June 11, 2014 15:32
There's a lot of resources available to get this information -http://confluence.jetbrains.com/display/IntelliJIDEA/PSI+Helpers+and+Utilities#PSIHelpersandUtilities-3.Defineanutilitytosearchproperti...
Community
IntelliJ IDEA Open API and Plugin Development
to get all html files inside a package or a module
0 votes
Created
June 10, 2014 14:18
This question comes up a lot on these forums, in particular under the context of CI servers.Unfortunately JetBrains do not host a public repo for these artifacts, but it however very easy to set on...
Community
IntelliJ IDEA Open API and Plugin Development
Public maven repository for plugin development
0 votes
Created
June 05, 2014 16:01
You may find QuickFixFactory to be useful
Community
IntelliJ IDEA Open API and Plugin Development
Invoking CreateClassAction manually
0 votes
Created
May 31, 2014 13:34
You can register an implementation of QuoteHandler, and you will find SimpleTokenSetQuoteHandler to be useful to extend.Ensure you have registered it within your plugin.xml file with <quoteHand...
Community
IntelliJ IDEA Open API and Plugin Development
Inserting Closing Quote and Bracket
0 votes
Created
May 31, 2014 12:05
If it is for your own plugin please see http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Plugin+Structure
Community
IntelliJ IDEA Open API and Plugin Development
Plugin life cycle
0 votes
Created
May 22, 2014 00:38
Unfortunately I do not know the inner-workings of IJ's autocompletion - so I can't fully answer this question.However, for my plugin this happens automatically when your caret is in a position in ...
Community
IntelliJ IDEA Open API and Plugin Development
Enable completion autopopup inside PsiLiteral for my LookupElements
0 votes
Created
May 22, 2014 00:18
Please check the PsiCookBook http://confluence.jetbrains.com/display/IDEADEV/PSI+CookbookThere should be a lot of examples there which will help you find the best solution for your prolem.For insta...
Community
IntelliJ IDEA Open API and Plugin Development
How to find file in project ?
0 votes
1
2
3
4
5
6
›
»