Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Rudev
Total activity
94
Last activity
January 17, 2016 12:33
Member since
August 12, 2010 20:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
29
Activity overview
Posts (20)
Comments (45)
Sort by recent activity
Recent activity
Votes
Created
August 12, 2010 20:29
Oh, I think your question now is not relevant for you:), but exactly this functionality I was need in my plugin.I found a solution and here I post it, maybe it will be helpful for others @Overri...
Community
IntelliJ IDEA Open API and Plugin Development
ProjectViewPopupMenu actions....
0 votes
Created
November 21, 2010 14:32
You can try implement PersistentStateComponent<YourClass> and annotate it like this: @State ( name = "YourPluginConfiguration", storages = { @Storage (id = "default", file = "$PROJECT_...
Community
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
0 votes
Created
October 29, 2010 07:07
You can open file in editor by using com.intellij.openapi.fileEditor.FileEditorManager.openFile(...).To obtain files by pattern you must use PsiShortNamesCache. It have many usefull methods to find...
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke a menu/hotkey command
0 votes
Created
October 30, 2010 08:15
You should use PsiShortNamesCache.getFilesByName(String name), which return PsiFile[].
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke a menu/hotkey command
0 votes
Created
February 20, 2011 20:49
This is same question?
Community
IntelliJ IDEA Open API and Plugin Development
Tabbed editor
0 votes
Created
February 03, 2011 10:39
I had exactly the same problem with tags(tags was different) and fresh clone helps me to. Maybe it is git issue not IDEA repository.
Community
IntelliJ IDEA Open API and Plugin Development
community.git repo tags don't match binary release numbers
0 votes
Created
February 06, 2012 15:01
Hello Dmitriy, thanks for advice,JAVA_HOME wasn't set on my computer, but setting it did not help.I attached build log with JAVA_HOME env variable.And some info about my computer:[pandora:~/project...
Community
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 votes
Created
February 08, 2012 04:29
I was wrong, in build log I see the line: [java] Project SDK 'IDEA src jdk' is not defined. Embedded javac will be usedBut what does it mean "is not defined" - my SDK is exists and attached to...
Community
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 votes
Created
February 08, 2012 05:56
Important part of test is that ".idea" folder must be not in project root.
Community
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 votes
Created
November 10, 2012 15:51
<extensions defaultExtensionNs="com.intellij"> <lang.substitutor language="Properties" implementationClass="ru.crazyproger.plugins.webtoper.nls.PropertiesToNlsSubstitutor"/></extens...
Community
IntelliJ IDEA Open API and Plugin Development
Extending Properties language
0 votes
«
First
‹
Previous
Next
›
Last
»