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 112131

Summary: Improving Preprocessor directives
Product: javame Reporter: locaid_developer <locaid_developer>
Component: FragmentationAssignee: Karol Harezlak <kharezlak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description locaid_developer 2007-08-06 23:39:08 UTC
Hi,
I use Preprocessor Directives in Netbeans 5.5.1. This is very useful for developement.
Preprocessor Directives could be better if would exist something similar to #include as in C++.
This would allow write my directives in only one file for everything project.

Actually, directives created in every class only work for it class. Directives created in every configuration (abilities)
only work for it configuration and I have to copy/paste for every configuration.

An option could be something similar to #include or an interface for global directives.

Thanks, regards