Copy the spaces and Newlines.
* model/org/eclipse/cdt/internal/core/model/CopylementsOperation.java
* model/org/eclipse/cdt/internal/core/model/DeleteElementsOperation.java
Fix for 81403: Move the Code Assist preference page
out of the CEditor preference page. It clean the CEditorPreferencePage
and takes less time to instantiate.
New checkbox in Code Assist to complete common prefix.
+ src/org/eclipse/cdt/internal/ui/preferences/AbstracPreferencePage.java
* src/org/eclipse/cdt/internal/ui/prefernces/CEditorPreferencePage.java
+ src/org/eclipse/cdt/internal/ui/preferences/CodeAssistPreferencge.java
* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessage.java
* src/org/eclipse/cdt/internal/ui/text/contentassist/ContentAssistPreference.java
* src/org/eclipse/cdt/ui/CUIPrefernceInitializer.java
* plugin.xml
* plugin.properties
ui.tests/src/org.eclipse.cdt.testplugin
packages to org.eclipse.cdt.core.testplugin and org.eclipse.cdt.ui.testplugin respectively.
This fixes a problem where the tests were incorrectly loading the wrong test plugin class.
Part of implementing PR 83112
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
Changes in the interface of the Core Model
* refactor/org/eclipse/cdt/internal/corext/refactoring/rename/RenameElementProcessor.java
* refactor/org/eclipse/cdt/internal/ui/refactoring/actions/RenameRefactoringAction.java
The line and offset information should be cache in the SourceManipulationInfo
* model/org/eclipse/cdt/iternal/core/BinaryElement.java
* model/org/eclipse/cdt/iternal/core/CElement.java
* model/org/eclipse/cdt/iternal/core/CModelBuilder.java
* model/org/eclipse/cdt/iternal/core/Namespace.java
* model/org/eclipse/cdt/iternal/core/SourceManipulation.java
* model/org/eclipse/cdt/iternal/core/SourceManipulationInfo.java
The original fix had two problems. When a source folder had only one file deleted, a complete rebuild was required because the output folder was removed. Now the generator checks.
The parent folder could be deleted accidentally, so that has also been resolved.
Finally, the dependency generator pattern ahs been simplified and now uses a Gnu make-supplied macro for calculating the directory component of a file.
- Field references before their declaration in inline class members
- references in parameter declarations for member functions defined outside their scope
- constructor references