mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Fix on AddFiles panel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31613 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28c343707e
commit
95eb255d35
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-11-16 German Arias <german@xelalug.org>
|
||||||
|
* Framework/PCFileManager.m: Allow open .project directories
|
||||||
|
to add files placed at project directory in AddFiles panel.
|
||||||
|
|
||||||
2010-11-05 German Arias <german@xelalug.org>
|
2010-11-05 German Arias <german@xelalug.org>
|
||||||
* Modules/Projects/Application/PCAppProject.m:
|
* Modules/Projects/Application/PCAppProject.m:
|
||||||
(-createProjectAt:) Delete the extension on the project
|
(-createProjectAt:) Delete the extension on the project
|
||||||
|
|
|
@ -376,6 +376,7 @@ static PCFileManager *_mgr = nil;
|
||||||
if (addFilesPanel == nil)
|
if (addFilesPanel == nil)
|
||||||
{
|
{
|
||||||
addFilesPanel = [PCAddFilesPanel addFilesPanel];
|
addFilesPanel = [PCAddFilesPanel addFilesPanel];
|
||||||
|
[addFilesPanel setTreatsFilePackagesAsDirectories: YES];
|
||||||
}
|
}
|
||||||
panel = addFilesPanel;
|
panel = addFilesPanel;
|
||||||
lastOpenDir = [prefs stringForKey:@"FileAddLastDirectory"];
|
lastOpenDir = [prefs stringForKey:@"FileAddLastDirectory"];
|
||||||
|
|
Loading…
Reference in a new issue