主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Batkovich
活动总数
34
最后的活动
2019年05月13日 16:53
成员加入日期
2016年08月05日 06:26
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
11
活动概览
文章(0)
帖子(0)
评论(23)
按最近的活动排序
最近的活动
投票数
创建于
2017年12月20日 15:27
Hubert, it's already available in IntelliJ IDEA installation when properties support plugin is enabled.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin for automatic property file sorting
0 票
创建于
2017年10月13日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 票
创建于
2017年10月12日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 票
已编辑于
2017年08月15日 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....
社区
IntelliJ IDEA Open API and Plugin Development
Resolve becomes slower over time .
0 票
已编辑于
2017年06月17日 07:27
Are you expect to see foldings inside a popup in screenshot? Or you mean that your code doesn't work at all?
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Properties
0 票
创建于
2017年06月16日 09:57
正式评论
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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Properties
0 票
创建于
2016年11月21日 13:06
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin for automatic property file sorting
0 票
创建于
2016年10月11日 14:38
Did you try to specify it in "intellij.plugins" (as written in https://github.com/JetBrains/gradle-intellij-plugin)?
社区
IntelliJ IDEA Open API and Plugin Development
Need help with extending the Properties plugin functionality
0 票
已编辑于
2016年10月11日 06:07
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
Need help with extending the Properties plugin functionality
0 票
创建于
2016年08月05日 06:26
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
Setting groupname in inspection result tool view
0 票
«
第一页
‹
上一页