主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月12日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to get Context or ContextWraper in intellij plugin
0 票
创建于
2016年02月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to custom console
0 票
创建于
2016年02月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Module hierarchy/ children modules
0 票
创建于
2016年02月12日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to add support for special JAVA fields?
0 票
创建于
2016年02月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票
创建于
2016年01月25日 10:10
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
BuildRootDescriptors
0 票
创建于
2008年10月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Howe to autodetect Facet by checking file content
0 票
创建于
2008年10月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to make my facet appears under "Web Application" category !
0 票
创建于
2008年07月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Web Facet
0 票
创建于
2008年08月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Path Macros in Facet Configuration
0 票
«
第一页
‹
上一页
下一页
›
最后
»