ActiveState Community

Komodo 5 on OS X 10.5 doesn't show hidden files (e.g. .bashrc)

Posted by the_gigi on 2008-11-20 10:34

Hi,
I want to open and/or add hidden files (specifically .pythonrc) to a Komodo project. The open file/add file dialogs don't show dot files and I couldn't find in the preferences an option to turn it on. BTW, I set up the Finder to show all files.

Gigi

ericp | Thu, 2008-11-20 13:12

Written up at
http://bugs.activestate.com/show_bug.cgi?id=81075

I set up the finder to show all files as well, but even
Firefox won't display dot files -- it's a Mozilla bug
(https://bugzilla.mozilla.org/show_bug.cgi?id=262374)
that we have a dependency on.

You can use the open file toolbar to get around the
openFile limitation. But as for the other operations,
like saveAs, and addToProject, you'll need to write
short macros. Good fodder for the Macros/Extensions
site, if anyone's up to it.

- Eric

RE:
the_gigi | Sat, 2008-11-22 20:01

Thanks, Eric. The open/find toolbar is cool.

Gigi