When I open an existing project the directory structure appears in
the drawer while the currently selected file contents appears within
the window (which is blank when you first open an existing project).
If I have the root project folder selected (text window still blank)
I am unable to get the status of the subversioned folder ('svn
status'). In order for me to get the status of the project I must
open at least one file and then select the root project folder again
and then I can get the status. This is true for other subversion
commands as well (you need at least one file open in order to perform
subversion commands on your project).
Is this behaviour intentional? I feel like subversion commands
should work independent of whether files are open or not .. it should
work on the files/folders in the project drawer only.
Rom
Yay, for Allan, and everyone involved. i really do believe this is
totally deserved, i LOVE this App. so glad i bought it, even though i
don't have much use for it these days, apart form adding my "<a
href="http://axman6.homeip.net/blog/"><img
src="http://axman6.homeip.net/blog/wp-content/uploads/2006/08/weblogo-al7.png"
alt="Axman6" style="border: 0px;"/></a>" signature (hope that works
:s) to things, with an 'Al.' tab-trigger. but whenever i have to do
any work on my site, I'm very thankful for the Awesome TextMate.
Thanks again Allan
Cya, Al.
On Aug 8, 2006, at 11:52 PM, Ken Anderson wrote:
>... winning the Apple Design Award for Best Developer Tool!
>
>Daring Fireball reports that there was "raucous applause when this
>[award] was announced."
>
>Kudos!
Ken
--
Al.
☠☢✯☢☠
(If ^^those^^ are boxes,
you need unicode!
or a Mac)
... winning the Apple Design Award for Best Developer Tool!
Daring Fireball reports that there was "raucous applause when this
[award] was announced."
Kudos!
Ken
--
Kenneth M. Anderson | Phone: 303-492-6003
Associate Professor | Fax : 303-492-2844
Dept. of Computer Science | <mailto:kena@cs.colorado.edu>
University of Colorado, Boulder | <http://www.cs.colorado.edu/~kena/>
I'm trying to setup TextMate to automatically wrap after 72 columns, but
not having any luck. I disabled soft wraps and set the wrap columns to
72, but TM v1.5.3 is not wrapping as I type. If I select 'Reformat
Paragraph' then the wrapping works as expected.
Am I missing something?
-Ryan
TextMate is one of the best editors I have used on the Mac, and things
like its macros, snippets, and tab triggers almost make me switch right
away. Especially column-based typing is awesome.
However, there are a couple of limitations that are important enough for
me to keep me from switching. In rough order of importance:
- Function parser is line-based
The functions popup or the symbol browser (Command-Shift-T) work
line-based, i.e. they don't recognize functions such as
void foo(
int param1,
int param2)
{
}
We have a coding style that requires this layout for most functions,
so the function popup/symbol browser is next to useless for us.
I understand that this is because the regular expression based
function parser can only work line by line, but still this is one of
the most severe limitations for me.
- Loses insertion point when document is changed by another app
If another application changes a document that is currently open in
TextMate, TextMate notices this when you bring it to the front, and
reloads the changed document. This is good; however, it loses track of
where you were editing, and scrolls all the way to the top, setting
the insertion point to the beginning of the text. I suppose this is
intentional, because an existing selection may no longer be at the
right place after the other application inserted or deleted text
before the selection; however, in the majority of cases it makes more
sense to me to keep the current selection and scroll position, even if
it may be slightly off. For example, when I use TextMate for coding
but Xcode for debugging, I often fix minor typos in the Xcode editor
while debugging, and it is very annoying to have to go back to where
you were editing in TextMate after that.
- Find has no "whole words only" option
I must be missing something here. This seems like such as basic
feature of any serious text editor.
- Option-RightArrow stops too often
When stepping word by word through a sequence such as "abc / def",
Option-RightArrow stops after 'abc' (which is fine), and then it stops
*before* 'def', which is not; it should directly jump to after 'def'.
In other words, it should jump from one end of a word to the end of
the next word, skipping all non-words. Xcode and CodeWarrior do this
right (in my opinion); in BBEdit it's even worse than in TM though.
- Bundle commands should be available without an open window
Some bundle commands are already available now when no window is open
(e.g. "Relaunch TextMate"), but they don't do anything when chosen.
For some commands this would be very useful though (e.g. Xcode/Run, or
most Help commands).
- Undo is per-character
Typing sequences should be consolidated into a single undo step.
Doesn't anybody use undo for typing? This is basically unusable in
TextMate.
- Shift Left/Right should extend the selection to whole lines
I often put the insertion point somewhere in the middle of the first
line of a paragraph, hit Shift-DownArrow until I'm in the middle of
the last line of the paragraph, and then choose Shift Right; this will
insert a tab in the middle of the first line, which makes absolutely
no sense to me. Same for "Source/Comment Line". I think these
commands should first extend the selection to the beginning of the
first and end of the last selected line; I can't think of a single
situation where you wouldn't want this. BBEdit gets this right.
- Remap keys for Shift Left/Right
If there's a multi-line selection, I'd like Tab and Shift-Tab to be
bound to Shift Right/Shift-Left. I see no reason why I should have to
hold down Option too.
- Control-RightArrow should jump by CamelCaps sub-words
Right now, Ctrl-Left/Right jump to the beginning/end of the line;
there's already Command-Left/Right for that, so I think
Ctrl-Left/Right would be free to jump over the sub-words of a
CamelCapsVariableName. See Xcode.
- Show key binding for a particular key
With all those bundles and scope-based bindings, it can be very
difficult to figure out what command a particular key is currently
bound to in the current context. There's the Bundles/TextMate/Show
Keyboard Shortcuts command, but it generates a huge list that you have
to wade through. It would be very useful to have a function that lets
you type a key and displays what it is bound to.
--
Stefan Haller
Ableton
http://www.ableton.com/
Hi everybody,
I'm working on Microsoft Windows clone of TextMate: Intype. Intype is
compatible with some types of bundle items, such as grammars. I wonder,
if licensing of these bundle items permit to use them in Intype. I just
can't find license for them. :(
Regards,
Martin
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