Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alain Tavan
Total activity
68
Last activity
November 11, 2020 20:45
Member since
October 19, 2012 22:29
Following
0 users
Followed by
1 user
Votes
3
Subscriptions
19
Activity overview
Posts (10)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
November 01, 2019 14:25
Thanks Aleksey i'll check this right after work :)
Community
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 votes
Created
October 31, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 votes
Created
August 28, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
2019.2 CheckinProjectPanel.setCommitMessage(String currentDescription) doesn't work properly
0 votes
Created
August 09, 2019 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...
Community
IntelliJ IDEA Plugin Users
How to trigger InspectionManager to start inspecting code in current open editors
0 votes
Created
August 09, 2019 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...
Community
IntelliJ IDEA Plugin Users
is there a way to know that a PsiLiteralExpression is on a modified line ?
0 votes
Created
August 06, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Properties editor reporting 'Unused property' for all entries
0 votes
Created
August 05, 2019 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
Community
IntelliJ IDEA Open API and Plugin Development
package does not exists issue when removing my graddle version '2018.3' option
0 votes
Created
August 05, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
package does not exists issue when removing my graddle version '2018.3' option
0 votes
Created
July 16, 2019 08:55
ok I got it :) i was using the wrong approach . I needed to use gotToDeclaration and implement one class for that :)
Community
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 votes
Created
July 16, 2019 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.
Community
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 votes
«
First
‹
Previous
Next
›
Last
»