Skip to content

haru01/quick-copy-paste-tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

TextMate Bundle. Quick copy and paste one line in project. Behavior, like auto complete

Installation

cd ~/Library/Application\ Support/TextMate/Bundles
git clone git@github.com:haru01/quick-copy-paste-tmbundle.git QuickCopyPaste.tmbundle

if use ruby 1.9

replace TextMate.app/SharedSupport/Support/lib/ui.rb

 def complete(choices, options = {}, &block) #  :yields: choice
   pid = fork do
-     STDOUT.reopen(open('/dev/null'))
-     STDERR.reopen(open('/dev/null'))
+     STDOUT.reopen(open('/dev/null', 'a'))
+     STDERR.reopen(open('/dev/null', 'a'))

replace osx-plist

git clone git://github.com/kballard/osx-plist.git
cd osx-plist/ext/plist
ruby extconf.rb && make
cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/

Copyright © 2011 Eiji Ienaga, released under the MIT license

About

TextMate Bundle. Quick Copy and Paste

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages