macgitver / MacGitverModules

DEPRECATED: Modules for MacGitver
5 stars 1 forks source link

use an OS specific open dialog to get the right behavior #9

Closed antis81 closed 12 years ago

antis81 commented 12 years ago

Used it in MsPiggit to get the "sheet" dialog in OSX. But it also handles some difficulties in opening directories on different OS's named with a file extension (e.g. bare repositories with the ".git" extension).

scunz commented 12 years ago

Though, is is probably a Mac-Only fix. I've clearly seen the annoying native File-Chooser on Windows and on KDE there is no other one anyway :-)

antis81 commented 12 years ago

Yes, was the only solution I found, to get the native behaviour working on most systems :). Working on winxp, win7, lubuntu, ubuntu, osx, and now proven on kde - that's great.

scunz commented 12 years ago

Well, I did just run MacGitver on Windows 7 - The native file dialog is gone. (From the code, I would have been suprised if it had still shown the native dialog). @antis81 Note that I'm running the GitWrap_CleanUp branch, which means my additions to your code are not yet in charge here.

However, unless someone crawls up from some hidden hole and starts weeping for it, we should let it as it is now... :-)