omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Editor (delete & undo)

    Pythonista
    4
    6
    2813
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Heathy65
      Heathy65 last edited by

      A complete newbie question in relation to the editor.

      Is there an undo function? i.e. undo something I typed?

      Also is there away to disable the annoying iOS feature that after deleting text for a few seconds the amount of characters deleted increases/jumps and deletes loads?

      Finally is there an easy way to copy a .py file (not just move it)?

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        On iPads, undo key is at the top left of your keyboard. Do a long press on the same key to get redo.
        On iPhones just shake your phone hard to get undo/redo.

        I usually copy files by going into the Editor and do:

        • Select All
        • Copy
        • New Python File
        • Paste

        It might be old school but it works.

        Heathy65 1 Reply Last reply Reply Quote 1
        • ihf
          ihf last edited by

          Or use Stash and cp.

          1 Reply Last reply Reply Quote 1
          • Heathy65
            Heathy65 @ccc last edited by

            @ccc Thanks

            1 Reply Last reply Reply Quote 0
            • mikael
              mikael last edited by

              On iPhone, undo and redo are available via long-pressing the colon key (right-most key on the top auxiliary row of keys).

              Heathy65 1 Reply Last reply Reply Quote 1
              • Heathy65
                Heathy65 @mikael last edited by

                @ihf Thanks too

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors