bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #7900] DocumentController currentDirectory:


From: Adam Fedor
Subject: [bugs #7900] DocumentController currentDirectory:
Date: Sun, 08 Aug 2004 03:25:23 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v558.38

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #7900] Latest Modifications:

Changes by: 
                Adam Fedor <fedor@gnu.org>
'Date: 
                Sun 08/08/04 at 02:46 (US/Mountain)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Severity | 5 - Average               | 3 - Ordinary
          Item Group | Change Request            | Bug
          Resolution | Fixed                     | None
              Status | Closed                    | Open


------------------ Additional Follow-up Comments ----------------------------
>From Fabien:

This is the Apple documentation : 
"- (NSString *)currentDirectory
Returns the directory path to be used as the starting point in the Open panel. 
The first valid directory from the following list is returned:
1-  The directory location where the current document was last saved
2- The last directory visited in the Open panel
3- The user´s home directory"

Last GNUstep CVS 
mkdir -p DocumentController/foo
mkdir DocumentController/bar
echo "test" DocumentController/foor/test.txt
remove Ink defaults

* example 1
openapp Ink.app
open Document => Go to DocumentController/foo and hit Cancel
open Document : I'm not into DocumentController/foo but into home directory:
Does not match with Apple documentation (2) : should be into 
DocumentController/foo

* example 2 
openapp Ink.app
openDocument => open DocumentController/foo/test.txt
quit Ink
openapp Ink.app
openDocument => directory is still homeDir (should be into 
DocumentController/foo)

example 3
openapp Ink.app 
openDocument => open DocumentController/foo/test.txt
Save As DocumentController/bar/testsbar.txt
Close the window (testBar) 
openDocument => This is into DocumentController/foo/ 
(should be into DocumentController/bar/) (?) 






/**************************************************************************/
[bugs #7900] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7900>
Project: GNUstep
Submitted by: Fabien VALLON
On: Wed 02/25/04 at 10:54

Category:  Gui/AppKit
Severity:  3 - Ordinary
Item Group:  Bug
Resolution:  None
Assigned to:  fedor
Status:  Open


Summary:  DocumentController currentDirectory:

Original Submission:  According to Apple doc. currentDirectory should return : 
- The directory location where the current document was last saved
- The last directory visited in the Open panel
- The user’s home directory

That not what the GNUstep implementation does 

Fabien

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 08/08/04 at 02:46         By: fedor
>From Fabien:

This is the Apple documentation : 
"- (NSString *)currentDirectory
Returns the directory path to be used as the starting point in the Open panel. 
The first valid directory from the following list is returned:
1-  The directory location where the current document was last saved
2- The last directory visited in the Open panel
3- The user´s home directory"

Last GNUstep CVS 
mkdir -p DocumentController/foo
mkdir DocumentController/bar
echo "test" DocumentController/foor/test.txt
remove Ink defaults

* example 1
openapp Ink.app
open Document => Go to DocumentController/foo and hit Cancel
open Document : I'm not into DocumentController/foo but into home directory:
Does not match with Apple documentation (2) : should be into 
DocumentController/foo

* example 2 
openapp Ink.app
openDocument => open DocumentController/foo/test.txt
quit Ink
openapp Ink.app
openDocument => directory is still homeDir (should be into 
DocumentController/foo)

example 3
openapp Ink.app 
openDocument => open DocumentController/foo/test.txt
Save As DocumentController/bar/testsbar.txt
Close the window (testBar) 
openDocument => This is into DocumentController/foo/ 
(should be into DocumentController/bar/) (?) 

-------------------------------------------------------
Date: Sat 05/15/04 at 04:05         By: fedor
Fixed to conform to the documentation.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7900>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]