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

Summary: Keyboard Accessibility: user can't create Full Remote project
Product: cnd Reporter: soldatov <soldatov>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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)