This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 3459

Summary: Configurable order of actions for openfile.
Product: utilities Reporter: Jesse Glick <jglick>
Component: Open FileAssignee: Jaroslav Havlin <jhavlin>
Status: STARTED ---    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 1999-08-18 18:57:31 UTC
E.g. the launcher could have an option -openstyle which would default to `open,edit,view` but you could rearrange those or omit some. Would control the order in which the OpenCookie, EditCookie, and
 ViewCookie cookies were checked.
Comment 1 Jan Chalupa 2001-03-12 12:20:21 UTC
Version: 'Dev' -> 3.2
Comment 2 Peter Zavadsky 2001-04-04 09:19:03 UTC
Reassigned to utilities.
Comment 3 Peter Zavadsky 2001-04-23 15:54:47 UTC
Changed to enhacement.
Comment 4 Jan Chalupa 2001-05-06 15:21:22 UTC
Target milestone -> 3.3
Comment 5 Jan Chalupa 2001-11-27 17:26:19 UTC
Target milestone -> 3.3.1.
Comment 6 Marek Grummich 2002-07-22 11:54:52 UTC
Set target milestone to TBD
Comment 7 Marek Grummich 2002-07-22 11:56:56 UTC
Set target milestone to TBD
Comment 8 Marian Petras 2003-11-05 08:47:26 UTC
The current order of cookies checked is

    EditorCookie
    OpenCookie
    EditCookie
    ViewCookie

The change was requested by issue #36517
("runide.sh -open foo.xml" displays foo.xml in a web browser).

See also issue #24429 which it discusses meaning of actions Edit and Open.
Comment 9 Marian Petras 2005-05-03 14:47:23 UTC
Accepted.