Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vojtěch Krása
Total activity
435
Last activity
August 18, 2020 18:17
Member since
November 03, 2011 11:10
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
158
Activity overview
Posts (31)
Comments (238)
Sort by recent activity
Recent activity
Votes
Created
October 01, 2014 21:10
I suspect that if you release new versions very often, you will annoy whoever checks the compatibility and you will be granted an exception from the process - most of my plugins can be updated with...
Community
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 votes
Created
February 05, 2015 22:05
I would try newer JDK - I had problems with some older ones, but 1.6.45 works fine for me.
Community
IntelliJ IDEA Open API and Plugin Development
cant build intellij
0 votes
Created
May 23, 2015 09:38
Why don't you just use Eclipse formatter? Both Netbeans, IntelliJ and Eclipse should be able to produce identical formatting.
Community
IntelliJ IDEA Open API and Plugin Development
Delegating formatting to an external formatter
0 votes
Created
May 18, 2015 17:38
As I pasted on http://stackoverflow.com/a/30303919/685796public class YourAction extends DumbAwareAction { ... @Override public void update(AnActionEvent e) { super.update(e); ...
Community
IntelliJ IDEA Open API and Plugin Development
activate/deactivate plugin option for particular file type.
0 votes
Created
June 06, 2015 09:42
I have dealt with it recently this way: ApplicationManager.getApplication().invokeLater(new Runnable() { @Override public void run() { new WriteCommandAction.Simple(project) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Update document on document change
0 votes
Created
June 03, 2015 22:29
have you seen these?com.intellij.openapi.application.PathManager#getPluginsPathcom.intellij.openapi.application.PluginPathManager#getPluginHome
Community
IntelliJ IDEA Open API and Plugin Development
How do I find the (class) path to plugin libraries
0 votes
Created
July 26, 2015 10:26
You can look how are these used:com.intellij.ui.CheckboxTreecom.intellij.ui.CheckboxTreeTable
Community
IntelliJ IDEA Open API and Plugin Development
Intellij equivalent for checkedTreeSelectionDialog
0 votes
Created
June 27, 2015 21:12
I thought this is the forum :^O
Community
IntelliJ IDEA Open API and Plugin Development
What happened to plugin comments?
0 votes
Created
May 29, 2012 09:02
pitty, there are some very good plugins, which would deserve some prize... ;)
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Contest 2010/2011?
0 votes
Created
August 01, 2012 21:08
Thank you, I found the way to do it dynamically. And it somehow works even with default scheme. :) Keymap keyMap = getKeyMap(); Shortcut[] shortcuts = keyMap.getShortcuts("Opt...
Community
IntelliJ IDEA Open API and Plugin Development
How to replace default action by my own
0 votes
«
First
‹
Previous
Next
›
Last
»