After opening a new template -nothing- happens (no window, no notification).
I've tried:
1. Wiped out everything related to textmate and reinstalled (same result)
2. Made sure the /tmp/ folder is writable (suggested in #textmate, same
result)
3. Created a new OS X profile, launched textmate to have it -briefly- work..
only to stop sometime later (maybe after opening an old project).
Is there something basic I'm missing?
Any suggestions appreciated, -m
Hi to all,
I need to order file and folder in project window for filetype and not
for file/dir-name. Is it possible?
Many thanks in advance.
max
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Conquista e fatti conquistare aderendo al Club PER DUE di Blinko
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5494&d=28-8
Hi there,
What about changing the script snippet to:
<script type="text/javascript" charset="utf-8">
// <![CDATA[
$0
// ]]>
</script>
This would make it more palatable under XHTML and of course, it can be
modified to make the CDATA enclosures deleteable by tabbing, with a few
extra pieces of TextMate code. Just a thought...
--
Glenn Batuyong
Web Developer
http://www.47ronin.com/
--
--
Hi!
Does someone has the same following problem as me with the LaTeX-Bundle?
The shortcut for "Insert Environment based on current word" is cmd+
{ (which is on a German keyboard-layout: cmd+option+8) and it doesn't
work (nothing happens -- if you choose it from the menu it works).
But the shortcut of "Insert Command based on current word" (cmd+}
which is cmd+option+9) works.
If I switch to a Dvorak-layout, Korean-HNC-Romaja, Japanese or US-
American-keyboard-layout (the last three have {} all on the same
position - Dvorak-layout-{} are on the two keys next to Backspace)
both shortcuts are working.
Anyone else has the same problem (maybe on other keyboard-layouts)?
Does anyone has a solution?
Niels
--
Jack Sparrow: Me? I'm dishonest, and a dishonest man you can always
trust to be dishonest. Honestly. It's the honest ones you want to
watch out for, because you can never predict when they're going to do
something incredibly... stupid.
-- Pirates of the Carribean: The Secret of the Black Pearl
Whenever I send a post to a Movable Type blog with »Status: Draft«,
the entry gets published instantly. Is there a workaround or bugfix
for this? It works fine with Wordpress.
Thank you in advance.
regards,
Manuela
I've been playing around with the Blogging bundle the past few days,
because I recently updated my weblog app, SimpleLog[1], with full
XML-RPC API support. Most people will use MarsEdit and the like, but I
live in TextMate so I'd like to use it if possible. But I have some
weird problems.
The first, is that the blog setup suggests writing the endpoint URL as
http://username@site.com, but usernames for my weblog app are email
addresses, so this doesn't work (http://user@site.com@site.com
obviously won't work). Now, if you don't put the username and @ sign
in the setup, the Blogging bundle will ask you for your username when
connecting, but with a few problems:
1. It will say '--button1' in the field when it prompts you.
2. It won't remember your username and will keep asking you (it does,
however, remember you password).
Now, it does allow you to connect, and that's great. However, there is
an issue when posting/updating posts. While it does successfully post
and update, it also ALWAYS errors. The first line becomes:
2006-08-25 12:07:00.341 open[4844] No such file:
/Users/garrett/Library/Preferences/this_is_a_test_yep
Now, the error is different depending on the user, setup, etc. But
it's something like this. In this case, garrett is my username
(obviously), and this_is_a_test_yep is the permalink for this post.
What's causing this?
I'd like to get everything working smoothly so I can promote this
functionality in SimpleLog. Help would be appreciated.
Also, on a side note--I'm sure this has been addressed, but it's a
little annoying to have to have a file open before being able to fetch
posts...
Thanks again,
g
[1]: http://simplelog.net
Hi there,
I can't get the Obj-C documentation (⌃H) to work.
I always get “No documentation found...”. Looking
in the Bundle Editor to see how it works, I think
the doc_references.txt is not correct anymore : the
paths in this file are different than in my
/Developer/ADC Reference Library directories...
I'm using Xcode 2.4
Thanks in advance :)
Are there any plans to add something like the Subethaedit online
collaboration features to Textmate? In the light of Leopard's apparent
focus on online collaboration, such things would be double-plus good!
(and it would limit the number of editors I need on my system!)
Best,
N
Could this HTML drag command for js files be included with TextMate?
echo "<script src=\"$TM_DROPPED_FILE\" type=\"text/javascript\"
charset=\"utf-8\"></script>"
Beau
Hi,
the following code behaves a bit strange when in ruby mode:
def to_pdf
dictionary_writer({
"Type" => "Pages",
"Kids" => @kids,
"Count" => @kids.size,
"Resources" => @resources,
"MediaBox" => @mediabox,
})
end
Just select all the text and indent it. The folding markers are at
lines 1,2 and 9 (odd number) and the 'end' is indented to the right.
What can I do?
Patrick