Andrey Turbanov
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
Andrey Turbanov 创建了一个帖子, 已回答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... -
-
Andrey Turbanov 创建了一个帖子, 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... -
Andrey Turbanov 创建了一个帖子, 已回答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... -
Andrey Turbanov 创建了一个帖子, 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 ...