how to move the textmate file explorer to the right side?

后端 未结 4 1627
野趣味
野趣味 2021-02-07 13:49

how to move the textmate file explorer to the right side?

相关标签:
4条回答
  • 2021-02-07 14:19

    You can move textmate to the left edge of the screen and close and open the panel. ie. ctrl, alt, cmd + d.

    0 讨论(0)
  • 2021-02-07 14:21

    TextMate --> Preferences --> Projects --> Show file browser on: --> Left side / Right side

    0 讨论(0)
  • 2021-02-07 14:34

    If you're not using ProjectPlus by Ciarán Walsh, I highly recommend it. It makes some small but helpful improvements to TextMate's project features. It also allows you to specify the default side for the project drawer (which actually becomes a nice panel).

    If you have it installed, go to Preferences > Project+ > Sidebar and select "Show sidebar on the right side of the window".

    0 讨论(0)
  • 2021-02-07 14:42

    Update:

    For later versions of textmate, see this answer


    For Textmate 2 (released long after this question was answered) the accepted answer doesn't appear to work anymore. This is what did it for me:

    To change it to the right on OSX, open up your terminal and run the command:

    defaults write com.macromates.TextMate.preview fileBrowserPlacement right
    

    To change it to the left:

    defaults write com.macromates.TextMate.preview fileBrowserPlacement left
    
    0 讨论(0)
提交回复
热议问题