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
January 26, 2018 12:11
In IntelliJ IDEA you're allowed to press alt+enter when some property is selected in the resource bundle editor tree and then choose "Ignore untranslated locales" fix. I believe it's better than so...
Community
IntelliJ IDEA Users
Is it possible to disable the Resource Bundle Editor?
0 votes
Created
January 26, 2018 10:54
And can't understand the point about commenting. Could you please clarify?
Community
IntelliJ IDEA Users
Is it possible to disable the Resource Bundle Editor?
0 votes
Created
January 26, 2018 10:47
Official comment
There is no way to disable resource bundle editor completely. But you can edit each of properties file separately. Just open one of them. I believe that 2nd and 4th points are bugs, so could you pl...
Community
IntelliJ IDEA Users
Is it possible to disable the Resource Bundle Editor?
0 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
«
First
‹
Previous
Next
›
Last
»