Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Batkovich
Total activity
34
Last activity
May 13, 2019 16:53
Member since
August 05, 2016 06:26
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
11
Activity overview
Articles (0)
Posts (0)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
December 20, 2017 15:27
Hubert, it's already available in IntelliJ IDEA installation when properties support plugin is enabled.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin for automatic property file sorting
0 votes
Created
October 13, 2017 12:06
But actual production version of IntelliJ IDEA is 2017.2 and 2017.3 will be available soon. So, I suggest to use at least 2017.2.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 votes
Created
October 12, 2017 12:31
Hello, what version of IDEA do you use? As I see from the source code you're using 2017.1, so if yes than please update the IDE.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 votes
Edited
August 15, 2017 12:59
@13nixonf Thanks, the problem is inside inspection tree building. I've created an issue https://youtrack.jetbrains.com/issue/IDEA-177590 . But don't expect a very fast fix, will be only for 2017....
Community
IntelliJ IDEA Open API and Plugin Development
Resolve becomes slower over time .
0 votes
Edited
June 17, 2017 07:27
Are you expect to see foldings inside a popup in screenshot? Or you mean that your code doesn't work at all?
Community
IntelliJ IDEA Open API and Plugin Development
Resolving Properties
0 votes
Created
June 16, 2017 09:57
Official comment
You may only iterate over all unresolved properties and then create its using com.intellij.lang.properties.psi.PropertiesFile#addProperty(java.lang.String, java.lang.String) or similar method from ...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving Properties
0 votes
Created
November 21, 2016 13:06
Official comment
Hi, Andreas, you can use simply use PsiTreeChangeListener (sure if a modification was made inside properties files editor). BTW we already have an inspection AlphaUnsortedPropertiesFileInspection t...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin for automatic property file sorting
0 votes
Created
October 11, 2016 14:38
Did you try to specify it in "intellij.plugins" (as written in https://github.com/JetBrains/gradle-intellij-plugin)?
Community
IntelliJ IDEA Open API and Plugin Development
Need help with extending the Properties plugin functionality
0 votes
Edited
October 11, 2016 06:07
Official comment
use PropertiesImplUtil.getPropertiesFile(PsiElement) to obtain a PropertiesFile from PsiFile and after that call PropertiesFile#findPropertyByKey(String key) method. to get selected property from S...
Community
IntelliJ IDEA Open API and Plugin Development
Need help with extending the Properties plugin functionality
0 votes
Created
August 05, 2016 06:26
Official comment
Vahid, do you use IntelliJ IDEA 2016.2? If yes, then for non-Java languages grouping by package/directory was broken. It will be available in next updates. You don't need do any manual actions to h...
Community
IntelliJ IDEA Open API and Plugin Development
Setting groupname in inspection result tool view
0 votes
«
First
‹
Previous