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
December 05, 2019 19:34
with the help of someone on the slack page of intellij I implemented following working solution public class PasteImageHandler extends EditorActionHandler implements EditorTextInsertHandler { ...
Community
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 votes
Created
December 03, 2019 17:00
maybe it is easier if I share the entire class ? I'm not a big fan of implementing all logic in one single class, but here i did it to simplify the code and have just one file. package com.swis...
Community
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 votes
Created
December 02, 2019 18:58
Sorry to disturb you again. I implement the class like you said and wrote this inside of the method @Nullable@Overridepublic Object getData(@NotNull String dataId) { if(dataId == null) { r...
Community
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 votes
Created
December 02, 2019 17:19
Thanks Yann :) by any chances, do you have a source code I could look at ? My actual solution has no paste_provider and i admit that i'm a bit lost . Thank you in advance for your help.
Community
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 votes
Created
November 19, 2019 07:38
concerning hg i was a bit wondered as the project has no mercurial settings at all and as I did not add dependency to it. Indeed for git and svn I needed to explicitly add the plugins 'svn4idea', '...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way to get the branch of a file ?
0 votes
Created
November 18, 2019 19:46
wow this is a lot more than expected :) thanks a lot Aleksey, i'll try the different ideas and can finally finish my work on this part :)
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way to get the branch of a file ?
0 votes
Created
November 03, 2019 20:45
I did what you proposed and override the reset method to include the code that was in the updateUIState and now I don't have any exception anymore ;) Thanks a lot. I can continue to work on the f...
Community
IntelliJ IDEA Open API and Plugin Development
how to use a TextFieldWithCompletion inside of a configuration window that was build with the form builder ?
0 votes
Created
November 03, 2019 18:40
full stacktrace. I pushed my current state into https://github.com/alain57/swissas-dev-tools/tree/bugfix here is the full stack trace.. I really hope you can help me ;) Details: Current thread:...
Community
IntelliJ IDEA Open API and Plugin Development
how to use a TextFieldWithCompletion inside of a configuration window that was build with the form builder ?
0 votes
Edited
November 02, 2019 13:51
thanks Aleksey, even if the position is not exactly what I wanted it is working like I wished ;) subject can be marked as answered ;)
Community
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 votes
Created
November 01, 2019 15:15
The given source code are clear, I guess it will not be a big issue for me to use that :) But I didn't saw any positioning, I guess that the newly added action is always at the bottom of the menu. ...
Community
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 votes
«
First
‹
Previous
Next
›
Last
»