Shalom Ben-Zvi
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created no play button in gutter for main kotlin fun in 2024.1.1
Answeredwhy there is no play button in kotlin main function in 2024.1.1 ? -
Created How to run a junit test while the project doe not compile
AnsweredIts a plugin project, kotlin with idea community. while working on something, and while the project doesn't compile because i'm in the middle of some refactoring, I couldn't run a unit test that d... -
-
Created how to disable the find usages balloon notification ?
Answeredhow can i disable this notification after find usages? this is so annoying guys! i don't need it and it doesn't give any valuable info, i know what i searched for. -
Created idea process on linux stays alive after exit
AnsweredSince the upgrade to 2022.2 when closing idea with exit or closing the window with X button, the process stays alive and can't start idea again, i need to kill the process manually. running Build #... -
Created how to target multiple IDEs with language support
AnsweredHello, I'm developing a plugin that should run on all intellij based IDEs with the specific language support for each. the plugin interacts mainly with the editor and the PSI and needs to support a... -
Edited wrong file in FileEditorManagerListener#fileOpened
AnsweredI am trying to install caret listener on open editors i have this code on a FileEditorManagerListener: public void fileOpened(@NotNull FileEditorManager source, @NotNull VirtualFile file) { Log.... -
Created how to disable find usages tooltip?
Answeredafter find usages for a class the result is displayed in the find tool window with a tooltip that many times covers the result i want to click and i need to wait for it to disappear, very annoying,... -
Created how to annotate code elements when they are opened in the editor?
AnsweredI'm writing a plugin that shows insights on code. i need to plant some annotations when the file is opened in editor. for example above some methods body. when i say annotate i mean to plant some t... -
Created annoying tootips I can't get rid of
Hi,sometimes in the last week I start getting all these annoying tooltips , I think related to spring and I don't know how to disable it. I really can't work like that. I'm using intellij 11.1.4.se...