i'm part of those weird guys that 'HATE' text wrapping.....
in text mate disabling text wrapping leads the gutter to disappear when
scrolling horizontally .... do the gutter has to be attached that way
to the text? i don't think so ...it should be a static bar on the left
of the GUI..... no? seems crazy to all of you ?
thanks
olivier
Hi there
When I fired up the latest release, it seems that it has overriden my
custom PHP/HTML syntax coloring.
I had my own version in my home directory in the correct location.
All of a sudden my php pages are with a dark background (#2e2e2e) when
set to HTML(PHP) coloring.
The weird thing is I can't find a reference to this hex value in any
of the bundle files so I'm at a loss to correct it.
I thought the bundle file saved as HTML-PHP.plist set the syntax
coloring for HTML(PHP). If so, why is my local version with it's
background color of #efefef not taking effect?
Any clues appreciated...
bongoman
Hi,
It may just be me but Find doesn't seem to work very well at the
moment. (b8 btw)
I've got a reasonably large file open (about 400 lines) and if I have
no text selected I can Find no problem.
If all of the text is selected (Through Select All) then Find doesn't
work with either 'Entire File' or 'Selected Text'.
If a small portion of text is selected then 'Entire File' appears to
work but 'Selected Text' functions the same as Entire File, i.e. it
ignores the selected text boundaries.
Anyone seeing the same thing?
Thanks,
Richard
1) If I put the cursor at the front of a collapsed, folded section and
press tab, I expected (and desire) it to be the equivalent of
performing a Shift Right on the entire fold.
2) (more controversial, perhaps) if I select a few lines, starting in
the middle of the first line, I expect/desire Shift Right and Left to
apply to the start of the line where the selection starts, not to
insert tabs in the middle of it.
In the following example, | marks the start and end of the selection:
class Foo
def bar
puts "That's gre|at it starts with an earthquake"
puts "birds and snakes and aeroplanes"
puts "and Lenny |Bruce is not afraid."
end
end
This selection is because I was in the middle of the word 'great' and
performed shift+down arrow twice.
When I Shift Right, it should do this:
class Foo
def bar
| puts "That's great it starts with an earthquake"
puts "birds and snakes and aeroplanes"
puts "and Lenny Bruce is not afraid." |
end
end
And not this:
class Foo
def bar
puts "That's gre |at it starts with an earthquake"
puts "birds and snakes and aeroplanes"
puts "and Lenny |Bruce is not afraid."
end
end
A workaround that I suppose I could get used to is to perform Select
Line after selecting the text, before shifting...but that should happen
automatically. (As noted in the example, the act of shifting left/right
should not only affect the entire line, it should also select the full
lines.)
Operating in rectangular selection/column mode is a different story,
but doesn't change how it should (IMO) behave in this case.
--
(-, /\ \/ / /\/
hi....switching from tab to tab in textmate leads to a recentering of
each page on the cursor...is it a feature or a bug?
if it's a feature it would be cool to be able to switch it off on a
user preference basis .... i find this terribly annoying cause that
prevent me to scroll a text to see a portion of code, and then to
switch back and forth ....
i also have this undo stack disappearing ....
very strange
keep up the good work...textmate rocks
thanks
Hi all,
With window splitting implemented, I may consider switching from
emacs. One thing that gets me though is that 'Set Mark' does not seem
to work properly. I use this all the time to select a block of text
without having to hold down shift. "setMark:" is set in my Default
Key Binding, yet I get the blip of unknown command from TextMate when
I try to use it. This works great in TextEdit, btw.
What do other people use to select text without using the mouse? I
could hold down shift, but then that blocks me from using my other
bindings (^p and ^n for line up and down respectively). Is shift and
the arrow keys the only option?
Thanks,
Wayne
From the release notes :
> Changed default key binding for “select line” to option-shift-l.
Hopefully TextMate now sucks less in Germany ;)
Yeah, but now it does in France !!
Dominique PERETTI
http://www.lachoseinteractive.net/
Backdrop Folders : Open "views" of your folders at desktop levels and
interact with them
(http://www.lachoseinteractive.net/en/products/backdropfolders)
Heres another idea which Im pretty sure would satisfy my original
comment. Currently TM inserts the closing character of the pair at the
same point as the user types the opening character, if on the other
hand it waits for one more key press before deciding whether to insert
the closing part of the pair, it could perhaps make a better guess as
to whether that is what the user wants. For example; moving the cursor
could be construed as a cancelling operation, so the closing character
would be omitted if the user simply pops back to add a quote character
to the start of a word and then clicks somewhere else in the document
(or uses the arrow keys), whereas simply continuing to type after
pressing the opening character would be construed as a confirmation and
the closing character inserted as it is now.
so what im saying is: wait to see what the user types next, and then
decide whether to insert the closing part of the pair.
does that make sense?
Chris
I'm not sure if this relates to my system or a particular (undocumented)
tweak in the latest build, but all the outstanding text peculiarities
have cleared up.
For example, in ProFont 9pt anti-aliased I was seeing a lowercase 'L'
being represented at double thickness (2px). This has all gone, and it's
*beautiful*.
Along with all the other visual tweaks in the latest build, TextMate is
really sweeping me away.
My dollars are going down today. New customer.
drew.
I like being able to start a new document from a template when you are
working in a project, but it would be nice to have that feature when
you are not working in a project.
- Juan