I've been trying to get the Execute line command working in the Python
Bundle. I'm running Python 2.6.1 installed from Macports, latest
cutting edge TextMate, and the latest Python bundles. Each time I try
to run a line I get this error:
env: python: Permission denied
Any help would be appreciated,
Regards,
Mark P
Hi all,
I'm new to TextMate for Latex (and actually I'm new to Mac!) so excuse me if
my question is "stupid". I've been searching for an answer to my question in
the net for a lot but I didn't find anything.
Before switching to TextMate I tried TexShop and I really like its Latex
Panel (under the Window menu) because it helps you when you don't remember a
mathematical symbol or something like that. My question is: does it exist
something similar in TextMate? I like TextMate for the project option and
the tab navigation but I miss the Latex panel and I can't prefer any of the
2 editors. What's your opinion?
Thank you very much for your help, I really appreciate it.
Michela
--
View this message in context: http://www.nabble.com/Latex-facilities-tp21564371p21564371.html
Sent from the textmate users mailing list archive at Nabble.com.
hello everyone, I've just created a simple bundle, that is really just
a proof-of-concept.
check it out here: http://github.com/amiel/fuzzyfilefinder.tmbundle/tree/master
the idea is to use Jamis Buck's FuzzyFileFinder to find files instead
of the basic ⌘T file finder
what it does different, is gives you the ability to scope the file you
are looking for by directory
and if you've ever worked on a rails project with over 20
show.html.erb files (or whatever)
you'll see why this is useful
however, this bundle isn’t quite as useful as TextMate’s ⌘T as it
is not integrated enough with TextMate.
I’m hoping that somebody will be interested in rewriting this to work
with Dialog2.
let me know what you think,
I'll be hanging out the next couple of days on irc.freenode.net
#textmate as <amiel>
-amiel
Amiel Martin
VP Engineering
http://tatango.com
amiel(a)tatango.com
http://twitter.com/tatango_amielhttp://github.com/amiel
I'm probably missing something simple, but a few google
searches of the web and the mailing list didn't solve it.
How can I provide command line arguments for something
like a simple Ruby script? Is this possible? I thought I
remembered hearing something like this was possible.
Thanks,
Joseph Pecoraro
A little thing a little bit annoying is when I reach the end of the file
during programming.
I use very often to crtl-l to return at the middle of the file but when I
reach the end of the file it doesn't work (of course).
I sometimes solve putting many blanks line at the and adding new lines with
ctrl-o, but is't not very comfortable..
Are there other ways??
--
View this message in context: http://www.nabble.com/End-of-screen-tp21319865p21319865.html
Sent from the textmate users mailing list archive at Nabble.com.
CURRENT SITUATION: "Evaluate Line / Selection" barfs on lines like this
25/10 = 2.5
PROBLEM: This means the user has to manually delete the "= nnnnn" if
they wish to reevaluate the line
SUGGESTION: change the command to overwrite "( = [-0-9\.]+)" with the
new result.
I don't speak perl, but this is the bit that would like changing
printf " = %s" `{ tr -d ,; echo; } | bc -l`| perl -pe 's/(\.[^0]+)0+$|
\.0+$/$1/'
Bit early for xmas, but it would be great if a currency- and
formatting-friendly command was available, i.e., one which would be
happy to take
$250,000*12.5%
see "250000*12.5"
and return "$250,000*12.5% = $3,125,000"
Hi,
I'm trying out the Almost Plain Text (APT) bundle. It has snippets and
commands, but for some reason it doesn't do syntax highlighting. This
is strange because the bundle already defines the regex for some scopes:
http://macromates.com/svn/Bundles/trunk/Review/Bundles/Almost%20Plain%20Tex…
I want to try to finish the work and add syntax highlighting support
myself, but I'm not sure where to begin. For instance, how would I
make the "comment.line.tilde.apt" patten be highlighted by TextMate as
a comment? Likewise, how would I make "markup.bold.inline.apt" appear
in bold?
Thanks,
Trevor
Hello,
I have a problem with the "Documentation for word" command in the Ruby
bundle :
Some times, there is multiple entry with the same name (for example :
let's try find_command), then there is a pop-up menu listing the
different matches (wich is fine). But if I chose any item of the list,
I just get back to the same menu, again and again.
I looked the linked_ri.rb script, but did not find anything. Anyone
have an idea ?
Thanks,
David
Hi all,
I'm writing a macro right now and I'd like Textmate to save the document
when the macro is finished running. Unfortunately, when I save the document
while the macro is recording, the save operation is not recorded. Any ideas?
Thanks,
Michael