Skip to content

MCC TextEditor 15.51

Compare
Choose a tag to compare
@tboeckel tboeckel released this 29 Oct 19:41
· 42 commits to master since this release

Version 15.51 of MCC TextEditor

Changes:

  • PrintLineWithStyles.c: integrated the display of transparent text for
    AmigaOS3 as known from MUI5 for AmigaOS. Now the alternative text can be
    displayed with 50% transparency on AmigaOS3, too.
  • mcc/GetSetAttrs.c: the alternative text will be displayed with 50%
    transparency if the editor object has the RGB mode enabled and if the system
    supports this feature. Otherwise it will be displayed in italics as usual.
  • mcc/Dispatcher.c: don't show a ghost cursor in case the alternative text is
    displayed in inactive state.
  • mcc/misc: implemented MUIA_TextEditor_InactiveContents to set an alternative
    text, which will be displayed when no other text has been entered by the
    user or been set by the application and the editor object is not the active
    object. This closes #22.