Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.8.2
-
Fix Version/s: 0.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently the default visibility is hard-coded in the compiler, but for some projects/teams changing the default visibility for one or more kind of member can be desirable.
Boo should allow this to be set (by a macro for instance) through CompilerParameters properties :
DefaultTypeVisibility
DefaultMethodVisibility
DefaultPropertyVisibility
DefaultEventVisibility
DefaultFieldVisibility
Additionally the setting can be changed through define symbols such as DEFAULT_TYPE_VISIBILITY and so on for each kind of member.
Landed in rev. 3064