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 votes
Recent activity
Votes
Created
June 07, 2016 13:12
If the dependency is added by user manually, you don't need to commit the model yourself. Moreover 'ModuleRootManager.getInstance(Module).getModifiableModel().commit()' line is useless, because 'ge...
Community
IntelliJ IDEA Open API and Plugin Development
How to show Project Structure Dialog?
0 votes
Created
June 07, 2016 12:48
The 'Project Structure' dialog have its own modifiable models (ModifiableRootModel, ModifiableModuleModel) which are changed when user modifies the modules and committed when he clicks 'OK'. So if ...
Community
IntelliJ IDEA Open API and Plugin Development
How to show Project Structure Dialog?
0 votes
Created
June 07, 2016 06:55
Hello, I'm not quite understand how your reference is implemented. 'getRangeInElement' is supposed to return the range inside the underlying element (i.e. the element returned by 'getElement' metho...
Community
IntelliJ IDEA Open API and Plugin Development
Value of getRangeInElement for PsiReference that is a file
0 votes
Created
June 03, 2016 07:49
Hi Petr, if you want to get the standard Java tabs in your module editor you need to extend JavaModuleType in your ModuleType (see DefaultModuleEditorsProvider). But are you really sure that you ne...
Community
IntelliJ IDEA Open API and Plugin Development
unsupported module editor
0 votes
Created
June 01, 2016 10:48
Hi Yanick, 'Go To declaration' works with PsiReferences, it searches for the references in the element under caret, calls 'resolve' method and navigates to the returned PsiElement. So you need to p...
Community
IntelliJ IDEA Open API and Plugin Development
Registering an Action that is invoked on CMD+click
0 votes
Created
June 01, 2016 08:14
Hi Brian, actually updates.xml file is designed to be used by our IDEs while performing 'Check for Updates' action. 'version' attribute is used just for presentation, its value is shown in the 'Pla...
Community
IntelliJ IDEA Users
Programmatically download latest version
0 votes
Created
June 01, 2016 07:27
No, you need to use com.intellij.ProjectTopics#PROJECT_ROOTS instead.
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to the library updates on Module?
0 votes
Created
May 27, 2016 14:01
Enakin, this is indeed allows you to download and use a library from Maven repository, but you'll still need to pack it with your plugin to make it available at runtime.
Community
IntelliJ IDEA Open API and Plugin Development
How to add external maven repository as dependency to my plugin?
0 votes
Created
May 24, 2016 14:35
IntelliJ platform currently doesn't support external dependencies at runtime. All libraries used by your plugin should be either bundled into 'lib' directory of your plugin distribution, or come fr...
Community
IntelliJ IDEA Open API and Plugin Development
How to add external maven repository as dependency to my plugin?
0 votes
Created
March 05, 2018 06:17
What do you mean by 'access the resources directory'? Do you want to list all files under that directory? Or locate fonts/font.tff file? And what is the problem with getClass().getResource() (which...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ not finding files clearly in the resources folder.
-2 votes
«
First
‹
Previous