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
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
Created
July 11, 2019 12:12
I managed to add the dependency thanks :) but i'm still fighting with the CTRL + click here is what I have done 1: I created a contributor public class MultiLangContributor extends PsiReference...
Community
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 votes
Created
July 02, 2019 11:43
By the way as the example deals with a properties plugin i have another small question : my translations are available within a property file. I currently read and write the file with within th...
Community
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 votes
Created
July 02, 2019 11:18
Thank you Yann. I already came to this example and I still don't really know where to start. The example is for a custom language where I need to define a lot of stuff. I'm not sure how to proceed...
Community
IntelliJ IDEA Open API and Plugin Development
is it possible to override CTRL + mouse click for specific SpiElement ?
0 votes
Created
July 01, 2019 20:34
Just for information I implemented something else : a right click menu that gives me the author further information.
Community
IntelliJ IDEA Open API and Plugin Development
Autopopup on CTRL + mouse over
0 votes
«
First
‹
Previous
Next
›
Last
»