hello,
don't really know if it's a feature request, bug report or my stupidity: if i have a project opened in textmate like this:
~/project_dir a_file.txt
and i call 'mate a_file.txt' from inside the project_dir everything is fine (file opens as tab in project window). but if i call mate from another directory with an absolute or relative path to ~/project_dir/a_file.txt, it opens in a new window which is very unconvenient for me.
if there should be a reason (can't imagine one) against this proposal, i could live with a command line option to specify the project's directory.
thanks in advance for considering it, yours kodi
On 10 May 2008, at 04:20, Thorsten Kohnhorst wrote:
[...] if i [...] call 'mate a_file.txt' from inside the project_dir everything is fine (file opens as tab in project window). but if i call mate from another directory with an absolute or relative path to ~/project_dir/a_file.txt, it opens in a new window which is very unconvenient for me.
Current version of TextMate deals exclusively with paths to identify file uniqueness. If part of a path contains a symbolic link, TextMate often sees it as a different file, which may make it think the file is not part of the project, if for example the path of the new file or the path of the project, have different symbolic links.