Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikolay Chashnikov
Total activity
838
Last activity
November 23, 2023 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
334
Activity overview
Articles (0)
Posts (1)
Comments (503)
Sort by recent activity
Recent activity
Votes
Edited
December 07, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Exceptions logged from tracker but don't appear to be from my plugin
0 votes
Created
December 07, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Exceptions logged from tracker but don't appear to be from my plugin
0 votes
Created
December 04, 2018 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...
Community
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 votes
Created
November 23, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
0 votes
Created
November 14, 2018 11:39
Also see this post for details.
Community
IntelliJ IDEA Open API and Plugin Development
Can't find community edition release tags on GitHub anymore
0 votes
Created
October 22, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Community Plugin Not Working Android Studio
0 votes
Created
October 08, 2018 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(...)`.
Community
IntelliJ IDEA Open API and Plugin Development
Renaming Registered Action possible?
0 votes
Created
September 26, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom SimpleMacro and incrementing a number.
0 votes
Edited
September 26, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
Custom SimpleMacro and incrementing a number.
0 votes
Created
September 26, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom SimpleMacro and incrementing a number.
0 votes
«
First
‹
Previous
Next
›
Last
»