1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
cdt/build
Sean Evoy f16dd5d814 Work to support new feature C1, "Set Tool Command in Project". Created a new preference page that has a single string field editor (for now) to edit the tool command. There is an externalized string for the label. Now that there are preference pages for tools and for options, and both are managed by the property page, the common logic for both preference pages have been refactored into a superclass.
In the property page, there is now logic for remembering what tool has been selected as well as what option. The property page now creates preference pages for tools and options.	

Updated the settings store to add tools as well as options.
	
Tweaked the logic of the tool/option list provider for the property page slightly to handle the case where the selection is a tool and 	not simply an option.
2004-03-02 15:27:47 +00:00
..
org.eclipse.cdt.make.core Do not expand to empty if the macro is not found. 2004-03-02 04:53:20 +00:00
org.eclipse.cdt.make.ui check the continuation line. 2004-03-01 17:24:56 +00:00
org.eclipse.cdt.managedbuilder.core Work to support feature C1, "Set Tool Command in Project". Now it is possible to store an overridden tool command in a tool reference. The tool command can be overridden directly in an existing reference, or through the configuration, which creates a new tool reference. 2004-03-02 15:26:50 +00:00
org.eclipse.cdt.managedbuilder.ui Work to support new feature C1, "Set Tool Command in Project". Created a new preference page that has a single string field editor (for now) to edit the tool command. There is an externalized string for the label. Now that there are preference pages for tools and for options, and both are managed by the property page, the common logic for both preference pages have been refactored into a superclass. 2004-03-02 15:27:47 +00:00