Поскольку я не мог установить темы Paolino или El для установки в TextMate 2.0, я создал новую тему Xcode Default с нуля здесь:
https://github.com/jrodatus/xcodedefault-tmtheme-ng
Installation
- Theme extension must be ".tmTheme" (exactly)
- Double-click to install in TextMate, select "Themes" bundle when prompted
- View->Theme->Xcode Default
- View->Font->Show Fonts...: Menlo Regular 10.3 or 10.5
- TextMate->Preferences->Projects->Open files on single click
- Show file browser on: Left side
Extra
To change the selection color from orange, change the hex color code after the "selection" key in the tmTheme file.
To suppress tab creation when clicking on a file in the browser:
Method 1) Hold the Option key every time you click on a file.
Method 2) Clone the TextMate хранилище и отредактируйте textmate/Frameworks/DocumentWindow/src/DocumentWindowController.mm
, заменив вхождения OakIsAlternateKeyOrMouseEvent()
на YES
и перестройте.
Способ 3) Если вы не хотите устанавливать предварительные требования для сборки, вы можете установить двоичный файл напрямую. Смотрите GitHub README .