The TODO bundle seems to ignore .xml files when run in a project.
If I just open an .xml file with TODOs by itself and run "Show TODO
List" it works. But if I have a project with that same file in it and
run "Show TODO List" it doesn't work.
It does list TODOs in other files,just not .xml
I've tried it as another user, and have also tried removing all my
settings and downloaded bundles as per the troubleshooting 101 page.
TM_TODO_IGNORE is not defined
In Preferences, Advanced, Folder References:
File Pattern = !(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-
commit(\.[2-9])?\.tmp)$
Folder Pattern = !.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*
\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
Version is 1.5.8 (1498)
If it helps at all the files as a docbook project with a directory
struture like:
product_version\book_name\Makefile
product_version\book_name\en-US\Book.xml
product_version\book_name\en-US\Chapter.xml
product_version\book_name\de-De\Book.po
product_version\book_name\de-DE\Chapter.po
product_version\book_name\ja-JP\Book.po
product_version\book_name\ja-JP\Chapter.po
Thanks in advance
I just found a problem with TextMate and symlinks. Say I have a regular
file and a symlink to that file. If I open the symlink in TextMate and
save it again, the original file's permissions are changed to those of
the symlink. My umask is set to 0022, so files are created 0644
(rw-r--r--) and directories are created 0755 (rwxr-xr-x). Symlinks are
created with permissions as if they were directories. The end result of
all of this is that if I edit a symlink to a file, the file ends up
getting its execute bits set.
Is there any way to keep this from happening? I don't really want to go
around setting execute permission on arbitrary text files...
MariMac:/tmp/test$ umask
0022
MariMac:/tmp/test$ echo "hello world" > foo
MariMac:/tmp/test$ ln -s foo bar
MariMac:/tmp/test$ ls -l
total 8
lrwxr-xr-x 1 sking wheel 3 2009-03-03 14:10 bar -> foo
-rw-r--r-- 1 sking wheel 12 2009-03-03 14:10 foo
MariMac:/tmp/test$ mate -w bar
MariMac:/tmp/test$ ls -l
total 8
lrwxr-xr-x 1 sking wheel 3 2009-03-03 14:10 bar -> foo*
-rwxr-xr-x 1 sking wheel 24 2009-03-03 14:11 foo*
(Obviously I have "Perform atomic saves" unchecked in the preferences,
otherwise the symlink would get overwritten and the original file
wouldn't be changed.)
--
Steve King
Sr. Software Engineer
Arbor Networks
+1 734 821 1461
www.arbornetworks.com <http://www.arbornetworks.com/>
Hello all, every day I shave a few percentage points off the time I
spend in BBedit, and get closer to 100% in TM.
Today, I am stuck on showing differences. TM has a lot of good tools
to show the differences in a standard `diff`y kind of way.
What I usually find useful, was in BBedit, I could compare the two
most front files, a window would pop out below the files, sort of a
left, right, and bottom frame display. I could then move through the
line differences in the files.
Any way to do this in TM?
--
Scott
* If you contact me off list replace talklists@ with scott@ *