github_textmate_preview icon indicating copy to clipboard operation
github_textmate_preview copied to clipboard

no such file or directory?

Open andrew-luhring opened this issue 12 years ago • 1 comments

Do any of these errors look like something caused by your github_textmate preview? So... this project is from a few years ago so maybe something's outdated? I'm getting these errors:

/Users/derp/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/webpreview.sh: line 19: /Users/derp/.rbenv/shims/ruby: No such file or directory 


/Users/derp/Library/Application Support/TextMate/Managed/Bundles/markdown-redcarpet.tmbundle/Support/bin/redcarpet.rb:16:  syntax error, unexpected ':', expecting ')' css = "" ^

 /Users/derp/Library/Application Support/TextMate/Managed/Bundles/markdown-redcarpet.tmbundle/Support/bin/redcarpet.rb:16:  syntax error, unexpected ')', expecting '}' css = "" ^ 

/Users/derp/Library/Application Support/TextMate/Managed/Bundles/markdown-redcarpet.tmbundle/Support/bin/redcarpet.rb:16:  unterminated string meets end of file

Either way, do you know what I can do about them?

Mac OS X 10.8.5 TextMate version 2.0-alpha.9503 ruby 2.0.0p353 rvm 1.25.15 ...

andrew-luhring avatar Jan 16 '14 23:01 andrew-luhring

This looks a little more lower level — like your markdown parser isn't working. My plugin is just CSS to style it similar to GitHub's styles. Unfortunately it's been several years since I even used TextMate so I can't say I'll be much help :/ Sorry about that.

kneath avatar Jan 17 '14 01:01 kneath