Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. undo
    Log in to post

    • jansindl3r

      SOLVED list all undos
      General Questions • observers undo • • jansindl3r  

      8
      0
      Votes
      8
      Posts
      64
      Views

      jansindl3r

      @gferreira thanks a lot! I will look into it :)
    • ryan

      UNSOLVED Are programmed undos able to work across layers?
      General Questions • layers undo • • ryan  

      4
      0
      Votes
      4
      Posts
      54
      Views

      frederik

      For maximum flexibility each glyph has his own undo manager. You dont want to use a single undo manager for everything. I understand in this case a single cmd-Z should perform actions in multiple glyphs. A while ago Ive made dirty hack... let me see if I can clean it up.
    • ryan

      UNSOLVED Guidelines: occasional undo failure / name erasure
      Problems & Bugs • guidelines undo • • ryan  

      1
      0
      Votes
      1
      Posts
      45
      Views

      ryan

      Sometimes when a guideline is moved, the undo will not work. Also sometimes, the name is erased. I can reproduce with both local and global guides. Video Version 3.3 (build 1911061105)
    • RafaŁ Buchner

      SOLVED How to execute undo for some glyphs via code?
      General Questions • undo • • RafaŁ Buchner  

      4
      0
      Votes
      4
      Posts
      539
      Views

      frederik

      then you dont need to call undo :) but you have to add undo items while editing. glyph = CurrentGlyph() # in RF 3.2 with glyph.undo("changed spacing"): glyph.leftMargin += 10 glyph.rightMargin += 10 this will 'record' the change, add an menu item. good luck!
    • RafaŁ Buchner

      UNSOLVED Tracking Undo/Redo-History for the custom attributes
      General Questions • undo custom tool • • RafaŁ Buchner  

      5
      0
      Votes
      5
      Posts
      395
      Views

      frederik

      the font.lib is also possible but then its hard to have the global undo manager focus. The current undo manager is connected to the current glyph. good luck!
    • andyclymer

      UNSOLVED Undo manager
      Extensions • undo • • andyclymer  

      4
      0
      Votes
      4
      Posts
      1304
      Views

      frederik

      mmm I see the problem is that its edits the blue zones, and when the font info has changed, RF will update tons of views and cells... I would store it temporarily in font.lib while editing (as you want to jump to different glyphs and see the same values). When not editing (dragging fe) write it back in the font.info.
    • franz

      Undo for multiple glyphs/list?
      General Questions • scripting undo • • franz  

      8
      0
      Votes
      8
      Posts
      993
      Views

      franz

      Ok, convinced :-) It's a floating window now. Just pushed 1.1 to github: http://github.com/franzheidl/SidebearingsEQ