Hey All,
recently I can’t seem to update GetBundles-installed bundles, getting
the somewhat unhelpful “could not install…” error in logs:
04/18/2011 00:40:55 TextMate[GetBundles]
GetBundles – version 1.2 – Hans-Jörg Bibiko - bibiko(a)eva.mpg
GetBundles' DIALOG runs at token 1
Cache File lists 1037 bundles. Last modified date: Sun Apr 17 11:00:01 UTC 2011
04/18/2011 00:41:13 TextMate[GetBundles]
Installing “CSS Extended”
Could not install “CSS Extended” by using
“https://github.com/gordonbrander/css-extended.tmbundle/tarball/master”
04/18/2011 00:42:30 TextMate[GetBundles]
Installing “Apache”
Could not install “Apache” by using
“https://github.com/textmate/apache.tmbundle/tarball/master”
04/18/2011 00:43:06 TextMate[GetBundles]
Installing “HTML”
Could not install “HTML” by using
“https://github.com/textmate/html.tmbundle/tarball/master”
These bundles are all showing up as xxx days old. I’m using TextMate
Version 1.5.10 (1631), and I‘ve tried deleting and reinstalling
GetBundles.
Any idea what I should do to get bulk-updating working again?
peace - oli
Hi, I'm currently working on updating the Smarty language grammar, and I
would like to reference an external file. That way I can edit the grammar
in textmate without being forced to copy and paste it back and forth into
the bundle editor to test it out. Can I do that?
Also, is there a better way of editing bundles and language grammars
directly than in that tiny non-colorful bundle editor window?
Thanks for your help!
Brandon
Hi everyone,
I am trying to use textmate from commandline as: mate file.txt but it
doesn't work anymore after adding /sw/lib to my DYLD_LIBRARY_PATH. This is
annoying because I want to be able add "/sw/lib" to my path as I have some
programs there I want to use. How can I fix this issue?
[CODE]dyld: Symbol not found: __cg_TIFFClientOpen
Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /sw/lib/libTIFF.dylib[/CODE]
--
View this message in context: http://old.nabble.com/Problems-starting-textmate-from-command-line-tp314141…
Sent from the textmate users mailing list archive at Nabble.com.
Allan Odgaard-4 wrote:
>
> On 28 Oct 2010, at 21:12, Martin wrote:
>
>> [...]
>> I'm having a similar problem with the ruby on rails bundle when
>> generating partials (shift-ctrl-h) and using ruby 1.9.x.
>> I set TM_RUBY with rvm to several versions. ruby 1.8.7 runs fine,
>> every 1.9.x not.
>>
>> I don't want to set TM_RUBY to 1.8.7 because then every script I run
>> with cmd-r uses also 1.8.7.
>>
>> Isn't there a other solution?
>
> I think you have it backwards.
>
> You should set your PATH so that ruby 1.8.x is found first.
>
> Then set TM_RUBY to your 1.9.x ruby.
>
> That way, all commands in TextMate should use 1.8.x but command R will
> use 1.9.x for your own scripts.
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
>
That does not work for me. My path is set to :
/usr/local/bin:/Users/mhenrixon/.rvm/gems/ruby-1.9.2-p80@global/bin://Users/mhenrixon/.rvm/bin:/usr/local/sbin:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/X11/bin
if I run "which ruby" from the terminal I get the following output:
/usr/local/bin/ruby and if I do ruby -v I get 1.8.7 but TextMate still gives
me crap:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:355:in
`to_plist': An object in the argument tree could not be converted
(ArgumentError)
from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:355:in
`request_string_core'
from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:193:in
`request_string'
from /Users/mhenrixon/Library/Application
Support/TextMate/Bundles/Haml-TextMate.tmbundle/Support/bin/create_partial_from_selection.rb:22:in
`<main>'
What can I do now?
--
View this message in context: http://old.nabble.com/Git-Bundle-plist-errors-tp28225818p31389643.html
Sent from the textmate users mailing list archive at Nabble.com.
I am sure it was asked before, but a search in the archives didn't turn up a solution.
I am writing my master's thesis and I need to include C-code in my document.
I would like it to be colored and have line numbers.
There is a nice Copy as RTF command in Textmate that would do everything I need, except it doesn't
work, if I add line numbers manually because this obviously breaks the code structure and highlighting
breaks. So the line numbering will have to be done after the code is colorized.
I would like to have RTF text since I want to paste it into Word later. (Maybe I shouldn't use Word O_o )
I am sure some of you have had the same problem and maybe someone has a working solution.
I also couldn't find any commandline tool that would read and write rtf line by line, which would
be a simple post-processing step then to add the numbering.
It might be possible to change the original Copy as RTF Bundle, but having a quick look inside it was
a bit tricky to find where to add the necessary code.
Help is greatly appreciated.
Thomas
Brandon M Fryslie <bmf(a)email.arizona.edu> wrote:
> I think having "smooth scrolling" on can cause this. You can turn it off in
> System Preferences -> Appearance.
>
Thanks, Brandon, that did the trick.
- Dushan
Dushan Mitrovich wrote:
>> 2 - On a muli-page file the PgUp and PgDn keys have weird behavior:
>> instead of scrolling up or down a page at a time, the window jumps all
>> over the place. For example, on a 5-page textfile and starting with the
>> window about 4 pages down, hitting PgUp puts the window at about page 2,
>> hitting PgUp again puts it at page 3, hitting a third time puts it at
>> the start of the file. This makes no sense to me at all. OTOH,
>> clicking on the scroll bar moves the window one page up or down as you
>> would expect. What might be causing this behavior?
http://screencast.com/t/TvARFTEz This short screencast describes the problem
and shows troubleshooting.
I am getting an error
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/bash_init.sh:
line 27: dirname: command not found
Whenever I run Show TODO List for my Rails application.
I'm assuming this is a path problem but cannot find the source. The only
other recent change I made was deleting an extra copy of ruby that was in
the /opt/ directory.
BASH_ENV=/Applications/TextMate.app/Contents/SharedSupport/Support/lib/bash_init.sh
/bin/bash -xc 'echo test'
+ unset BASH_ENV
+ export LC_CTYPE=en_US.UTF-8
+ LC_CTYPE=en_US.UTF-8
+ set +u
+ [[ -d /bin ]]
+
PATH=/opt/local/bin:/opt/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/local/mysql/bin:/Library/PostgreSQL/8.4/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin:/bin
+ [[ -d /bin/CocoaDialog.app/Contents/MacOS ]]
+ [[ -d '' ]]
+ export PATH
+ : /Users/kevin/Library/Application Support/TextMate/bash_init.sh
+ [[ -f /Users/kevin/Library/Application Support/TextMate/bash_init.sh ]]
+ export RUBYLIB=/lib
+ RUBYLIB=/lib
+ textmate_init /Users/kevin
+ [[ /Users/kevin != / ]]
+ [[ /Users/kevin != /Users/kevin ]]
+ [[ -f /Users/kevin/.textmate_init ]]
+ [[ /Users/kevin == / ]]
+ echo test
test
--
View this message in context: http://old.nabble.com/Show-TODO-List-fails-with-directory-error-tp31370629p…
Sent from the textmate users mailing list archive at Nabble.com.