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
November 11, 2008 11:54
BuildConfiguration.isExplodedEnabled()This method (BuildConfiguration.willBuildExploded()) is deprecated - what should we use instead?-- Nikolay ChashnikovSoftware DeveloperJetBrains, Inchttp://www...
Community
IntelliJ IDEA Open API and Plugin Development
Idea8: Deprecated BuildConfiguration.willBuildExploded()?
0 votes
Created
December 07, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to add gui tab in the some facet configuration?
0 votes
Created
December 07, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to read data from WebFacetConfigurationImpl?
0 votes
Created
March 13, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Generating source code in FacetTypeFrameworkSupportProvider
0 votes
Created
August 06, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Web Facet
0 votes
Created
October 09, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use createMavenJarInfo to download required libraries for my Facet
0 votes
Created
September 23, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Detecting facets from a plugin
0 votes
Created
July 20, 2011 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 ...
Community
RubyMine
How to do javascript debugging with Google Chrome ?
0 votes
Created
July 20, 2011 12:26
Yes, please.
Community
RubyMine
How to do javascript debugging with Google Chrome ?
0 votes
Created
June 07, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to show Project Structure Dialog?
0 votes
«
First
‹
Previous
Next
›
Last
»