Skip to content

MCC TextEditor 15.53

Compare
Choose a tag to compare
@tboeckel tboeckel released this 02 Oct 14:36
· 29 commits to master since this release

Version 15.53 of MCC TextEditor

Changes:

  • PrintLineWithStyles.c: simplified the SetRPAttrs() call for all systems,
    since each system has different requirements on mandatory tags. This refs
    #26.
  • mcc/UndoFunctions.c: moved the triggering of MUIA_TextEditor_Undo and _Redo
    a few lines further down so that a hook being triggered by these attributes
    and which get()'s the attributes reads the correct states. This closes #25.
  • demo/TextEditor-Demo.c: enable/disable the Undo/Redo buttons according to
    the Undo/Redo availability state.