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
February 12, 2016 15:46
Hello, could you please clarify what do you mean by 'Package info of the current project'? I don't see any method named 'getPackageManager' in our sources.
Community
IntelliJ IDEA Open API and Plugin Development
How to get Context or ContextWraper in intellij plugin
0 votes
Created
February 12, 2016 15:51
You can create an implementation of com.intellij.execution.filters.Filter (look atcom.intellij.execution.filters.UrlFilter for example) an provide it via com.intellij.execution.filters.ConsoleFilte...
Community
IntelliJ IDEA Open API and Plugin Development
How to custom console
0 votes
Created
February 12, 2016 15:54
I'm not quite sure what do you mean by 'Project tree'. In 'Project View' toolwindow modules are shown accordingly to how their directories are arranged on the file system. In 'Project Structure' di...
Community
IntelliJ IDEA Open API and Plugin Development
Module hierarchy/ children modules
0 votes
Created
February 12, 2016 17:45
I'm not quite understand your case. Is this static 'target' field generated in class-files by the framework or it is written in directly the source code? What do you mean by 'support this for the ...
Community
IntelliJ IDEA Open API and Plugin Development
How to add support for special JAVA fields?
0 votes
Created
February 16, 2016 14:40
The panel invokes com.intellij.facet.ProjectFacetManager.getInstance().getFacets WebFacet.ID) and doesn't filter the returned instances, see com.intellij.javaee.module.view.web.WebView and its supe...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 votes
Created
January 25, 2016 10:10
Official comment
Hello, findParentDescriptor searches for a input root of a build target (returned by BuildTarget.computeRootDescriptors). What kind of root do you want to get? What is passed as 'targetTypes' param...
Community
IntelliJ IDEA Open API and Plugin Development
BuildRootDescriptors
0 votes
Created
October 10, 2008 13:45
You can use NanoXmlUtil.parse method to parse content of VirtualFile in your implementation of VirtualFileFilter.HelloI'm developing facet autodetection for my plugin. The condition of facet is pre...
Community
IntelliJ IDEA Open API and Plugin Development
Howe to autodetect Facet by checking file content
0 votes
Created
October 07, 2008 15:16
Actually 'getPrecedingFrameworkProviderIds' method should be used if your facet has optional dependencies to another frameworks. In your case it should be sufficient to pass WebFacet.ID as 'underly...
Community
IntelliJ IDEA Open API and Plugin Development
How to make my facet appears under "Web Application" category !
0 votes
Created
July 24, 2008 07:26
What do you mean by "custom module"? Web Facets may be added only to Java modules.In order to create and add Web facet to a module use the following code (inside WriteAction):FacetType type = Facet...
Community
IntelliJ IDEA Open API and Plugin Development
Web Facet
0 votes
Created
August 01, 2008 15:01
In IDEA 8 you are able to use new serialization scheme base on PersistentStateComponent. Just implement PersistentStateComponent methods in your facet configuration class and IDEA will use these me...
Community
IntelliJ IDEA Open API and Plugin Development
Path Macros in Facet Configuration
0 votes
«
First
‹
Previous
Next
›
Last
»