I'm glad to see I'm not the only one trying to do this and
encountering this issue.
Unfortunately, your solution didn't work for me. I was able to install
the older port okay, and `port installed` shows that I have in fact
installed screen 4.0.3_1, and `which screen` shows that I'm running
the binary that I expect to be running, but still I get "mate: failed
to establish connection with TextMate."
Any ideas?
Thanks in advance,
Brian
Hi,
when I want open a file from within TM I mostly want to open a file in
the vicinity of the current file.
So is there a way to have the open file dialog open with the directory
of the current file displayed.
adi
Well I rewrote my little script in Ruby and have had mostly success,
but I need some help escaping things properly. Here's what I'm having
trouble with:
#!/usr/bin/env ruby
arg = STDIN.read
arg.chomp!
arg.gsub!('\\', '\\\')
arg.gsub!("\'", '\\\'')
arg.gsub!("\"","\\\"")
arg.gsub!('\`', '\\\`')
system("pointfree \""+arg+"\"")
This is intended to enclose text selected in TextMate in quotation
marks, and then escape all of the following characters within the the
quotes, and then use that as the argument to pointfree. What's wrong
with how I'm doing it?
Sorry for all of the questions,
Ian
I've just started using Textmate and know very little about it, I was
wondering why the svn-commit.tmp, Regular Expression (Oniguruma), Regular
Expression (Python), Release Notes and Strings File are in the languages
list since they seem to do nothing.
They appeared after installing the Subversion bundle along with a few other
languages.
Thank you for your help.
http://www.nabble.com/file/p22995446/Cropped.png
--
View this message in context: http://www.nabble.com/Unknown-items-in-the-languages-list-tp22995446p229954…
Sent from the textmate users mailing list archive at Nabble.com.
I get the following error running a ruby program in Textmate, but it works
fine running it from the command line. The program creates a lot of strings,
and slightly reducing this just slightly makes the error go away.
I get this in Textmate
...
2 DATE 11 Jan 2001
at top level in 3 TIME 15 at line 56
1 RIN 13
but this on the command line (which is correct)
...
2 DATE 11 Jan 2001
3 TIME 15:56:49
1 RIN 13
Oddly, if I "puts s.reverse" in textmate, I get the right output too
(reversed of course:). I also don't get the error if I print to a file,
rather than printing to the Textmate output window (and I'm only printing
out a very short segment of text from the program).
s = f.to_gedcom
puts s #output window copy gives the error (before
File.open).
File.open('/tmp/xx.txt','w') { |fd| fd.print s } #file
copy is correct
puts s #output window copy gives the error (and also
after File.open)
So is there a heap or stack size issue running ruby from textmate? Any other
guesses at what is happening? It does it under Ruby 1.8.6 and Ruby 1.9.1.
--
View this message in context: http://www.nabble.com/Is-there-a-limited-heap-or-stack-for-running-ruby-in-…
Sent from the textmate users mailing list archive at Nabble.com.
Hey everyone,
I'm experiencing very annoying trouble out here. My font rendering is kind
of blurry when it comes to dark backgrounds. Here's a screenshot using
Swyphs II color theme. My rendering is on the top of the screenshot,
author's is at the bottom, after the red line.
http://berkana18.com/screen.jpg
Font smoothing in system perferences is set to 'Automatic', and i'm on
Leopard, 23" ACD.
Any ideas, anyone?
Thanks in Advance.
Aleksandr.
--
View this message in context: http://www.nabble.com/Font-is-blurry-on-dark-background.-tp22957411p2295741…
Sent from the textmate users mailing list archive at Nabble.com.
Dear all,
I'm doing a very simple test every morning and sometimes more often:
run SVN update on my work dir (let's call that command A) and then
update the tag index of this source code (let's call that command B).
And I wanted to create a macro to do that.
The problem is that the macro launches the command A and launches
command B without waiting the end of command A. Do you have an idea on
how to automatize this (long to run) task with a macro. I could
probably do that with a command, but it would be cheating.
Thanks.
Best regards,
Mathieu
___________________________________________
Mathieu Godart
Skype: mathieu_godart
MSN: mathieu_godart(a)hotmail.com
ASIC Integration Manager
Coolsand Technologies
___________________________________________
Hi folks,
In case anyone else is interested, I've just put together a command
that aligns comments in a block - a trivially modified version of
Chris Poirer's 'align assignments' script.
It fixes this:
imagecopy($image, $frame,
($x=max($width-$this->topRightCap[kCapWidth], $this-
>topLeftCap[kCapWidth])), // Destination x
0, // Destination y
$x, // Source x
0, // Source y
min($this->topRightCap[kCapWidth], $width-$this-
>topLeftCap[kCapWidth]), // Source width
$this->topRightCap[kCapHeight]); // Source height
Ctrl-Option-Command-/, then:
imagecopy($image, $frame,
($x=max($width-$this->topRightCap[kCapWidth], $this-
>topLeftCap[kCapWidth])), // Destination x
0
, // Destination
y
$
x
, // Source
x
0
, // Source
y
min($this->topRightCap[kCapWidth], $width-$this-
>topLeftCap[kCapWidth]), // Source width
$this-
>
topRightCap
[kCapHeight]); // Source
height
More info & download at http://michael.tyson.id.au/2009/03/27/align-comments-in-textmate/
Cheers,
Michael
--
Michael Tyson | michael.tyson.id.au
m: (+61) 0407 754 124
e: michael(a)tyson.id.au
aim: mikerusselltyson
twitter: MichaelTyson
Hello,
Is it possible do always highlight brackets/parentheses of the code block,
where my caret currently is?
I'd like to have the ability to always see what block I'm at, not only when
moving caret near the closing bracket. And is it possible to change the
color of the highlight? I may not be a square around that bracket, the
bracket itself can go bold and different color.
Does anybody know, how to do that, if possible?
Thanks.
--
View this message in context: http://www.nabble.com/Always-highlight-brackets-parentheses-of-the-code-blo…
Sent from the textmate users mailing list archive at Nabble.com.
Hi TextMate users!
I'm using LaTeX with TextMate. Is it possible to get the Acrobat Reader in the "View in:"-selection in LaTeX Preferences? Where can I set this?
Thanks and regards!