Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Shalom Ben-Zvi
Total activity
43
Last activity
May 10, 2024 20:01
Member since
December 09, 2012 16:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
12
Activity overview
Posts (11)
Comments (20)
Sort by recent activity
Recent activity
Votes
Created
March 24, 2022 15:46
Thank you. That's exactly what i need but to do it from a plugin ?
Community
IntelliJ IDEA Open API and Plugin Development
how to annotate code elements when they are opened in the editor?
0 votes
Created
March 24, 2022 13:11
Karol Lewandowski Thank you for your help, i got it right now.
Community
IntelliJ IDEA Open API and Plugin Development
wrong file in FileEditorManagerListener#fileOpened
0 votes
Created
March 24, 2022 11:03
OK, I understand. so getSelectedEditor() is the previous selected, and what about getSelectedTextEditor(), is it the opened file editor or the previous too? i saw a plugin called psiviewer that di...
Community
IntelliJ IDEA Open API and Plugin Development
wrong file in FileEditorManagerListener#fileOpened
0 votes
Created
March 24, 2022 10:21
Thank you , i will do the necessary changes. but i still don't understand why when fileOpened is invoked sometimes the source.getSelectedEditor().getFile() and file argument are different ? 202...
Community
IntelliJ IDEA Open API and Plugin Development
wrong file in FileEditorManagerListener#fileOpened
0 votes
Created
March 24, 2022 06:05
I wonder, are editors reused? if i install a caret listener for an editor can i be sure this editor edits the same file since its opened and until its closed?
Community
IntelliJ IDEA Open API and Plugin Development
wrong file in FileEditorManagerListener#fileOpened
0 votes
Created
March 23, 2022 21:05
Is there a way to know if a PsiElement is a method without depending on other plugins? i want a general isMethod or something that will catch all languages, or at least the languages that have met...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError with "psiMethod"
0 votes
Created
March 23, 2022 19:56
OK, Thanks. I will take a look but my guess is that its not trivial. we want to somehow mark the current method code block where the cursor is, do you have a suggestion?
Community
IntelliJ IDEA Open API and Plugin Development
how to annotate code elements when they are opened in the editor?
0 votes
Created
March 23, 2022 12:24
The vertical line that stretches from the method declaration line to the closing curly bracket , I believe its called "vertical indent guide" in intellij jargon. i would like to change its color a...
Community
IntelliJ IDEA Open API and Plugin Development
how to annotate code elements when they are opened in the editor?
0 votes
Created
March 23, 2022 11:10
Karol Lewandowski thanks for the response. I would appreciate another hint, i also want to change or add the vertical indent guide when the mouse is on a code block, currently only on methods, i me...
Community
IntelliJ IDEA Open API and Plugin Development
how to annotate code elements when they are opened in the editor?
0 votes
Created
December 10, 2012 01:42
Mark, Thank you.
Community
IntelliJ IDEA Users
annoying tootips I can't get rid of
0 votes
«
First
‹
Previous