Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aleksey Pivovarov
Total activity
801
Last activity
September 23, 2024 14:52
Member since
August 06, 2013 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
444
Activity overview
Articles (0)
Posts (0)
Comments (357)
Sort by recent activity
Recent activity
Votes
Created
April 07, 2016 11:53
You can take a look at DumbService.
Community
IntelliJ IDEA Open API and Plugin Development
Need to perform an action after a project is indexed
0 votes
Created
February 26, 2016 09:33
Hi, Registering of Configurable via AppilcationComponent was deprecated and removed in latest release. To register Configurable, you can add following code in plugin.xml: <extensions defaultExtensi...
Community
IntelliJ IDEA Open API and Plugin Development
How to make a configuration page in 'Settings | other settings' ?
0 votes
Created
March 01, 2016 09:33
Yes, it should be included in both JDKs.
Community
IntelliJ IDEA Open API and Plugin Development
Community.git: Compilation completed with 100 errors and 1 804 warnings in 1h 52m 52s 318ms
0 votes
Created
March 03, 2016 08:42
You can use ActionManager.getInstance().getAction("MyActionId") to get the action or use AnActionEvent.getPresentation().setVisible()/setEnabled() in AnAction.update() call to hide or disable actio...
Community
IntelliJ IDEA Open API and Plugin Development
Enabling/Disabling a menu item
0 votes
Created
March 21, 2016 09:56
I can't reproduce the issue, could you attach sample code snippet ? Note, that in the example above "makes read only to content2 only not content 1" is a desired behaviour. You need FORCE_READ_ONLY...
Community
IntelliJ IDEA Open API and Plugin Development
Read only mode for document
0 votes
Created
March 28, 2016 14:41
You can register ConfigurableProvider, that would return your ProjectComponent. <projectConfigurable groupId="SomeId" id="MyId" displayName="MyPlugin" provider="com.some.plugin.MyConfigurableProvid...
Community
IntelliJ IDEA Open API and Plugin Development
IDEA 2016.1 change in settings
0 votes
Created
February 04, 2016 10:35
Hi,The issue is likely caused by usage of the new diff api, that was introduced in 14.1. You might want to take a look at samples here - https://intellij-support.jetbrains.com/hc/en-us/community/po...
Community
IntelliJ IDEA Open API and Plugin Development
diff window not working in 14 versions
0 votes
Created
April 18, 2016 09:36
Hi, It uses LinkLabel. Also, you can take a look at SimpleColoredComponent + LinkMouseListenerBase.installSingleTagOn().
Community
IntelliJ IDEA Open API and Plugin Development
Is there any UI component for hyperlink-like label?
0 votes
Created
May 04, 2016 07:55
Hi, Registering of Configurable via AppilcationComponent was deprecated and removed in latest release. To register Configurable, you can add following code in plugin.xml: <extensions defaultExtensi...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrading old plugin - how to display ApplicationComponents JComponent?
0 votes
Created
February 29, 2016 17:51
Hi, do you have lib/tools.jar included into project JSDK?
Community
IntelliJ IDEA Open API and Plugin Development
Community.git: Compilation completed with 100 errors and 1 804 warnings in 1h 52m 52s 318ms
0 votes
«
First
‹
Previous
Next
›
Last
»