Jurgen: Would you agree to add following menu items (bold, emph, underline, code) and toolbar icon (bold) to 1.5.2?
John and Richard agree with this change. Basically speaking, although we should encourage the use of the text layouts, we should not deprive users from these simple, frequently used, functions. It should be a user's choice what to use. The lack of these menu items and button is especially painful when we can not provide usable text layouts right now. Bo Index: lib/ui/stdtoolbars.inc =================================================================== --- lib/ui/stdtoolbars.inc (revision 20569) +++ lib/ui/stdtoolbars.inc (working copy) @@ -68,6 +68,7 @@ Item "Paste" "paste" Item "Find and replace" "dialog-show findreplace" Separator + Item "Toggle bold" "font-bold" Item "Toggle emphasis" "font-emph" Item "Toggle noun" "font-noun" Item "Apply last" "font-free-apply" Index: lib/ui/stdmenus.inc =================================================================== --- lib/ui/stdmenus.inc (revision 20569) +++ lib/ui/stdmenus.inc (working copy) @@ -144,6 +144,11 @@ Separator Item "Customized...|C" "dialog-show character" Separator + Item "Toogle Bold|B" "font-bold" + Item "Toogle Emphasize|E" "font-emph" + Item "Toogle Underline|n" "font-underline" + Item "Toogle Code|o" "font-code" + Separator Item "Capitalize|a" "word-capitalize" Item "Uppercase|U" "word-upcase" Item "Lowercase|L" "word-lowcase"