Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more sourcegroups #20

Open
markiewb opened this issue Mar 6, 2016 · 1 comment
Open

Support more sourcegroups #20

markiewb opened this issue Mar 6, 2016 · 1 comment

Comments

@markiewb
Copy link
Owner

markiewb commented Mar 6, 2016

// from org.netbeans.modules.web.api.webmodule
public static final String WebProjectConstants_TYPE_DOC_ROOT="doc_root"; //NOI18N
public static final String WebProjectConstants_TYPE_WEB_INF="web_inf"; //NOI18N
// from org.netbeans.modules.web.clientproject.api
public static final String WebClientProjectConstants_SOURCES_TYPE_HTML5 = "HTML5-Sources"; // NOI18N
public static final String WebClientProjectConstants_SOURCES_TYPE_HTML5_SITE_ROOT = "HTML5-SiteRoot"; // NOI18N
public static final String WebClientProjectConstants_SOURCES_TYPE_HTML5_TEST = "HTML5-Tests"; // NOI18N
public static final String WebClientProjectConstants_SOURCES_TYPE_HTML5_TEST_SELENIUM = "HTML5-Tests-Selenium"; // NOI18N 
// from org.netbeans.api.project
public static final String Sources_TYPE_GENERIC = "generic"; // NOI18N 
// from org.netbeans.modules.maven.groovy
public static final String GroovySourcesImpl_TYPE_GROOVY = "groovy";
// from org.netbeans.modules.maven.j2ee 
public static final String J2eeMavenSourcesImpl_TYPE_DOC_ROOT = "doc_root"; // NOI18N
public static final String J2eeMavenSourcesImpl_TYPE_WEB_INF  = "web_inf";  // NOI18N
// from org.netbeans.modules.php.api
public static final String PhpConstants_SOURCES_TYPE_PHP = "PHPSOURCE"; // NOI18N
// from org.netbeans.modules.maven.classpath
public static final String MavenSourcesImpl_TYPE_OTHER = "Resources"; //NOI18N
public static final String MavenSourcesImpl_TYPE_TEST_OTHER = "TestResources"; //NOI18N
public static final String MavenSourcesImpl_TYPE_GEN_SOURCES = "GeneratedSources"; //NOI18N
// from javascript.refactoring\src\org\netbeans\modules\refactoring\javascript\ui\tree\FolderTreeElement.java
// from refactoring.java\src\org\netbeans\modules\refactoring\java\ui\tree\FolderTreeElement.java
public static final String FolderTreeElement_XML = "XML"; //NOI18N
// from org.netbeans.api.java.project
public static final String JavaProjectConstants_SOURCES_TYPE_JAVA = "java"; // NOI18N
public static final String JavaProjectConstants_SOURCES_TYPE_RESOURCES = "resources"; // NOI18N
public static final String JavaProjectConstants_SOURCES_HINT_MAIN = "main"; //NOI18N
public static final String JavaProjectConstants_SOURCES_HINT_TEST = "test"; //NOI18N 

@markiewb
Copy link
Owner Author

markiewb commented Mar 6, 2016

See ku1ik/off-plugin#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant