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 253723 - Keyboard Accessibility: user can't create Full Remote project
Summary: Keyboard Accessibility: user can't create Full Remote project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 09:33 UTC by soldatov
Modified: 2015-08-10 01:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-07-24 09:33:50 UTC
In NetBeans I can't create Full Remote project via keyboard only (Open project I can via context menu in Services tab)
Comment 1 soldatov 2015-07-24 11:40:08 UTC
Of course I can create project via Ctrl-I and text search
Comment 2 Vladimir Kvashin 2015-07-29 04:48:26 UTC
What I'm going to do is: add a "Create Project..." menu item in 
Services > C/C++ Build Hosts (and place it under the "Open Project...") menu item.

That's probably not the most convenient way of opening project... but the issue is:
- merging this functionality into common NetBeans create project dialog doesn't look realistic
- and adding "Create Remote C/C++ project" to the "File Menu" (like we do in studio) us not correct in Full NetBeans context

If you disagree and think that the proposed way of fixing this is not correct please let me know.
Comment 3 soldatov 2015-07-29 08:48:01 UTC
I expect "Create Project..." menu item in Services tab only
Comment 5 Quality Engineering 2015-08-10 01:08:46 UTC
Integrated into 'main-silver', will be available in build *201508100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/051e9a7a0c0a
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: refactoring: extracted constant instead of using literals in several p[laces in different modules (fixing #253723 - Keyboard Accessibility: user can't create Full Remote project)