Hi,
I just released Version 1.02 of TmCodeBrowser, a minor update:
- Manual button was not working in some instances, fixed
- Fixed a memory leak
- Use UTF-8 encoding to read back results from ctags
It is available at
http://www.cocoabits.com/TmCodeBrowser/
Note that you need to restart TextMate after the update, otherwise
the plugin will not work properly.
Gerd
Hello.
I just slapped together this theme.
I based it off the excellent Espresso Libre theme.
Just like the Sin City comics & movie, it has a de-saturated overall
feel with a single brightly colored element.
I didn't think i'd like it as much as I do.
Enjoy
Is there a simple way to turn off "check spelling" for
a particular document? You know, so that TextMate
would remember it? I've got some scratch pads that get
littered with re underlines, but I really like the
spell checking in most cases.
Related question - is there any chance of getting a
keyboard shortcut to toggle "Check Spelling as You
Type" - I can't seem to do a macro or anything for
that, and t'would be handy.
- Trevor
Hi,
I think full screen mode would be a nice enhancement: in this mode the
editor takes over the whole monitor: no windows, no scroll bars: nothing to
distract you: just you and the text (constrained to some inset from the
monitor frame).
I find this is a nice environment to get work done in.
I've been doing some writing the last week that I was putting off doing:
easy to be distracted when it is unpleasant work... anyhow: I found while I
couldn't write the paragraphs I needed in textmate, I could in macjournal
<a href="http://homepage.mac.com/dschimpf/">macjournal</a>
So, if full screen is already an option... Please someone point it out to me
:-) Else, this is my suggestion.
Hi All,
I have frequently wanted the ability to replace some text in the
current document and set the selection through a command. Is this
possible? I can easily replace the entire document, but setting the
selection eludes me.
In addition, I'd like access to the column number along with the line
number. I didn't see this as one of the exported environment
variables. Allen/all, any suggestions? Thanks _matt
Hiya!
I used to use that Shift-Apple-N to create new files in the project
but the shortcut doesn't work anymore gah!
It doesn't work when the focus is in the project draw or in the
document either. Has that changed or is this a bug or something? :D
-_RYan.
When I choose "Update Entire Project to Newest" from the Subversion
menu I get the following message:
svn update /Users/bryce/Sites
Skipped '/Users/bryce/Sites'
My working directory is located in '/Users/bryce/Sites/moodle'. Is
there a setting that needs to be set somewhere to get Textmate to pass
the proper path?
Thanks,
Bryce
I love a lot of things about TextMate - but I'm still
having one major problem.
How can I edit multiple files straight from an FTP
server in a single window? I use Transmit 3 - which
lets you ctrl-click a file and "edit in" whatever.
Then, when you save, it shoots the new file up to the
server. However, I'm trying to figure out how to do
this within one window - like when you're working on a
"project". Coming from TextWrangler, this works fine
because all your files open in the file browser and
you've got one window. In TextMate, I've got a new
window every time, and I always have to drag the new
windows around because they open in "cascade" like
fashion. It's really a pain, and I'm trying to find a
way around this...
Is there a way to make a "project" that points to
files that are online? Is there a way to get new files
to open in a single window? I got the impression that
this "single window" thing I was talking about might
be coming to TextMate - but I'm trying to figure out a
way to work with this as-is.
Any tips would be greatly appreciated!
Thanks,
- Trevor
The last changes in the LaTeX Bundle broke down syntax coloring for
things like this:
$D_1=\{x_1^2\}$
Basically, the \{ inside math mode is considered
constant.language.generic
while the \} is not.
The relevant code is
{ name = 'constant.language.general';
match = '\\([^a-zA-Z]|[A-Za-z]+)(?=\b|\}|\]|\^|
\_)';
},
Can't see right now what the problem is with it, maybe someone else
can spot it.
Thanks.
Haris