主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2008年11月11日 11:54
BuildConfiguration.isExplodedEnabled()This method (BuildConfiguration.willBuildExploded()) is deprecated - what should we use instead?-- Nikolay ChashnikovSoftware DeveloperJetBrains, Inchttp://www...
社区
IntelliJ IDEA Open API and Plugin Development
Idea8: Deprecated BuildConfiguration.willBuildExploded()?
0 票
创建于
2007年12月07日 16:26
It isn't possible now. But you can use sub-facets to extend configuration of existent facet type (e.g. Struts is sub-facet for Web facet).I would like to extends facet configuration, but only for s...
社区
IntelliJ IDEA Open API and Plugin Development
How to add gui tab in the some facet configuration?
0 票
创建于
2007年12月07日 05:56
Why do you need WebFacetConfigurationImpl?webFacet.getBuildConfiguration().getBuildProperties().getExplodedPath()I have located a WebFacet instance. How to read its configuration?i.e. How to access...
社区
IntelliJ IDEA Open API and Plugin Development
How to read data from WebFacetConfigurationImpl?
0 票
创建于
2008年03月13日 07:17
When onFacetCreate is called the module isn't initialized yet. StartupManager#runWhenProjectIsInitialized helps if you are creating new project but if you are creating new module in the existent pr...
社区
IntelliJ IDEA Open API and Plugin Development
Generating source code in FacetTypeFrameworkSupportProvider
0 票
创建于
2008年08月06日 11:14
WebFacet class is located in com.intellij.javaee plugin so your plugin.xml file must contain com.intellij.javaee]]>tag.Thank you for your reply but when I added the code below I get a class not l...
社区
IntelliJ IDEA Open API and Plugin Development
Web Facet
0 票
创建于
2008年10月09日 13:30
You can use MavenLibraryUtil.createSubMavenJarInfo().HiI want to declare required libraries of my web facet. As I know, I should override getLibraries method on my FacetFrameworkSupportProvider cla...
社区
IntelliJ IDEA Open API and Plugin Development
How to use createMavenJarInfo to download required libraries for my Facet
0 票
创建于
2008年09月23日 06:04
Hi Guy,'source' parameter will be the same VirtualFile instance which was passed to VirtualFileFilter#accept method.Hi,I'm struggling a bit to get facet detection working from my plugin. What I wan...
社区
IntelliJ IDEA Open API and Plugin Development
Detecting facets from a plugin
0 票
创建于
2011年07月20日 10:37
Breakpoints in remote URLs should work the same way as they work for Firefox: if you've specified remote URLs for local files in the JavaScript run configuration breakpoints in local files will be ...
社区
RubyMine
How to do javascript debugging with Google Chrome ?
0 票
创建于
2011年07月20日 12:26
Yes, please.
社区
RubyMine
How to do javascript debugging with Google Chrome ?
0 票
创建于
2016年06月07日 13:56
Do you invoke ModuleRootManager#getModifiableModel in your code? If you invoke it before opening the project structure dialog and commit after closing, the changes made by user in the dialog will b...
社区
IntelliJ IDEA Open API and Plugin Development
How to show Project Structure Dialog?
0 票
«
第一页
‹
上一页
下一页
›
最后
»