dear all,
all of a sudden the typeset & view window displays the message
"There was a problem reading the preferences file, continuing with
defaults"
have been working on a big projekt for hours, just editing tex files
and command-R all the time.
restart of textmate doesn't change anything. restart of the machine
is of no help either.
any ideas? or any ideas what might have caused this behavior?
christoph
Although I have used svn exclusively via the command line in the
past, I'm really enjoying the convenience of the svn bundle --
especially when working within a project. I did, however, notice one
minor problem which might be a bug. Say I have the following
(invisible) directory named .foo:
vampire-squid:~/Desktop/.foo pschumm$ svn status
? my-new-file
M foobar.tex
(note the period in the directory name, and the new file still
unknown to svn). If I open the file foobar.tex in TextMate and use
the status command from the svn bundle, the resulting output shows
only the modified file (i.e., the new file does not appear in the
output). However, if I remove the . from the directory name (i.e.,
change it from .foo to foo), then the output of the status command
shows both files (i.e., it is consistent with the output of "svn
status"). Thus, it would appear that when a period appears in the
path, new files are not shown in the status output.
This situation can arise if, say, you keep personal settings folders
(which often start with a period) under version control.
-- Phil
Hi,
I've got a question about the comments.
The normal comment cmd-/ comment's the current line / selection nice.
However when i comment a line with cmd-alt-/ (insert comment block)
while i'm standing in front of the line the output becomes
/*
*/My comments
Is it possible that the current line / (selected) lines are inside the
tag ?
Regards J.
Using the date picker results in the following error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/date/format.rb:230:in /bin/bash: -c: line 0: unexpected EOF while
looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filestrftime'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/
lib/ruby/1.8/date/format.rb:201:in /bin/bash: -c: line 0: unexpected
EOF while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filestrftime'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/
lib/ruby/1.8/date.rb:1343:in
I'm using TM Version 1.5.7 (1436) with the latest checkout from the
subversion repository on 10.5.1.
All the best, Mark
Hello all,
I've been doing some haskell programming lately, and I noticed that
the haskell TextMate bundle doesn't handle string and character
literal lexemes correctly. I've made some changes to improve this
support on my computer, but I'd love to see this in the official
repository. Can I supply a patch somehow?
Thanks,
Nick
Hi,
Textmate has starting to hang when closing the application. I don't
have to do anything special for it to happen, just open a project,
work on it and then try to close textmate.
Textmate 1.5.7 (1436)
Leopard 10.5.1
Plugins(Don't know how to check plugin version but they are the latest
from Ciarán Walsh blog)
ProjectTree
Svn
TMLabels
log attached
Thanks,
-Erik
Hello,
I have made a small edit to the Lua plist file.
Currently the Lua bundle does not recognize "local function foo ()" as
the beginning of a fold. In Lua, "function foo() end" is actually
syntactic sugar for "foo = function() end", thus functions can be made
local with "local function foo ()".
I have edited the plist file so that it recognizes "local function" as
a fold start, however because I am new to Textmate I don't know how to
match whitespace characters. The space should probably be matched with
that instead.
greetings,
Tom
Hi.
I just updated my bundles and Support folder from SVN and Blogging
bundle stops working... If i write `cat` and press tab to fetch
categories i get this error:
/tmp/temp_textmate.BuBXl2:8:in `require': /Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:400:
syntax error, unexpected tLSHFT, expecting kEND (SyntaxError)
<<<<<<< .mine
^
/Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:410:
syntax error, unexpected tEQQ, expecting kEND
=======
^
/Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:420:
syntax error, unexpected tRSHFT, expecting kEND
>>>>>>> .r8583
^ from /tmp/temp_textmate.BuBXl2:8
All i know about Ruby - its name. Ruby ;) Maybe someone can help?
Hi,
I have a Russian colleague. He is really hooked of TextMate's
possibilities. Unfortunately he is very poor in English. He asks me
whether there are plans to localize TextMate.
AFAIK TM's code isn't written in that style. Meaning there's no
'Localizable.string' etc. And I know that it would cost much effort
to rewrite the entire code in that way. But anyway it's only a
question ;)
Thanks,
--Hans
Folks,
I'll keep it short:
Anyone got a "newsreader" (desktop, NOT web app) that will put ALL
posts to a subject in one ever-appended document that I can just
scroll down to read? Something intelligent that will chop all
quoting, signatures, header blather? Again, that's: ONE (growing)
document per subject per email list. Thanks. From my subscribed
reading, I figure this lists' members prefer well-tuned tools and
someone may have a solution to share.