Andrey Turbanov
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 Exception breakpoint with excluded sub-class
已回答Hello 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... -
创建于 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... -
创建于 RunManagerListener.runConfigurationChanged triggered too many times
已回答Hey 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... -
创建于 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 ...