Andrey Turbanov
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Exception breakpoint with excluded sub-class
AnsweredHello guys.Is there any way to create Exception breakpoint which will catch exceptions by class, but exclude one sub-class?For example I want to create breakpoint to stop when SQLException is throw... -
Created Toolbar names madness
Hello.I'm writing plugin which allows to use Run/Debug configurations as actions (E.g. allows to assign shortcut or add them to toolbar) https://github.com/turbanoff/RunConfigurationAsActionFor pro... -
Created RunManagerListener.runConfigurationChanged triggered too many times
AnsweredHey guys.I'm trying to use RunManagerListener to track changes in run configurations.But I got 4 notifications on every change. RunManagerEx runManager = RunManagerEx.getInstanceEx(myProject);runMa... -
Created What's version in plugin repository means?
Hello guys.Recently I posted my plugin to IDEA repository.I noticed one strange thing in plugin page - https://plugins.jetbrains.com/plugin/7976?pr=ideaCompatible builds. shows as 40.139 ...