Hi all,
I believe I have fixed the issues with interactive input on Snow
Leopard. However, this should be considered beta until it gets
included in the TM distribution.
That said, if you are brave enough to test it it would be very much
appreciated.
To install, open up a document in TextMate and enter the following one
line:
curl "http://cloud.github.com/downloads/alkemist/interactive-input/tm_interactive…
" -o "$TM_SUPPORT_PATH/lib/tm_interactive_input.dylib"
With the caret on that line, press ⌃R to run the command. Interactive
input will be reinstated and you don't need to restart TM.
Please raise any issues on this list.
LD.
I have just discovered TextMate, and am so far very happy with it,
but I think I just hit a glitch...
I am trying to edit a SQL load file that is about 5M, which shouldn't
be a problem. However, some of the lines are very long, as a complete
website contents is in a single line. I have no idea how many
characters are in this line, but I suspect about 2M worth.
Anyway, TextMate hangs while trying to work with this file. I can't
do much at all. Even a simple act of scrolling hangs. TextEdit does a
reasonably good job with the file though...
Actually, I don't think it is hanging, as it eventually responds
(about 30 seconds later), but it is so slow that it is completely
unusable. Is this a known problem? For me, it is weird files like
this that we need an editor like TextMate to be able to easily handle.
Thanks...
Jim Leask
Hi,
I'm sure this must've been asked a hundred times already, but I couldn't
google a decent answer for this: How do I enable syntax color for HTML in a
PHP file, or vice versa.
If its a PHP file I'm working on, HTML turns grey.
I'd greatly appreciate any help. Thanks!
Hello
I'm a bit stumped...
I have a simple Python script containing a call to raw_input(). When I run
the script with Cmd-R, the 'Running' window pops open, the script runs, but
upon reaching the raw_input() call I'm not prompted for any user input.
Instead the window displays an error:
EOFError: 'EOF when reading a line'
Running the script via the terminal works as expected: the script pauses for
my input, then continues.
Any ideas? I've googled about and only found one other reference to this
error (on this very forum) but the issue was resolved with an update to
TextMate.
TextMate is up to date (1.5.9)
Python Bundle is up to date (r11739)
Thanks in advance
Steve C.
--
View this message in context: http://www.nabble.com/Problem-running-a-simple-Python-script-containing-cal…
Sent from the textmate users mailing list archive at Nabble.com.
Hello together,
i have some problems with the LaTeX-Bundle of TextMate.
I got the following error message:
File "/Users/sacher/Library/Application
Support/TextMate/Bundles/Latex.tmbundle/Support/bin/texMate.py", line 54
print "Using Tiger Compatibility version of Popen class" ^ SyntaxError:
invalid syntax
I have tried to reinstall TextMate, to update the Bundle with the
GetBundles-Bundle and from http://svn.textmate.org/trunk/. Nothing worked
for me.
I have installed the latest versions of:
- Mac OS X 10.6 (Snow Leopard)
- Textmate Version 1.5.9 (1510)
- MacTeX 2008
- Python 3.1 (r31:73572)
Thanks for your help.
Oliver
--
View this message in context: http://www.nabble.com/Problem-with-the-LaTeX-Bundle-tp25364171p25364171.html
Sent from the textmate users mailing list archive at Nabble.com.
Wanted to get this out there in case anyone else was having these issues.
Snow Leopard changed my PHP configuration. (In fact, it might have come
with no php.ini set up altogether... I've already forgotten.) The
configuration killed any bundles that ran PHP code (like the wonderful
but quirky FTP/SSH bundle), since it was not passing environment
variables from Textmate to PHP.
I was getting errors like:
PHP Notice: Undefined index TM_PROJECT_FILEPATH
PHP Notice: Undefined index TM_DIRECTORY
etc.
and FTP/SSH reported "Remote settings file not found", when really that
was the least of its problems.
The fix:
* Make sure you have a file, /private/etc/php.ini -- you may have to
copy or rename 'php.ini.default'
* Search for the variables_order configuration line. It should be
uncommented, and have an E in it, like this:
variables_order = "GPCSE"
That's it.
hello everyone,
i have installed the phpbundle with svn co http://svn.textmate.org/trunk/Bundles/PHP.tmbundle
in ~/Library/Application\ Support/TextMate/Bundles/
the problem is that the php bundle doesnt appear in the bundles
menue[1]. but it is listed the bundles folder[2].
another problem is, when i start a new project and would like to add
an file with a .php file extension i cant choose the .php file
extension from the menue[3]
i have reload the bundles with osascript -e 'tell app "TextMate" to
reload bundles'
hope that anyone can help me out. sorry for my bad english!
regards,
sebastian
[1] http://img443.imageshack.us/img443/9637/bild1q.png
[2] http://img159.imageshack.us/img159/4888/bild2y.png
[3] http://img524.imageshack.us/img524/9931/bild3te.png
---
() ascii ribbon campaign - against html mail
/\ - against microsoft attachments
Hello,
I have been using TextMate (licensed) for several years. A few days
ago, I did the most recent update. Now, TextMate will not launch at
all. I get a dialog box telling me TextMate is not supported on this
architecture. But I have NOT upgraded to Snow Leopard, so I can't
figure out why it is happening. I'm still running Leopard, version
10.5.8. Does anybody know what's wrong and how I can fix it?
Thanks,
Crystal
Hi!
I'm just working on some Tex-Document which uses several dialogues
which I want to enclose in "< "> (the result are those <<
>>-enclosures in the document). Would be cool if that could be added
to the language grammar.
Thanks in advance
Niels
It seems that the `par` binary included with the Mail bundle was
compiled for PowerPC only. I don't have Rosetta installed, so I got a
warning. Just an FYI.
Maybe someone could scan the Support folder for all the current
bundles to look for such binaries?
--
Rob McBroom
<http://www.skurfer.com/>
If you need something, that doesn't mean someone else owes it to you.