hi.
i just implemented this hint [1] for commenting out rhtml-parts.
perhaps its a good idea to put that into the official bundle.
niko.
[1] http://rails.techno-weenie.net/tip/2006/6/6/
comment_out_ruby_code_in_rhtml
--
____________________________
niko dittmann <ni-di(a)web.de>
____________________________
Howdy.
Just came across http://macromates.com/wiki/Suggestions/
StylingHTMLOutput
This is a great step in the right direction in making all this random
stuff more a part of the app.
Maybe we should implement this as a custom output option. So that you
could have both HTML Output Window BASIC and HTML Output Window
THEMED (or whatever). That way you get that whole header and footer
and theme switcher and whatever for free.
Custom Nibs?
We could implement it as a custom nib instead of having to rely on
doing all this junk in HTML and javascript.
If we're going to do that, we could start making our own custom nib
outputs.
An HTML preview output for with some mini-browser functionality could
easily replace the Live Preview window.
A commit window-esque output could be used for a bunch of stuff.
Hmm, maybe that's a bad idea.
thomas Aylott—subtleGradient
I just upgraded to 1.5.2 (v1103), and received the attached error following a
Subversion commit. Other commands like diff and info seem to work fine.
Any ideas?
Commit
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:49:in
`matches_to_status': undefined method `rstrip' for "M ":String (NameError) from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:49:in
`map' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:49:in
`each' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:49:in
`map' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:49:in
`matches_to_status' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:110
from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:24:in
`call' from
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/Builder.rb:226:
in
`_nested_structures' from
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/Builder.rb:148:
in
`method_missing' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:24
from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:18:in
`call' from
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/Builder.rb:226:
in
`_nested_structures' from
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/Builder.rb:148:
in
`method_missing' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle
/Support/svn_commit.rb:18
On Aug 7, 2006, at 8:00 AM, textmate-request(a)lists.macromates.com wrote:
> Sorry for the delay in responding, I have been away from
> internet access (I guess you could say "vacation"). This was
> caused by an update to the TextMate library dialog.rb that
> caused a method I was calling to return an array with one
> element (namely the text you entered) instead of the element
> itself. It should be fixed now if you update the global
> support directory.
Thanks Haris, that did the trick. And I figured you were on vacation,
since you're usually right on top of these things ;)
Hope you had a good one, and thanks again for fixing this.
- Dave
Sorry for the delay in responding, I have been away from
internet access (I guess you could say "vacation"). This was
caused by an update to the TextMate library dialog.rb that
caused a method I was calling to return an array with one
element (namely the text you entered) instead of the element
itself. It should be fixed now if you update the global
support directory.
On Aug 5, 2006, at 7:35 AM, Oliver Hagmann wrote:
>Yes. Same happening here. Using the latest bundles, revision
>and support folder.
>Oliver
Haris
Hi everybody,
Hope this hasn't been answered anywhere else, but I couldn't find it.
I just updated my Textmate to a newer version, and now I don't see
the "Show all modifications" link on the Subversion menu (the one
that pops up when I hit Control-Shift-A).
I have:
.....
Diff with Revision
---
Resolve conflicts with FileMerge
Resolved
---
Help
.....
I don't see Show all modifications in there at all. Any suggestions?
I really liked that functionality.
Thanks in advance!
Cameron
Another question I can't solve on my own. When I type ' - a single
quote - I don't want to see a closing one inserted automatically
(this is Lisp, after all). The newLISP language bundle has this:
smartTypingPairs = (
( '(', ')' ),
( '[', ']' ),
( '{', '}' ),
( '"', '"' ),
);
so obviously it's some sort of default behaviour. Can I switch it off
in this bundle yet leave it available in others?
thanks
--
(<http://newlisper.blogspot.com/>)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I made a few changes to the GTD bundle, basically cleaning up the
list view commands. Please let me know if you have any comments.
Thanks.
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
iD8DBQFE1LFL4oDM7Rgs0h0RArKJAJ4xPjsWbuzhNc9vyPwIgX8sYbV9YgCfbJo+
ijqOjuINMWx+V+BJaI7xY7E=
=Kznu
-----END PGP SIGNATURE-----
Hi,
When I try saving a file, the save dialogue appears, whose name field
is, let's say, "untitled.html". In this case, all the letters
including html are highlighted.
It'd be useful if only "untitled" is highlighted so that, when user
starts to type in file name, the extension is untouched. In this way,
users can save a few letters of typing (e.g., html, js, sql, rb, m).
I understand, in some cases, extensions can be different than by
default (e.g., both html and htm are okay for HTML documents).
But, personally, in most cases, I'm OK with default extensions. Does
anybody have any thoughts on this?
Takaaki
--
Takaaki Kato