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 190029

Summary: Better support for makefiles
Product: cnd Reporter: Leonid Lenyashin <lsl239>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Leonid Lenyashin 2010-08-31 15:12:40 UTC
6.9 has much better support for makefiles. I'd like to propose a few small enhancements. For some reason all Make related actions are only available in the context menu in Project view. What I'd like to see:
1) one can build any [bold] target that I selects in Navigator
2) one can build target under cursor in the editor
3) one can build any [not hidden] target from the context menu in the editor if Makefile is open there
4) Ideally I'd like to be able to run and debug executable that is built as result of the actions above (it might be a bit complicated, I know).