wycats / textmate
- Source
- Commits
- Network (7)
- Issues (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Does not properly URI encode special characters in URLs
1 comment Created 7 months ago by brendanjerwin$ textmate install "C#" ... svn: URL 'http://macromates.com/svn/Bundles/trunk/Review/Bundles/C#.tmbundle' is not properly URI-encoded Not InstalledHOWEVER:
$ textmate install "C%23"Works just fine.
Comments
-
Error detecting remote bundles on Macromates Trunk and Macromates Remote
2 comments Created 5 months ago by jcrosbyGitHub remote bundles are properly detected, but Macromates bundles fail. Output of textmate remote is:
Macromates Trunk Remote Bundles
svn: PROPFIND request failed on '/svn/Bundles/trunk/Bundles'
svn: PROPFIND of '/svn/Bundles/trunk/Bundles': 301 Moved Permanently (http://macromates.com)Macromates Review Remote Bundles
svn: PROPFIND request failed on '/svn/Bundles/trunk/Review/Bundles'
svn: PROPFIND of '/svn/Bundles/trunk/Review/Bundles': 301 Moved Permanently (http://macromates.com)GitHub Remote Bundles
Ruby on Rails
Git
...Comments
akollegger
Mon Jul 27 14:56:25 -0700 2009
| link
TextMate bundle repository has moved. Use the patch in this gist:
-
When executing the following command:
textmate remoteThe following error is received:
/opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:29:in `remote': undefined method `[]' for nil:NilClass (NoMethodError) from /opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:25:in `map' from /opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:25:in `remote' from /opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:16:in `each' from /opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:16:in `remote' from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:27:in `send' from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:27:in `run' from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:20:in `parse' from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.9/lib/thor.rb:78:in `start' from /opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:218 from /opt/local/bin/textmate:19:in `load' from /opt/local/bin/textmate:19Comments
-
The api search below:
http://github.com/api/v1/yaml/search/tmbundleDoes not return a 'url' attribute that line 60 is looking for.
%[git clone #{e_sh repo['url'].sub('http', 'git') + '.git'} #{e_sh install_bundles_path}/#{e_sh bundle_name}.tmbundle 2>&1]Comments
-
Command fails with undefined method `method_option'
2 comments Created 5 months ago by timrileyWhen installing the gem and running for the first time:
$ textmate /opt/local/lib/ruby/gems/1.8/gems/wycats-textmate-0.9.6/bin/textmate:53: undefined method `method_option' for TextmateInstaller:Class (NoMethodError) from /opt/local/bin/textmate:19:in `load' from /opt/local/bin/textmate:19I'm using wycats-textmate 0.9.6 and thor 0.9.9.
Comments
You need to be using wycats-thor. I'll be pushing a thor to rubyforge soon which will fix this problem.
-
I sent you a pull request, to fix an error when you running textmate search with ruby 1.9
It required a tiny commit:
http://github.com/brainopia/textmate/commit/35090a5b87e2cb11048dfe039a62e705855e32e3Comments
-
If it's no trouble, then could you please update gem on rubyforge to latest.
Comments





This should be fixed on latest