Hi Allan and friends,
I have a source tree structure like this:
www/
site/
index.tcl, .adp
one.tcl, .adp
edit.tcl, .adp
item/
index.tcl, .adp
one.tcl, .adp
edit.tcl, .adp
The fact that files are named the same, but in different directories:
- Confuses both the Cmd-Opt-Up "Go to Header/Source" feature, which
will gladly find www/item/one.adp when I'm editing www/site/one.tcl. It
would be good if it would prefer the file in the current directory when
one exists. Otherwise, it's a great feature.
- Similarly, when using Cmd-T "Go to file", which I use almost
exclusively to open up new files now, it would be great if I could
write "itemonetcl" to get item/one.tcl, as opposed to site/one.tcl.
Currently, it doesn't take the path into account at all.
I can see some downsides to changing current behavior, too,
particularly with the Go to file feature.
But let me know what you think.
/Lars
Hi all,
I was wondering if anyone has any suggestions as to how one might use
Textmate to interface with Matlab? I can have a command execute a given
.m file, but Matlab is a much heavier process to load than perl is from
the command line, so that becomes a very unattractive option.
Ideally I'd like to have Matlab running in a terminal (the java
interface is just too slow for me), and edit with Textmate in such a
way that commands could reach the already loaded session.
cheers,
-don
==========================
Don Kalar
Graduate Student,
Cognitive Neuroscience
UCLA Department of Psychology
1285 Franz Hall, Box 951563
Los Angeles, CA
90095-1563
==========================
Anyone here use or has used TypeIt4Me? I loved the idea while it worked
on my machine, but after 5 minutes it disappeared from my menu bar and
the developer is not responsive. Basically every time you press a space
it scans a list of abbreviations and expands the text if it finds a
match. Is this something I could do in tm with a command?
- Ben
hi again,
I realize this has been discussed a while back, but AFAIR the issue
at the time has supposedly been resolved (threading of the
filessystemchecking process)
whenever I switch back to TM (say, after reloading a browser window)
to make changes in (say, a page template) i experience a noticable
and annoying delay of two to (sometimes) five seconds (on a dual 1GHz
G4 system with 1.25Gb RAM) together with a noticable spike in CPU
utilization.
until yesterday I just attributed that delay to the fact that I've
switched from working remotely via SFTP to WebDAV over HTTPS (on
Tiger). Meanwhile I'm hooked on the conveniences of being able to
work remotely using projects - so much, that I've moved my entire
project to my local machine just to eliminate that nagging delay and
keep the project mode - only to find out a day later that the delay
is still there...
the project contains well under a hundred files, each moderately
sized, nothing fancy there. is there anything I can do on my side of
the problem? could you on yours, Allan?
the delay shows itself by having the frontmost (project-) window
visble, but its bar grey and inactive.
curious in berlin,
best regards,
tom
--
Tom Lazar
http://tomster.org
1.0b4::
1. Added a preference setting to handle the snippet output
behaviour, so that it can handle both my style
( spaces_within_brackets ) and the PEAR standard style
(no_spaces_within_brackets) styles on the fly independent of the
stored snippet format.
2. Minor change to notify users of the documentation issues (no
local documentation or internet access = empty documentation)
You can find out more information about PHPCC 1.0b4 from here
[ http://www.imediatec.co.uk/tm/phpcc/ ]
or the download it directly from this link [ http://
www.imediatec.co.uk/tm/phpcc/PHPCodeCompletion-1.0b4.zip ]
Please keep me informed of the ideas, problems and so on.
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
How many of you are using TextMate for actionscript development? If so,
are you using MTASC? I'm thinking about implementing some things like
incremental compilations, scanning for undeclared variables, packages,
etc...
Just wanted to gauge the interest in this and maybe get some insight
into the possibility of it.
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
I was just navigating around my website and I noticed that even when
I had softwrap on files where not observing it until I toggled it off/
on again.
Thanks,
Eric Curtis
Sorry to be bother but a few days ago I asked about the location and
means of setting the tidy settings in Textmate....can anybody point
me in the right direction?
Thanks,
Eric
Not sure what this is called in Textmate speak, but is there any way
that Up-Arrow/Down-Arrow navigation does not cross an EOL for a line?
What I mean is, if I have a document that doesn't have any lines
longer than 20 characters, and I put the mouse cursor at line 40, and
then hit arrow down, the cursor will stay on column 40 the whole way
down, instead of going to the EOL character for each line (like vim
does it)?
Thanks!