Hello everyone,
I first want to apologize to anyone who thought the subject said "TextMate2." I promise I wasn't trying to deceive you. :-)
I'm not sure if this is the best place to post this, but I have created an improved version of TabMate and wanted to share it with those of you who have been frustrated by a lack of an update to such a useful plugin.
TabMate2 https://bitbucket.org/tweekmonster/tabmate2/overview brings improvements that include refreshing windows with your modeline settings when you:
- Switch between windows (not just tabbing in and out of TextMate) - Switch between tabs - Save your file (editing then saving the modeline will immediately update your window settings) - Reload Bundles
A bonus feature has also been added: You can also keep your modeline at the bottom of your files!
TabMate2 also has a companion bundle that helps you create and manage a modeline in your files. Install it and simply press ^M and a modeline will be added to the top of your file. If you already have a modeline in your file, the bundle will simply update the existing modeline with your selected language and tab settings.
You can download the PlugIn (be sure to remove TabMate first) and Bundle here: https://bitbucket.org/tweekmonster/tabmate2/downloads
I would also like to make this disclaimer: I'm new to Objective-C programming. This was my first real-ish project involving Objective-C and I welcome any comments or pointers about the code itselfhttps://bitbucket.org/tweekmonster/tabmate2/src. I also was only able to test this plugin in Snow Leopard and Lion, but I assume that building it with the 10.5 SDK would make it usable on Leopard, right?
Please let me know what you think!
-Tommy
On 2011-09-09 16:22, Tommy Allen wrote:
I'm not sure if this is the best place to post this, but I have created an improved version of TabMate and wanted to share it with those of you who have been frustrated by a lack of an update to such a useful plugin.
Works very nicely. Thank you! I even forgive you for momentarily raising my hopes about TextMate2. :-)
On Fri, Sep 9, 2011 at 4:53 PM, Steve King sking@arbor.net wrote:
Works very nicely. Thank you! I even forgive you for momentarily raising my hopes about TextMate2. :-)
That's good to hear on both counts. :-)
-Tommy
To those who downloaded the plugin: Please download the latest plugin here: https://bitbucket.org/tweekmonster/tabmate2/downloads
I fixed a serious bug that caused TextMate to hang when the plugin re-scans a file with less than 10 lines.
-Tommy
On Fri, Sep 9, 2011 at 5:54 PM, Tommy Allen tommy@tweek.us wrote:
On Fri, Sep 9, 2011 at 4:53 PM, Steve King sking@arbor.net wrote:
Works very nicely. Thank you! I even forgive you for momentarily raising my hopes about TextMate2. :-)
That's good to hear on both counts. :-)
-Tommy
Any chance for a git repository instead?
Adam Merrifield seydoggy.com
820 Strasburg rd, Kitchener, Ontario, N2E 2Y3, Canada
Office: 519-489-6033 Cell: 519-574-9788
On Sep 12, 2011, at 1:38 PM, Tommy Allen wrote:
To those who downloaded the plugin: Please download the latest plugin here: https://bitbucket.org/tweekmonster/tabmate2/downloads
I fixed a serious bug that caused TextMate to hang when the plugin re-scans a file with less than 10 lines.
-Tommy
On Fri, Sep 9, 2011 at 5:54 PM, Tommy Allen tommy@tweek.us wrote: On Fri, Sep 9, 2011 at 4:53 PM, Steve King sking@arbor.net wrote:
Works very nicely. Thank you! I even forgive you for momentarily raising my hopes about TextMate2. :-)
That's good to hear on both counts. :-)
-Tommy
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Mon, Sep 12, 2011 at 2:07 PM, Merrifield Adam macagp@gmail.com wrote:
Any chance for a git repository instead?
I knew this would eventually come up. :-)
I'm using Hg because it's something I've used for years and feel more comfortable using. I haven't been able to find a compelling enough reason to convert my repositories to Git besides the fact that it's snappier and GitHub is popular. (I might have a bit of a bias because a friend is on the Hg development team, and works for Atlassian. I also like Python ;-)
I might switch to Git if I have a really, really good reason to (as well as the time to learn it). But for now, I'm going to stick with using Hg.
-Tommy
The git tmbundle leaves little to be learned. Shift-cmd-g brings up all you need. Besides, git and mercurial commands are nearly identical.
But the compelling reason would be that 99% of the rest of the tmbundles are on github.
Just my thoughts.
Adam Merrifield seydoggy.com
820 Strasburg rd, Kitchener, Ontario, N2E 2Y3, Canada
Email: info@seydoggy.com Office: 519-489-6033 Cell: 519-574-9788
On 2011-09-12, at 17:07, Tommy Allen tommy@tweek.us wrote:
On Mon, Sep 12, 2011 at 2:07 PM, Merrifield Adam macagp@gmail.com wrote: Any chance for a git repository instead? I knew this would eventually come up. :-)
I'm using Hg because it's something I've used for years and feel more comfortable using. I haven't been able to find a compelling enough reason to convert my repositories to Git besides the fact that it's snappier and GitHub is popular. (I might have a bit of a bias because a friend is on the Hg development team, and works for Atlassian. I also like Python ;-)
I might switch to Git if I have a really, really good reason to (as well as the time to learn it). But for now, I'm going to stick with using Hg.
-Tommy
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate