On Thu, Sep 5, 2019 at 4:32 PM Andrew Hodgkinson ahodgkin@rowing.org.uk wrote:
I hope this is the correct place to post about this; the TextMate GitHub repo doesn't seem to let anyone add issues. This setting:
defaults write com.macromates.TextMate.preview disableTabAutoClose -bool YES
...is being ignored by RC 29, 30 and 31 (if not earlier, I didn't try). The last "mainstream" release appears to be RC10, which works fine.
The bundle identifier was changed to drop the `.preview` suffix. Try:
defaults write com.macromates.TextMate disableTabAutoClose -bool YES
/Ron