1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Mikhail Sennikovsky ca2e8c288e 1. The “temporary configuration” concept is implemented
2.	Managed build property page is adopted to use the “clone” configuration.
3.	When the value of any option is changed by the user in UI, the values and enabled/disabled state of all the options on the current page is updated
4.	Each time the given page becomes visible, its values get updated
5.	The bug# 106036 is fixed
6.	The FileListControlFieldEditor is now disabled properly
7.	Notification mechanism for the FileListControlFieldEditor implemented.
8.	Restore defaults now works correctly for the error parsers block.
9.	Restore defaults does not sets the defaults to the real configuration immediately, so if “cancel” is pressed after “restore defaults”, no changes are made to the real configuration.
10.	Restore defaults for the tool settings page now restores the tool commands also
11.	Build macros and environment settings are copied from the source configuration to the configuration clone when the clone constructor is invoked
12.	When the resource build property page contains default values, the resource configuration is removed for the resource.
13.	The build is invoked in case the build command or builder arguments are changed. The build info is persisted also in case only the build command is changed.
14.	The new resource configuration id is now calculated in the way: <configuration_id> + “.” + <random_number> instead of <configuration_id> + “.” + <resource_path>.
15.	the calculateChildId method is added to the managed build manager, Core and UI code is updated to use the ManagedBuildManager.calculateChildId method. Some other fixes of id calculation.
16.	Some minor fixes for the managed build path entries calculation
17.	Some Build Environment persistence issues were fixed
18.	The managed build revision and version of the managed project and of all its children is now updated after the project conversion is performed. Configuration now obtains the version from the toolchain
2005-09-30 19:09:20 +00:00
build 1. The “temporary configuration” concept is implemented 2005-09-30 19:09:20 +00:00
core Created the PDOM Updator which directly hooks up as a resource change listener, thus bypassing all the madness with the indexer. 2005-09-29 21:24:29 +00:00
debug Bug 109785: "mi_cmd_var_create: unable to create variable object" when stepping out of stack frame. 2005-09-16 19:35:08 +00:00
doc Add the assignToOption attribute and update other attribute descriptions 2005-09-28 23:20:05 +00:00
launch/org.eclipse.cdt.launch The "Debugger" tab of the launch configuration dialog is too wide. 2005-09-08 21:50:01 +00:00
releng The build scripts require the testing plugin to be the same version as the testing feature. 2005-08-31 20:45:50 +00:00