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
Created
May 29, 2017 12:10
Answered in a separate post.
Community
IntelliJ IDEA Open API and Plugin Development
How to build IDEA community edition from source?
0 votes
Created
May 29, 2017 12:09
Which branch of IDEA community sources do you use? Regarding signing exe files and building dmg files: you need to provide implementation of SignTool interface, and define MacHostProperties in Prop...
Community
IntelliJ IDEA Open API and Plugin Development
Failed to build IDEA .dmg bundle
0 votes
Edited
May 27, 2017 20:21
No, you can iterate over interesting elements only using a visitor (JavaRecursiveElementWalkingVisitor for java). Or you can call 'getClasses' method on PsiJavaFile to get classes from it, and then...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin : how to get the source code in a data structure?
0 votes
Created
May 26, 2017 15:34
IntelliJ plugins can access source code via PSI interfaces, look PSI Files page in our documentation for details.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin : how to get the source code in a data structure?
0 votes
Created
May 25, 2017 06:50
The link should point to that topic, we'll correct it, thank you for noticing.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development FAQ - inspection question link down
0 votes
Created
May 19, 2017 08:52
You can register an ApplicationComponent and write in its initComponent's implementation (which is called when IDE starts) code which calls ToolWindowManager#getToolWindow method to get instance To...
Community
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
0 votes
Created
May 18, 2017 16:28
It's in ToolWindowFactory interface.
Community
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
0 votes
Created
May 18, 2017 14:47
What do you mean by 'plugin title' and 'the bottom bar'? Could you please attach a screenshot?
Community
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
0 votes
Created
May 10, 2017 06:16
Hello James, yes, it's possible to create your own product on IntelliJ platform and include some features from IntelliJ products into it. Unfortunately it's not very straightforward and we don't ha...
Community
IntelliJ IDEA Open API and Plugin Development
New application using SDK
0 votes
Created
April 26, 2017 06:25
LibraryTablesRegistrar#getLibraryTableByLevel returns only custom library tables. In order to get the global library table you need to use LibraryTablesRegistrar#getLibraryTable() method. I've comm...
Community
IntelliJ IDEA Open API and Plugin Development
Adding global library to module dependencies
0 votes
«
First
‹
Previous
Next
›
Last
»