I've been running awk and sort commands on text files via 'Filter
Through Command' for months, on an Intel MacBook Pro, with OSX 10.5
and the current version of TextMate. This week, following an install
of TexLive 2008 (it's the only significant system change I can recall,
but may not be related), when I try to run an awk command (e.g. awk
'{ print $2 }'), bash takes and keeps a full core of the Core2 Duo
CPU, and from what I can see it can only be stopped by a ForceQuit. I
suspect that there's a simple way to debug and resolve this -- can
anyone help me with this?
Thanks in advance -
G
--
Gordon Robertson
Canada's Michael Smith Genome Sciences Centre
Vancouver BC Canada
Hi,
I have some python code that runs fine if I execute it from the
terminal. If I run it from within textmat (cmd-R) I get this error:
IOError: 2, No such file or directory
function main in AMODConv_pathLaufen.py at line 198
t3 = t2.astimezone(pytz.timezone(pytz.country_timezones('de')[0]))
function country_timezones in __init__.py at line 202
zone_tab = open(os.path.join(os.path.dirname(__file__), 'zone.tab'))
Program exited with code #1 after 2.05 seconds.
I guess it has to do with the pytz module?
But why does it run on the terminal?
Can there be a difference between running python on the terminal vs.
from within TextMate?
I am running OS X 10.5.6, TextMate 1.5.8(1498)
TextMate does find the pytz module - at least it displays the pytz
module help after hitting F3.
Thanks for your help,
Claus
Sometimes I am writing code, and I need to go back and quote
something...
foo=$this/$that/$other
What I wanted was this:
foo="$this/$that/$other"
What I end up with is this
foo=""$this/$that/$other
How do I prevent that, I know I can delete one, but it sometimes gets
strange, and puts another one back in, or other oddness. It is really
rough when you are in the middle of a regex string, and it starts
messing with you.
Thanks
--
Scott
I'm working on a command that I'd like to be able to apply to all
files in my project. Looking at the env vars I only see items for
working with the current file. Is there any way to get a list of all
files in the current project?
It is certainly possible this sort of thing is available somewhere in
the shared support ... how do I get more info about what's there?
Thanks!
Hi list:
I'm testing TextMate to write LaTeX documents, so the first thing that
i did was see the screencasts posted on the page by Charliaos Skiadas
-- totally liked.
I downloaded the TextMate v1.5.7 Trial to testit but i can't stop to
realize that the icons that we can see in the Bundle Editor for
(commands, languages, drag commands, etc.) is missing when i click on
the bottom of the windows in the icon on the left of the Tab Size
section.
This is ok, or in this 'menu' should i see the icons?
Thank you very much!
P.S: Great editor!!!!
I am finally trying out git -- the ability to work off-line and still
make commits was what drew me -- but I am having a few difficulties
with the current bundle.
Perhaps the worst one is that I can't seem to get the keyboard
shortcut to work. I can work things by using the menus, but whenever I
use CTRL + SHIFT + g, I get the following tool-tip error message:
/tmp/temp_textmate.pjlEGg:26:in `open': No such file or directory
- pages (Errno::ENOENT)
from /temp/temp_textmate.pjlEGg:26:in `entries'
from /temp/temp_textmate.pjlEGg:26
I have no idea what this means.
Also, I really liked the cool little badges that the SVN bundle
offered that gave you a quick visual take on what files you had worked
on or added. Is there any way to get something similar with git?
john
Hi,
is there a new way to disable auto-indent, other than going through Terminal as
described here a few years ago? I’m new to TextMate 1.5.8 and prefer to code
XHTML without auto-indent. Why not add this option to the "Tab size" pop-up in
the status bar?
Thanks,
Philip
Hi,
I tried to update my bundles using svn as described in the online-manual but
unfortunately I failed.
I started and instaled svn. Then I cd to the bundles directory in
~/Library/Application\ Support/TextMate/ and ran:
svn update *.tmbundle
and received:
Skipped 'AppleScript.tmbundle'
Skipped 'HTML.tmbundle'
Skipped 'NanoBlogger.tmbundle'
Skipped 'Pragmatic Examples.tmbundle'
Now I have 2 questions:
What did I do wrong?
Where are my other bundles.
Thanks for your help.
Greetz
Khushru