Hi All,
Did anything become of the soft wrapping to match current indent level? I
saw some mention of this feature back in April 2005 in the mailing lists,
but can't see a way to enable this feature currently.
Many thanks,
Anthony
-----------------------------------------
*******************************************************************
*******
The information contained in the EMail and any attachments is
confidential and intended solely and for the attention and use of
the named addressee(s). It may not be disclosed to any other person
without the express authority of the HPA, or the intended
recipient, or both. If you are not the intended recipient, you must
not disclose, copy, distribute or retain this message or any part
of it. This footnote also confirms that this EMail has been swept
for computer viruses, but please re-sweep any attachments before
opening or saving. HTTP://www.HPA.org.uk **************************
************************************************
The Comment Selection command in the Source bundle has a bug. (Tested
on the latest repo version.) If you select some markup that has an
empty line, then hit Cmd-/, the empty line will screw up the comment
markers. For example:
BEFORE
</SpeakingEvent>
<SpeakingEvent>
AFTER
<!-- </SpeakingEvent> -->
<!--
--><!-- <SpeakingEvent> -->
If you then try to uncomment by hitting Cmd-/ again, the block's
entropy grows:
<!-- <!-- </SpeakingEvent> --> -->
<!-- <!-- -->
<!-- --><!-- <SpeakingEvent> --> -->
Interestingly, the above problem seems to occur only if the selected
text contains a closing tag (as above).
I tried playing around with the comment.block.xml setting in the XML
bundle but didn't get anywhere. Anybody know how this could be fixed?
Trevor
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks to Allan's blog post, I finally sat down and wrote up the
documentation for the GTD bundle. You can find it here:
<http://panalaska.org/geek/?p=43>
As always, please send me your feedback. Thanks.
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
iD8DBQFEn/Q44oDM7Rgs0h0RAsGYAKCjDe78fdhWvrGLHj3njl8qDnsyjQCgxmRr
nSu4huR/dlnXvnrujW3Nv2A=
=P1MZ
-----END PGP SIGNATURE-----
I just noticed a problem when I try to view a list in the GTD
bundle. Here is the error message:
/Users/mike/Library/Application Support/TextMate/Support/lib/
textmate.rb:2:in `require': No such file to load -- plist (LoadError)
from /Users/mike/Library/Application Support/TextMate/Support/lib/
textmate.rb:2 from /tmp/temp_textmate.UY49Xv:18:in `require' from /
tmp/temp_textmate.UY49Xv:18
I get the same message when I try to view a TODO list. Any idea
what's happening? Thanks.
Mike
I'm a Textpattern user and have the blogging bundle working pretty much
perfectly except that I am unable to upload images through TextMate (as seen
in Allan's excellent video). I get the following error:
/usr/lib/ruby/1.8/xmlrpc/client.rb:535:in /bin/bash: -c: line 1: unexpected
EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of filecall2' from
/usr/lib/ruby/1.8/xmlrpc/client.rb:399:in /bin/bash: -c: line 1: unexpected
EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of filenewMediaObject'
from /Users/dylan/Library/Application Support/TextMate/Pristine
Copy/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:708:in /bin/bash: -c:
line 1: unexpected EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of filepopen' from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/progress.rb:11:in
/bin/bash: -c: line 1: unexpected EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of fileupload_image'
from /tmp/temp_textmate.C7OXjI:3
Does anyone have any info on whether or not this is possible? Are there any
workarounds?
Thanks,
--Dylan
Hi,
I'm always getting Validation Errors on my Language Grammar, with the
old style plist bundles validation command:
This is what it returns, and it's always the same:
2006-06-24 08:25:56.870 plutil[2499] CFLog (0):
CFPropertyListCreateFromXMLData(): Old-style plist parser: missing
semicolon in dictionary. 2006-06-24 08:25:56.940 plutil[2499] CFLog (0):
CFPropertyListCreateFromXMLData(): The file name for this data might be
(or it might not): /tmp/TextMate_plist.L7pqfe XML parser error:
Unexpected character { at line 1 Old-style plist parser error: Expected
terminating ')' for array at line 191.
The basic error, that is of interest here, missing semicolon in
dictionary, is untrue.
The bundle Editor will happily swallow the syntax after pushing the test
button, and reformat the code.
I've since then stopped using this command, since I had the Bundle
Editor anyway.
But I've seen that it does that only on very complex Language Grammars.
Possibly a Bug of the plistBundle ?
regards, marios
I frequently find myself wanting to look for a certain pattern or
whatever for a part of a project in Textmate. It would be really
convenient to be able to rightclick that folder in the drawer and do
a "Search within" that folder and all structure below.
Or maybe this type of functionality is allready builtin somewhere,
and I just havent found it?
--
egil helland / it consultant (mcse, web technology)
web: ikon.as / egil.net mob: +47-91315555
I've had a look in the manual but not been able to find any mention
of it. Is there a keybinding for swapping from the editor window to
the project drawer and back?
Also whats the key binding for 'show bundle items menu' - I found it
in the manual but don't recognise the symbol, it looks like a 'reset'
logo?
Thanks
---
Jeremy Wilkins
Ibex Internet Ltd
Parkside Business Park
Parkside Rd.
Kendal
Cumbria
LA9 7EN
Tel: 0845 226 8342
Fax: 08718 729374
http://www.ibexinternet.co.uk/
Hi Folks,
The bundle below can be used to syntax-highlight regular expressions
in Perl and TextMate Language definitions. When viewing a Perl
program, simply change the Language from 'Perl' to 'Perl (RegExp)'.
Similar for TextMate Language Definitions.
Feedback or support for other languages welcome!
Gerd
Hi,
I had a question about the language grammar format and wasn't able to
easily find the answer in the docs or wiki. So sorry if this is a
FAQ somewhere.
I'm looking at the reStructuredText grammar and find that it is not
really working. Try opening the spec itself and you should see areas
where the highlighting is off.
My question is how I put a single-quote (') into the regex for a
match. I keep getting a syntax error (expecting a ;), even if I try
to escape the quote. If I replace the ' with a \x27 I get the error:
too short multi-byte code string
I need to match something like this: [\b'"(\[{<\-/:](`\S[^`]*\S`)['")
\]}>\-:\.,;!?\\\b]
Matt
--
Matt Long mlong(a)acm.org /
mtlong(a)csee.usf.edu
University of South Florida, CRASAR
GnuPG public key: http://www.robothor.com/key.gpgkey
"In mathematics you don't understand things, you just get used to them."
- John von Neumann