主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2016年11月08日 09:47
1. EJB-Facet should not influence custom extension, at least if it doesn't depend on ejb. 2. getAnnotations should return all annotations for which the extension would work. Iff overridden method i...
社区
IntelliJ IDEA Open API and Plugin Development
Enrich "implement method" action
0 票
创建于
2016年11月05日 14:49
Hi Jonas, please check com.intellij.codeInsight.generation.OverrideImplementsAnnotationsHandler Anna
社区
IntelliJ IDEA Open API and Plugin Development
Enrich "implement method" action
0 票
创建于
2016年10月31日 16:53
Hi, please take a look at com.intellij.psi.util.PsiUtil#setModifierProperty and com.intellij.codeInsight.daemon.impl.quickfix.CreateFieldFromUsageFix to find out how to create fields. Anna
社区
IntelliJ IDEA Open API and Plugin Development
Fix to Create a static final field in class
0 票
创建于
2016年10月26日 14:18
There is leading space, could you please eliminate it?
社区
IntelliJ IDEA Open API and Plugin Development
Including JAXB annotation into getter method generation
0 票
创建于
2016年10月26日 08:06
Please attach idea.log (Help|Show log). Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Including JAXB annotation into getter method generation
0 票
创建于
2016年10月25日 11:24
Then my first suggestion is absolutely not applicable, sorry. Take a look at com.intellij.execution.filters.ConsoleFilterProvider and it's subclass com.intellij.execution.filters.ConsoleDependentFi...
社区
IntelliJ IDEA Open API and Plugin Development
How do you get the run-time exception programmatically?
0 票
创建于
2016年10月25日 10:56
Do you mean that you have an exception in the console and want to detect null pointer exception there?
社区
IntelliJ IDEA Open API and Plugin Development
How do you get the run-time exception programmatically?
0 票
创建于
2016年10月25日 07:52
Hi, do you mean you want to get notified when inspections detect some error/warning? You can try with com.intellij.problems.WolfTheProblemSolver.ProblemListener but it would work for errors only. T...
社区
IntelliJ IDEA Open API and Plugin Development
How do you get the run-time exception programmatically?
0 票
创建于
2016年10月10日 08:28
Hi, ensure that your library comes to the classpath before the IDEA SDK then your library would replace one, provided by IDEA Anna
社区
IntelliJ IDEA Open API and Plugin Development
Using clashing versions of external libraries when unit-testing
0 票
创建于
2016年09月23日 18:45
PsiTreeChange is generated on each change, clients are responsible to filter only appropriate changes
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 票
«
第一页
‹
上一页
下一页
›
最后
»