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 29, 2019 22:54
I just installed ubuntu 19.10 (that used gnome 3) and I can confirm that the title bar is always present :/ only way i found to fix this (but it is a dirty solution) is : install the pixel saver gn...
Community
PhpStorm
Option to not merge main menu and window title
1 vote
Created
November 03, 2019 22:57
Hi @... is this still valid ?Or is it possible to directly have the validation to be triggered before pressing the apply button ?I tried doing something like described here : https://jetbrains.desi...
Community
IntelliJ IDEA Open API and Plugin Development
How to display form validation errors in settings panel
1 vote
Created
September 26, 2019 08:35
Hi all, a coworker also regret that this feature is not in IntelliJ I was not aware of this in eclipse, but as I found this usefull, i opened a feature request https://youtrack.jetbrains.com/issue...
Community
IntelliJ IDEA Users
Debugger: setting to close files?
1 vote
Created
November 11, 2020 20:45
I have a similar kind of issuethe company i work for has translated texts in a properties file Unfortunately they don't use the standard java I18n but some home made stuff.within the same directory...
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Created
January 22, 2020 12:16
The font is nice but i found the "f" too ugly.the bar is too close to the top of the f therefore I stay with my font (hack)
Community
IntelliJ IDEA EAP Users
JetBrains Mono Font
0 votes
Created
December 06, 2019 12:49
Oh nice catch I wouldn't through of that one. Thanks a lot for sharing. I'll add this for the next version of the plugin :)
Community
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 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
Next
›
Last
»