<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with undo]]></title><description><![CDATA[A list of topics that have been tagged with undo]]></description><link>https://forum.robofont.com/tags/undo</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 07:52:43 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/tags/undo.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Apr 2020 14:11:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[ [[qanda:topic_solved]] list all undos]]></title><description><![CDATA[@gferreira thanks a lot! I will look into it :)
]]></description><link>https://forum.robofont.com/topic/807/list-all-undos</link><guid isPermaLink="true">https://forum.robofont.com/topic/807/list-all-undos</guid><dc:creator><![CDATA[jansindl3r]]></dc:creator><pubDate>Thu, 09 Apr 2020 14:11:32 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Are programmed undos able to work across layers?]]></title><description><![CDATA[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.
]]></description><link>https://forum.robofont.com/topic/769/are-programmed-undos-able-to-work-across-layers</link><guid isPermaLink="true">https://forum.robofont.com/topic/769/are-programmed-undos-able-to-work-across-layers</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Wed, 18 Dec 2019 20:36:43 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Guidelines: occasional undo failure &#x2F; name erasure]]></title><description><![CDATA[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)
]]></description><link>https://forum.robofont.com/topic/734/guidelines-occasional-undo-failure-name-erasure</link><guid isPermaLink="true">https://forum.robofont.com/topic/734/guidelines-occasional-undo-failure-name-erasure</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Fri, 08 Nov 2019 16:17:27 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] How to execute undo for some glyphs via code?]]></title><description><![CDATA[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!
]]></description><link>https://forum.robofont.com/topic/596/how-to-execute-undo-for-some-glyphs-via-code</link><guid isPermaLink="true">https://forum.robofont.com/topic/596/how-to-execute-undo-for-some-glyphs-via-code</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Thu, 07 Mar 2019 21:10:00 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Tracking Undo&#x2F;Redo-History for the custom attributes]]></title><description><![CDATA[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!
]]></description><link>https://forum.robofont.com/topic/553/tracking-undo-redo-history-for-the-custom-attributes</link><guid isPermaLink="true">https://forum.robofont.com/topic/553/tracking-undo-redo-history-for-the-custom-attributes</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 17 Dec 2018 19:35:29 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Undo manager]]></title><description><![CDATA[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.
]]></description><link>https://forum.robofont.com/topic/527/undo-manager</link><guid isPermaLink="true">https://forum.robofont.com/topic/527/undo-manager</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 02 Nov 2018 18:56:43 GMT</pubDate></item><item><title><![CDATA[Undo for multiple glyphs&#x2F;list?]]></title><description><![CDATA[Ok, convinced :-)
It's a floating window now.
Just pushed 1.1 to github:
http://github.com/franzheidl/SidebearingsEQ
]]></description><link>https://forum.robofont.com/topic/110/undo-for-multiple-glyphs-list</link><guid isPermaLink="true">https://forum.robofont.com/topic/110/undo-for-multiple-glyphs-list</guid><dc:creator><![CDATA[franz]]></dc:creator><pubDate>Tue, 20 Mar 2012 19:19:05 GMT</pubDate></item></channel></rss>