This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246594

Summary: DSLD - Domain Specific Language Descriptors (support for)
Product: ide Reporter: pekarna <pekarna>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description pekarna 2014-08-20 22:34:46 UTC
For scripting languages and especially their DSL ability, a principle called DSLD (Domain Specific Language Descriptor) exists. Basically, it's just a file in a project (or a directory) which enumerates the default imports for some language's scripts in that project (directory).

See e.g.
http://groovy.codehaus.org/DSL+Descriptors+for+Groovy-Eclipse

This is very useful for projects which use DSLs, as the IDE can provide the same default imports as the project provides for the scripts execution, making code completion and code highlighting work properly.

Thanks for considering.