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 - Better support for makefiles
Summary: Better support for makefiles
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 15:12 UTC by Leonid Lenyashin
Modified: 2013-05-07 11:21 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 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).