主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alain Tavan
活动总数
68
最后的活动
2020年11月11日 20:45
成员加入日期
2012年10月19日 22:29
关注
0 名用户
关注者数
1 名用户
投票数
3
订阅数
19
活动概览
帖子(10)
评论(36)
按最近的活动排序
最近的活动
投票数
创建于
2019年11月01日 14:25
Thanks Aleksey i'll check this right after work :)
社区
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 票
创建于
2019年10月31日 23:04
of course i found that the corresponding source code is located within the AnnotateToggleAction and I also know that actions are normally registered that way <action class="aClassFile" text="Th...
社区
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 票
创建于
2019年08月28日 13:40
I have the same issue, should we open a case for this ? Some more information : if during the beforeChecking you modifiy the commitMessage but have a returnResult.CANCEL and then you trigger again ...
社区
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 票
创建于
2019年08月09日 20:54
Hi I also have a plugin that has some custom inspection. In my plugin it is possible to change some behavior of this inspection in the settings menu. Unfortunately the open files that where already...
社区
IntelliJ IDEA Plugin Users
How to trigger InspectionManager to start inspecting code in current open editors
0 票
创建于
2019年08月09日 20:45
hum i got a solution but not sure if it is the best one i'm doing something like this LineStatusTracker lineStatusTracker = LineStatusTrackerManager.getInstance(this.project).getLineStatusTracker...
社区
IntelliJ IDEA Plugin Users
is there a way to know that a PsiLiteralExpression is on a modified line ?
0 票
创建于
2019年08月06日 13:23
Hi All, I have a similar kind of issue and I already wrote my own plugin to cover some specific needs in the company I'm working for. I already have an own GotoDeclarationHandler that will show the...
社区
IntelliJ IDEA Open API and Plugin Development
Properties editor reporting 'Unused property' for all entries
0 票
创建于
2019年08月05日 14:06
WOW thanks a lot. That indeed fixed the issue I had and made the gradle file a lot more easier to read :) a big big thank you
社区
IntelliJ IDEA Open API and Plugin Development
package does not exists issue when removing my graddle version '2018.3' option
0 票
创建于
2019年08月05日 12:31
Hi Nikita, Thanks for your feedback. I really hope we can find a solution for this :)I removed the 2019.2 version (well i commented it ) I saw that it was downloading some EAP file (maybe because I...
社区
IntelliJ IDEA Open API and Plugin Development
package does not exists issue when removing my graddle version '2018.3' option
0 票
创建于
2019年07月16日 08:55
ok I got it :) i was using the wrong approach . I needed to use gotToDeclaration and implement one class for that :)
社区
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 票
创建于
2019年07月16日 07:07
someone has an idea ? Maybe I should use something else different than PlatformPatterns ? I have the feeling that my solution is nearly ok, but like said I'm missing something to make it work.
社区
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»