Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2003-09-26 19:54:33 +0000
committerDoug Schaefer2003-09-26 19:54:33 +0000
commitdcbbea5b74a1234e7a9481da96c90e787b644599 (patch)
tree5daf76f7eb466d028c626d7c510f505935fe9286 /build/org.eclipse.cdt.managedbuilder.ui/ChangeLog
parenta3a827cf923126be62a941826f9258b99d1e4f19 (diff)
downloadorg.eclipse.cdt-dcbbea5b74a1234e7a9481da96c90e787b644599.tar.gz
org.eclipse.cdt-dcbbea5b74a1234e7a9481da96c90e787b644599.tar.xz
org.eclipse.cdt-dcbbea5b74a1234e7a9481da96c90e787b644599.zip
Patch for Sean Evoy:
Two of the fixes, 43614 and 43756, involved changing property files only, which validates the extra work of externalizing strings from the start! For 43616, I simply took the advice of the bug reporter and added the '-' in front of the RM macro in the clean target and the include directives in the makefile. The largest part of the fix involves 43220. Until just now, this was a critical bug in bugzilla, so I addressed it. It has just been downgraded to an enhancement request. There is now a new entry widget in the linker options for user objects. The makefile will simply add these to the final build target's command. Most of the work was done in the plugin file and the build model to handle the new "type" of option.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/ChangeLog')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/ChangeLog b/build/org.eclipse.cdt.managedbuilder.ui/ChangeLog
index f0a2e2f0649..3ba04427453 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/ChangeLog
+++ b/build/org.eclipse.cdt.managedbuilder.ui/ChangeLog
@@ -1,4 +1,21 @@
2003-09-25 Sean Evoy
+ For bug (really an enhancement request)43756, I added the word default to a
+ widget label to try and make it clear that a new configuration will be based
+ on default values, not user-overridden stuff. It remains to be seen if this
+ actually helps, but it seems reasonable.
+ * src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties
+
+ For bug 43220 I now display a widget just for user objects.
+ * src/org/eclipse/cdt/managedbuilder/ui/properties/BuildToolSettingsPage.java
+ * src/org/eclipse/cdt/managedbuilder/ui/properties/BuildToolsSettingsStore.java
+
+ I also reordered the plugin definition for the linker tools, and moved some of
+ the option labels to the plugin property file. I also added a user object option
+ to each linker tool definition.
+ * plugin.properties
+ * plugin.xml
+
+2003-09-25 Sean Evoy
This patch contains a lot of changes needed to implement fixes for 42648 and
43122.

Back to the top