主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
已编辑于
2018年12月07日 10:47
Currently getStackTrace() doesn't work properly for that, it always returns the same result. We definitely should fix that. Could you please create an issue about that? As a workaround you can use ...
社区
IntelliJ IDEA Open API and Plugin Development
Exceptions logged from tracker but don't appear to be from my plugin
0 票
创建于
2018年12月07日 07:04
How do you get the stacktrace of IdeaLoggingEvent in your implementation of ErrorReportSubmitter? If you're calling event.getThrowable().getStackTrace() please use event.getThrowableText() or event...
社区
IntelliJ IDEA Open API and Plugin Development
Exceptions logged from tracker but don't appear to be from my plugin
0 票
创建于
2018年12月04日 06:48
There is indeed no way to build a plugin distribution in 'Before launch' step. It seems that the simplest workaround is creating an artifact configuration for the plugin manually. Also note what we...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to build plugin artifact as part of project build or run configuration "before launch"?
0 票
创建于
2018年11月23日 07:38
You would also need to extend code which imports project configuration from Gradle to IntelliJ IDEA, and I doubt that it's possible to add support for non-standard root types to it. How that db.zip...
社区
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
0 票
创建于
2018年11月14日 11:39
Also see this post for details.
社区
IntelliJ IDEA Open API and Plugin Development
Can't find community edition release tags on GitHub anymore
0 票
创建于
2018年10月22日 06:39
SystemHealthMonitor class is modified in Android Studio, that's why you get this exception. So please report it to Android Studio issue tracker.
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Community Plugin Not Working Android Studio
0 票
创建于
2018年10月08日 08:02
If the action text isn't changed in it's `update` method, you can achieve this by invoking `ActionManager.getInstance().getAction(actionId).getTemplatePresentation().setText(...)`.
社区
IntelliJ IDEA Open API and Plugin Development
Renaming Registered Action possible?
0 票
创建于
2018年09月26日 09:43
You can create an action 'Generate Step' (like Code | Generate | Test we have now) instead, which will create a new method annotated with this annotation and automatically set `id` to value which i...
社区
IntelliJ IDEA Open API and Plugin Development
Custom SimpleMacro and incrementing a number.
0 票
已编辑于
2018年09月26日 09:27
But why do you need such variables? Are you going to generate code which have many variables with distinct names? If so there may be a more convenient way to do this.
社区
IntelliJ IDEA Open API and Plugin Development
Custom SimpleMacro and incrementing a number.
0 票
创建于
2018年09月26日 07:12
Currently the platform calls `Macro#calculateResult` (which calls `evaluateSimpleMacro`) several times. This doesn't cause problem for other macros because they return the same result. Why do you n...
社区
IntelliJ IDEA Open API and Plugin Development
Custom SimpleMacro and incrementing a number.
0 票
«
第一页
‹
上一页
下一页
›
最后
»