I have a remote folder which is getting mounted with macfusion.
The folder currently resides at /Volumes/labs/code/project. When I open
the project folder, and browse its subdirectories, I find some that are
being treated as files with unknown file types. Their icon in the drawer
is a 'blank page' and if I try to double click it, the drawer changes to an
empty drawer. I can confirm there are files in these folders (I checked in
the terminal).
The permissions and users for these phantom directories are the same as
folders that TextMate sees.
What can I do?
I've noticed this issue quite a few times recently.
For one project I work on, I open textmate from cmdline, using "mate
<projectdir>"
I then search my codebase for some keyword, and it returns a bunch of
results.
Looking at the results though, I see they are not complete in that some
files are definitely missing from the results.
At this stage (without closing the dialog from the previous run, or
changing any search terms), I click the Find button again. TM searches once
again, but this time it shows much more matches.
Its occurring quite often, but not every time, and I cant reproduce it at
will.
I *think* Ive only ever seen on the first search after launching TM
Any idea what is happening here?
Is there anything similar to the Project or Drawer functions in 2.0? I used
to love having all of my commonly-used files grouped in the drawer in 1.5,
but can't find any way to do this in 2.0.
Cheers,
p
Lets say I¹m in an R file and I type ³todo² + tab, the TODO bundle inserts
this:
# TODO
I want to be able to type ³todoc² + tab, and have this inserted:
# TODO code
Or, ³todoe²+ tab, and have this inserted:
# TODO edit
How can I edit the TODO bundle to be able to do this?
Thanks
Ross