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 - Improving Preprocessor directives
Summary: Improving Preprocessor directives
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Fragmentation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-06 23:39 UTC by locaid_developer
Modified: 2009-10-01 13:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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