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

不想你离开。 提交于 2019-12-04 10:19:05

问题


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


回答1:


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




回答2:


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



回答3:


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




回答4:


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".



来源:https://stackoverflow.com/questions/3795726/how-to-move-the-textmate-file-explorer-to-the-right-side

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!