Minor ProjectPlus Update
Just a bug-fix. More to come as I get time.
Get it here, or wait for Sparkle to update it for you.
Ciarán :: Aug.29.2008 :: Projects, TextMate :: 40 Comments »
Just a bug-fix. More to come as I get time.
Get it here, or wait for Sparkle to update it for you.
Ciarán :: Aug.29.2008 :: Projects, TextMate :: 40 Comments »
Release notes:
Sidebar
SCM Badges
General:
Please report any issues you find at the new bug tracker.
Ciarán :: Aug.21.2008 :: Projects, TextMate :: 28 Comments »
I put this plug-in together some time ago and never released it; I just recently returned to it to while doing the SVN 1.5 update, added some more features and fixed some bugs, and I’m going to put this up as a beta release now. Mostly it’s a compilation of some of my other plug-ins, plus some miscellaneous new features.
Feature list:
SCM status badges:
Swapping the project drawer for a panel
⌃⌥⌘D
and ⌃⌘R
is keptFinder colour labels
Project-tree state can be preserved when re-opening the project
⌥␣
when the file list is focused)You should remove any conflicting plug-ins before installing, by deleting them from ~/Library/Application Support/TextMate/PlugIns
.
Ciarán :: Aug.05.2008 :: Projects, TextMate :: 185 Comments »
Well, after a long night of hacking I’ve finally got this up and running. I’ve used the libraries in a different way to the previous version which will make the whole update process easier in future.
Ciarán :: Jul.30.2008 :: Projects, TextMate :: 12 Comments »
Someone recently asked for a plug-in to navigate the find/replace history with the keyboard.
After installing it you can use ⌃↑
/↓
to move to the next/previous value.
Ciarán :: May.25.2008 :: Projects, TextMate :: 9 Comments »
10.5.2 was just released, apparently bringing with it some changes to Terminal (anyone know what they are?). This caused Terminal’s version number to change, and thus my plug-ins to fail, so I’ve updated the downloads to account for it. Note: if you already edited the plug-ins by hand to work in 10.5.2 you do not need to download them again, as that is the only change that has been made.
Downloads:
Terminal Tab Switching – Original Post
TerminalColours – Original Post
Ciarán :: Feb.12.2008 :: OS X, Projects :: 12 Comments »
If you’re like me then you no longer use multiple windows in Terminal.app at all, relying on tabs in a single window instead. Unfortunately this makes the hotkeys for switching between windows somewhat useless, so I did this SIMBL plug-in a while ago to change ⌘1-9
to switch between the tabs in the current window instead. I completely forgot to post it, but you can now download it here. See this post for how to install.
Ciarán :: Dec.10.2007 :: OS X, Projects :: 44 Comments »
This just fixes a memory leak that could occur when using projects which weren’t under Subversion control. I’d recommend that everyone update to the new version.
Ciarán :: Dec.07.2007 :: Projects, TextMate :: 17 Comments »
This update re-checks the SVN status of files when TextMate regains focus (to keep in-sync with commits etc. made on the command-line), and also replaces the ugly coloured triangles:
I’ve been on the lookout for some nice icons for a while, but I recently found out that the Windows TortoiseSVN project has generously put their icons under a separate license.
The download includes all the icons from the TortoiseSVN repository and one contributed by JiHO – he’s also included the SVG source file which you can modify with Inkscape.
If you wish to create your own icon set, take a look at the existing sets (found at ~/Library/Application Support/TextMate/PlugIns/SVNMate.tmplugin/Contents/Resources/icons
once the plug-in is installed). Any common image format should be loaded if the files have the proper name and extension.
Ciarán :: Nov.29.2007 :: Projects, TextMate :: 40 Comments »
When I was working on the new Dialog system for TextMate I was having to restart TM a lot (to reload the plug-in after compiling) and it was becoming a pain to re-expand the project structure every time (side note: ⌃⌘R
is handy for this since you’ll likely have a relevant file open already) so I wrote this plug-in to store the project tree state in the project file (and restore it when the project is opened).
Just download the plug-in and install it and projects will automatically start using it.
Ciarán :: Nov.26.2007 :: Projects, TextMate :: 3 Comments »