hi there,
textmate recently asked me to upgrade and i jumped at the chance because i love this editor. however since the upgrade, a few of the features that i rely on are no longer there/working as expected. these are not major things, but not having them has slowed me down and i'm wondering if there's a way to get them back or to revert to a previous version where they were still working.
my two biggest gripes are:
1. In the Ruby On Rails bundle: Migrations > Quick Migration used to generate a new migration file with the timestamp at the start of the filename. Now it seems to have reverted to the old way of doing it with sequential version numbers. I'd really like to get the timestamps back!
eg. "20101110061120_create_a_table.rb" instead of "001_create_a_table.rb"
2. I used to navigate very quickly between open tabs using the key combinations Apple+Option+Left Arrow and Apple+Option+Right Arrow. Now that's been replaced by Apple+Shift+[ and Apple+Shift+].
any help on how i can get these features working as they were before would be appreciated.
Not sure about no.1 But to bring back tab navigation you can use System Preferences -> Keyboard -> Keyboard Shortcut to create TM (or all app) key equivalent for Next/Prev Tab. And assign it your key-combo of choice.
HTH
-- Alexey
On Tue, Nov 16, 2010 at 12:21, Michael Lawlor mike@auka.ca wrote:
On 16 Nov 2010, at 10:21, Michael Lawlor wrote:
We may have included an older Rails bundle by mistake.
To upgrade it run these 3 lines in Terminal:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles && cd !$ git clone git://github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle" osascript -e 'tell app "TextMate" to reload bundles'
See http://blog.macromates.com/2010/textmate-1-5-10/
any help on how i can get these features working as they were before would be appreciated.
Hope the above helps.
We are doing an update shortly with fixes (and backwards compatible key bindings), we just want to collect all known problems before doing so.