Oldes / Rebol-wishes

Repository for keeping Rebol related wishes out of issues
0 stars 0 forks source link

Banner: in header object #35

Open Siskin-Bot opened 4 years ago

Siskin-Bot commented 4 years ago

Submitted by: sqlab

I would like to get an additional item in the script header object, that is shown by default when doing the sript. We can call it Banner. If it is not existent, then the normal rules (Script: Version: Date:) apply


SYSTEM/STANDARD/SCRIPT is an object of value:
   Title           string!   "Untitled"
   Banner          none!     none 
   Name            none!     none
   Version         none!     none
   Date            none!     none
   File            none!     none
   Author          none!     none
   Needs           none!     none
   Type            none!     none
   Export          none!     none
   Local           none!     none
   Content         none!     none

Imported from: CureCode [ Version: alpha 33 Type: Wish Platform: All Category: n/a Reproduce: Always Fixed-in:none ] Imported from: https://github.com/rebol/rebol-issues/issues/605

Comments:

Rebolbot commented on Feb 6, 2009:

Submitted by: BrianH

If this is done, please do not show the banner in quiet mode, or at all for modules. It would be an easy change to the LOAD mezzanine. SYSTEM/STANDARD/SCRIPT would not need to be changed, as SELECT now works on objects.


Rebolbot added the Type.wish on Jan 12, 2016