Kipt / BEdit

Issues and documentation for BEdit
6 stars 0 forks source link

"hidden" for struct members #25

Closed Kipt closed 3 years ago

Kipt commented 3 years ago

Originally requested from HMN by mrmixer.

There's no reason hidden should be restricted to scalar members.

Kipt commented 3 years ago

Implemented for incoming release. This is available on command line version as of commit 3efbd60.

hidden is now extended so it can be used for any member declaration. This oddly enough makes hidden hidden(4) myVar; perfectly valid. Previous semantics remain valid.

Kipt commented 3 years ago

Implemented for version 0.2.1