mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Renewed extract constant implementation, including some improvements to its functionality: - Extraction of unary/binary expression trees with literals as leafs - Improved name suggestion for integers - Improved existing name detection - Selection is more forgiving (caret in literal is accepted as selection) Patchset 2: Fixed trailing whitespace Patchset 3: Improved progress implementation, removed unnecessary generic arguments and changed legacy implementation of IndentifierHelper Patchset 4: Position of split call & line wrapping Change-Id: I49ddb8355217e82d56728cd2abe253a63937f379 Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
10 lines
512 B
XML
10 lines
512 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="utils.ui"/>
|
|
<classpathentry kind="src" path="browser"/>
|
|
<classpathentry kind="src" path="templateengine"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|