Jump to content

chrisyipw

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by chrisyipw

  1. I'm afraid that's an issue with Sublime. It also doesn't restore open tabs, as far as I know, if you simply double-click the .sublime-project file on your hard drive. Opening the .sublime-workspace file would work—something that I wasn't aware of till just now!—but the subl command doesn't know how to deal with workspaces and they're not bound to open with Sublime in OS X. You'd have to take either of the latter issues up with jps, I think.

     

    `subl` can work fine with `.sublime-workspace`. I tried to run `subl project.sublime-workspace` in Terminal, Sublime Text did what I expected.

  2. Alfred: 2.0.5

    Sublime Text: 3 3048

     

    When opening a project, can't restore all the tabs.

     

    Tried to modify proj.py L32 `projPath = os.path.join(projPath, projTitle + ".sublime-project")` to `projPath = os.path.join(projPath, projTitle + ".sublime-workspace")`, still not working.

×
×
  • Create New...