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.


    1.6 open editor tabs

    Pythonista
    1.6 editor tabs
    3
    4
    3837
    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.
    • Phuket2
      Phuket2 last edited by

      @omz, I know pythonista has no ui for favoriate tabs to keep open in the editor, but is there some code that can be run to keep certain tabs open? Just asking

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

        The code for the tabs in editmenu would probably be a good starting point. You just need something persistent like a shelve to remember what tabs you had open. The UI would likely need an overhaul to make sense for 1.6. The sidebar configuation wouldn't really make sense as you don't really need a persistent UI anymore. I'm on 1.5, so I don't know if sidebar UIs are even allowed anymore as I know omz had talked about getting rid of them.

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

          Sidebar is gone, although with objc you can hack the ui, placing buttons wherever you want, for instance next to the play button, or even as an overlay. But it would also be very simple to have two editor action scripts : savetabs and restoretabs. (well.... right now only a restoretabs would work, since we dont have a documented way to access which tabs are open)

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

            It's ok, I can imagine this is not high on the priority list. Just omz seems to have some magic laying around sometimes such as the themes. But pinned tabs would be great in the future. It's not a big deal at the moment.

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