Hi,
I am a big fan of the Sunburst theme (thanks Soryu). I like it
because it has a black background with lots of contrast and a crisp
feel to it. I really hate white backgrounds for editing.
So it spoils the editing experience a little then the way the drawer
stands so starkly "black on white" right next to my editing surface.
Would it be possible to include styling of the drawer (and maybe other
TxMt elements such as the tab bar) in a Theme?
Regards,
Matt
--
Matt Mower :: http://matt.blogs.it/
I just had a little idea for a symbol list in markdown, and thought
other people might be interested in it. I wanted to get the symbol
list to show the first 8 or so words of each paragraph, kind of like
a mini summary. You can accomplish this by creating a new preferences
file, pasting the following code in it and setting its scope to:
"text.html.markdown markup.paragraph"
/* preferences */
{ showInSymbolList = '1';
symbolTransformation = 's/^([A-Z](([^ \t]*[ \t]*){1,8})).*$/$1/g;';
}
This is supposed to only pick lines that start with a capital letter.
For some reason though, it doesn't. Any ideas?
Haris
I generally like smart typing feature, but it gets in the way sometimes.
For example if I want to add parens around expression, I often just get ()
before it (if expression starts with ! or $).
It's horror when I need to change double quotes to single quotes. I end up
having something like: "'""'"
Is it possible to configure it to work only when there is whitespace/EOL
ahead of cursor? Or to disable it for cases I mentioned above?
I don't want to disable it completly and I don't want to add symbols to
word characters list.
--
regards, porneL
Hi,
Will there be more text encoding support? Like for Japanese(Shift-
JIS), Chinese(GB-2312) or Korean? I think this issue has been bought
up before, but it didn't get my attention until lately.
I have been working on websites in different language: Chinese,
Japanese and Korean, and it was a horrible experience. I had to add
some pages to the existing websites, so i can't really changed all
the text encoding to unicode. Also, I have been told that there are
some missing characters in unicode for Japanese, so even the
government won't use that.
My nightmare stopped when bbedit came to rescue, it supposed all of
the text encoding I need. But then I want to stick to Textmate, and,
well, bbedit is simply far too expensive!
My guess is that I will need to maintain those websites in the
future, so it will be great to see textmate supporting more text
encoding!
Thanks
Kelvin
Hi folks,
I quite often seem to find stray whitepsace at the end of my lines
when I'm editing Ruby code. I'm reasonably certain that I'm not going
around adding a tab here or there to the end of lines (it's not every
line).
It doesn't seem to be harmful but, as a neat freak, I find it
distressing. I assume that it's TxMt that's adding it because I can't
think where else it can be coming from. Does anyone else see this?
Does anyone know how to stop it?
Regards,
Matt
--
Matt Mower :: http://matt.blogs.it/
I work in either 9 points monaco or 12 points anti-aliased monaco, is
it possible to switch between these two with a simple hotkey?
(also, to be really perfect, I'd like it to switch themes because I
disable all bold and italics in my favourite themes because of 9
points monaco, but they look good with 12 points and so ideally I
should switch between two themes as well, I think this can be done
but I'm not entirely sure how)
Andreas
Hi :)
Sorry, if this has already been this discussed, but I couldn't find
anything related. I'm looking for a way to alter the appearance of let's
say subsection headers in the Symbol Popup. Normally these would appear
the same way as would sections. So I want to have subsections be
slightly intended as for example class methods are in Python language
bundle. My problem now is, I couldn't yet find out how this is achieved
there :) I'd really appreciate any help on this matter :)
Best wishes,
Horst "zeroK" Gutmann
http://weblog.zerokspot.com
http://bradchoate.com/downloads/Movable%20Type.tmbundle.zip
Features:
* Syntax highlighting for MT templates
* Scope of MT container tags: entity.name.tag.mt, scope of MT
variable tags: variable.other.mt
* Common MT 3.2 default templates provided as new file templates
* A couple of snippets
* A context-sensitive help command for MT tags
This is my first bundle, so I'm still learning, but I'm very
impressed with what you can do with TextMate bundles. This is the
kind of power I've been looking for in an editor. Feedback is most
welcome.
A few questions:
- MT templates are usually HTML based templates, so I invoke the
HTML bundle rules too-- however, some MT tags aren't syntax
highlighted properly since they're really "embedded" in the HTML
syntax. For example:
<tag><$MTTag$></tag>
That's no problem. But this isn't processed right:
<tag attribute="<$MTTag$>">
The embedded mt tag is never seen. Is there a way to handle this
without modifying the HTML bundle itself?
- When you create a new file using one of the supplied MT file
templates, the syntax mode is left as HTML, not Movable Type. Is
there a way to force the Movable Type syntax?
- I wish it were more obvious how to customize the colors for the MT
tags. The user has to set these up manually. If TextMate were to
scan for available scopes and at least list them as inactive in the
color preferences tab, that would be phenomenal.
- What on earth is the key to use for the TextMate "Edit in
TextMate" service? It looks like Command + A caret with a bar on top
of it. What is that key? I also can't make out the key shown for
Ruby's "embed string variable" snippet. Or the key to use for the
"Web Searches" bundle.
Thanks!
-Brad
Good day all,
First, I really like the drawer; please Allan don't do anything bad
to it.
I would like it even more if there were a way to filter the drawer
listing. Most practical and useful to me would be an ability to
create a list of file types and folder names to either include or
exclude from view in the drawer.
Beyond Compare (a regrettably windows only directory & file compare
app) does this by means of a list as mentioned above. You are also
offered the possibility of filtering by various dates as well as file
attributes. Please see attached screen shot.

Does anyone know of a way to do something like this with TextMate's
current state?
Thanks,
Matt Erker
Web Developer
TOKY Branding + Design
3139 Olive Street
Saint Louis, Missouri 63103
314.534.2000