Hi,
I would like to report a minor bug. When editing a *.rb file, text in
quotations (double or single) appears green. I think there must be a parser
in TextMate that detects quotes, which sets off some flag indicating that
we're within quotes, which then causes that text to be displayed as green.
However, I think instead of detecting all quotes to set off the flag, Allan
should detect non-escaped quotes.
For example,
open("http://www.myspace.com/").read.match /<form action=\"(.*?)\"/
# Code from here on down appears green as though it were still within quotes
even though it was an escaped quote inside of a regular expression context.
Okay, that's my two-cent contribution to the world. I hope it really is
worth at least two cents.
Great program! Keep up the great work!
David :)
http://www.dbitsolutions.com/
intuitively, i would expect pasting in overwrite mode (⌥⌘O) to
overwrite instead of insert. doing an insert in this mode is
especially annoying since delete (⌦) cannot delete the text that was
shoved right.
---
michael reece :: software engineer :: mreece(a)vinq.com
I have a .h file written by a programmer of the school that believes
Whitespace Causes Cancer:
==============
- (void)applicationDidFinishLaunching:(NSNotification *)notification;
- (void)applicationWillTerminate:(NSNotification *)notification;
==============
I am trying to automate putting spaces after the )s with the search
RE /\)(?=\S)/, to be replaced with ') ' -- that's close-parenthesis,
space.
Doing this as a Replace All works as expected. But try pressing the
Next button, then Replace. The substitution does not take place.
Am I missing something?
-- F
I've been working on man pages for a bash script. It's been kind of a pain,
mostly because I don't know the formatting commands well enough. TM has made
so many other tasks easier, so I've wondered about using it for man page
writing.
Or ... what are other people doing so write these pages. I know there are
dedicated editors, but learning another editor isn't where I want to spend
my time. Maybe that's the best answer. That's why I'm asking this obviously
knowledgeable group. A man writing bundle? A different editor? Suffer? Give
it up and switch to ... no, I can't go on. ;)
Lewy
On Sep 19, 2006, at 10:50 AM, Allan Odgaard wrote:
> So the key bindings were not “messed up”, they were deliberately
> changed. And while it generally would appear as they do the same
> as ⌥(⇧)→ and ⌥(⇧)←, they also visit “sub word
> boundaries”.
Sorry, Allan, the new functionality doesn't buy me anything and it
took away something I've being using since I switched to TextMate a
year ago. There are probably people that benefit from the sub-word
jumps, but I select to EOL/BOL way too often to want to give up the
shortcut.
On Sep 19, 2006, at 10:50 AM, Steve Lianoglou wrote:
> [cmd] + [left/right arrow] jumps you around beginning/end of line ...
>
> For the record, that all works for me as intended: Version 1.5.3
> (1258)
It does for me too, but if you add the shift key to the mix (select
to BOL/EOL) the shortcut breaks :(
I'm generally open to change, love TextMate dearly, and rely on it
heavily. Consistency between apps is really important to me, and
TextMate does different things with shift-ctl-arrows than the other
apps I live in (like Mail, textarea boxes in Safari, and TextEdit).
So I either have to live with TextMate's inconsistency or keep
modifying TextMate's KeyBindings file or messing with iKey to map my
keypresses into something that works with TextMate.
BTW, what is TextMate's official "select to EOL" shortcut anyway?
- Dave
Even with the pervasiveness of XHTML, some web developers forget that the
XML specification only defines five built-in character entities and most
of the converted named entities that TextMate produces actually break some
apps that rely on this strict interpretation.
It would be convenient if there was another conversion command that would
use the numeric ISO character in place of the named entity. For example,
instead of of converting a ' character to ' the proposed command
would output ’ ...and – would instead be –
I would assume that TextMate would need to store an updated HTML -> XML
lookup table to do this, similar to the old command.
Has anyone else had problems with "Active GTD List View" and "Export
to Geektool" in the GTD bundle following the last couple of Textmate
updates?
When I run Active GTD List view I get the following error:
/tmp/temp_textmate.H0K13x:78: undefined method `pre_match' for
nil:NilClass (NoMethodError) from /tmp/temp_textmate.H0K13x:74:in
`each' from /tmp/temp_textmate.H0K13x:74 from /tmp/
temp_textmate.H0K13x:70:in `each' from /tmp/temp_textmate.H0K13x:70
from /tmp/temp_textmate.H0K13x:67:in `each' from /tmp/
temp_textmate.H0K13x:67
Export to Geektool throws up a different error that I can't copy and
paste, but it appears to be missing the 'pre_match' method as well.
Regular GTD List view still seems to work fine.
Thanks,
Adam
Over on the Markdown discussion list Jacob Rus writes:
> Incidentally, I recommend every Mac user on this list take a look
> at recent TextMate markdown support. The Markdown preview is now
> styled to look quite handsome IMO, and when using a theme which
> colors scopes such as lists, raw text, separators, etc. it is now
> quite easy to see syntax errors, etc. Michael Sheets and Allan
> Odgaard have worked together to make highlighting work for complex
> nested markup. If the official markdown spec were a bit more
> formalized and explicit, with coverage of edge cases, we make it
> just about perfect, I think.
I hadn't even noticed since I mostly work with MultiMarkdown
documents. Would it be possible to apply the CSS to the MultiMarkdwon
preview?
Thanks.
All the best, Mark
_________________
Mark Eli Kalderon
Department of Philosophy
University College London
Gower Street
London WC1E 6BT
Dept webpage: http://www.ucl.ac.uk/philosophy
Personal wepage: http://www.kalderon.demon.co.uk