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 - Configurable order of actions for openfile.
Summary: Configurable order of actions for openfile.
Status: STARTED
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-18 18:57 UTC by Jesse Glick
Modified: 2011-09-01 15:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.