REBOL3 tracker
  0.9.12 beta
Ticket #0001850 User: anonymous

Project:

Previous Next
rss
TypeBug Statussubmitted Date14-Feb-2011 15:50
Versionalpha 110 Categoryn/a Submitted bypekr
PlatformAll Severityminor Prioritynormal

Summary Some doc style fixes ...
Description While 'doc style is said to be replaced, it is still part of the distro, and does not work as expected. I prefer at least partial fixes to the GUI where possible, to make it more usable for occassional tester.

I have two small fixes for doc.r3:

1) In the code below, please replace "drop", by "drop 1"

    "===" copy s to newline skip (
        emit [
            'font ft/font
            s
            'drop ;<-richtext bug?
            'font fb/font
            'newline 'newline
        ]

2) Comment out the following line in doc style on-make factor. On-update is called automatically. Doubble call to on-update causes doubling the Doc content:

;    do-style face 'on-update none
Example code

			

Assigned ton/a Fixed in- Last Update14-Feb-2011 15:50


Comments

Date User Field Action Change
14-Feb-2011 15:50 pekr Ticket Added -