Hi all,
It's not real window splitting but I find this useful to automate "Open in New Window" as a stop gap.
It's still a bit rough and lacking in features but if anyone would like to try it out here's the link to my https://github.com/seandunn/window-buddy.tmbundle Window Buddy bundle.
Splitting can only done to project tabs. Docking can only be done to auxilary windows. Other window snap controls work for both.
You have to click "Reveal in Project" (^⌘R) at least once as it use the TM_SELECTED_FILE variable. There's also still a few "issues" to sort out such as RubyAMP's complete from project to work in the auxilary windows.
Otherwise it should quite straight forward to use.
Let me know what you think.
Cheers, Sean.
Quite a week for textmate releases. Thank you and thank you to everyone else for sharing their work.
On Mar 4, 2011, at 5:39 AM, Sean Dunn sd9@sanger.ac.uk wrote:
Hi all,
It's not real window splitting but I find this useful to automate "Open in New Window" as a stop gap.
It's still a bit rough and lacking in features but if anyone would like to try it out here's the link to my https://github.com/seandunn/window-buddy.tmbundle Window Buddy bundle.
Splitting can only done to project tabs. Docking can only be done to auxilary windows. Other window snap controls work for both.
You have to click "Reveal in Project" (^⌘R) at least once as it use the TM_SELECTED_FILE variable. There's also still a few "issues" to sort out such as RubyAMP's complete from project to work in the auxilary windows.
Otherwise it should quite straight forward to use.
Let me know what you think.
Cheers, Sean. -- View this message in context: http://old.nabble.com/Introducing-WindowBuddy.tmbundle-for-psuedo-window-spl... Sent from the textmate users mailing list archive at Nabble.com.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hi All,
I installed this using GetBundles, but when I try to use it, I get a yellow "tooltip"-type error about a ruby error. Unfortunately I can't select the error but I think there's a missing ruby gem bundle. something about 'gem_original_require' missing appscript?
Yours,
Andrew
On 04/03/2011 13:39, Sean Dunn wrote:
Hi all,
It's not real window splitting but I find this useful to automate "Open in New Window" as a stop gap.
It's still a bit rough and lacking in features but if anyone would like to try it out here's the link to my https://github.com/seandunn/window-buddy.tmbundle Window Buddy bundle.
Splitting can only done to project tabs. Docking can only be done to auxilary windows. Other window snap controls work for both.
You have to click "Reveal in Project" (^⌘R) at least once as it use the TM_SELECTED_FILE variable. There's also still a few "issues" to sort out such as RubyAMP's complete from project to work in the auxilary windows.
Otherwise it should quite straight forward to use.
Let me know what you think.
Cheers, Sean.
Hi Andrew,
You'll need to install the the rb-appscript gem using:
sudo gem install rb-appscript
or if you're using RVM (definetly the best way to manage Ruby) then use:
gem install rb-appscript
You'll also need to have the TMTools plugin installed too.
That should be all you need but let me know if you have any further problems.
Cheers, Sean.
Andrew Jaffe-4 wrote:
Hi All,
I installed this using GetBundles, but when I try to use it, I get a yellow "tooltip"-type error about a ruby error. Unfortunately I can't select the error but I think there's a missing ruby gem bundle. something about 'gem_original_require' missing appscript?
Yours,
A