Skip to content

MCC TextEditor 15.55

Compare
Choose a tag to compare
@tboeckel tboeckel released this 18 Dec 15:48
· 16 commits to master since this release

Version 15.55 of MCC TextEditor

Changes:

  • ClipboardServer.c: changed the default path for "CURRDIR:" and "PROGDIR:" to
    "T:", because the "MUI:" assign does not exist on all systems, i.e. AROS.
    This closes #31.

  • mcc/InitConfig.c: a custom font can now be set via MUIA_Font. Any valid
    TextFont structure as well as MUI's MUIV_Font_XXX definitions will be
    accepted. This closes #29 again.

  • mcc/GetSetAttrs.c: added a workaround to skip the artifical nesting of
    OM_SET in MUIM_Draw in order to avoid double triggers of attributes like
    MUIA_ContextMenuTrigger. This closes #28.