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 46786 - Request for access to New Project action
Summary: Request for access to New Project action
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-07-30 11:24 UTC by Ondrej Rypacek
Modified: 2004-08-17 12:07 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 Ondrej Rypacek 2004-07-30 11:24:47 UTC
In order to implement new welcome screen, the
following two actions are needed to be accessible
programatically:
- File/New Project
- File/New Project with the "Samples" category
selected and expanded in the dialog

The effect of invoking these actions from the
program should be exactly the same as selecting
them through the UI.

Thank you!
Comment 1 Jesse Glick 2004-07-30 19:15:45 UTC
The first is already accessible by finding
Actions/Project/org-netbeans-modules-project-ui-NewProject.instance
and invoking it.

For the second, I guess we could make a subclass action, also in
Actions/Project/ (but nowhere else in the GUI) which preselects the
Samples folder.
Comment 2 Ondrej Rypacek 2004-08-03 09:48:53 UTC
Thanks, that would be fine. Is it possible for it to be ready by the
end  of this week? 
Comment 3 Petr Hrebejk 2004-08-17 12:07:19 UTC
Private contract between projects and welcome screen