mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Cosmetics.
This commit is contained in:
parent
2166de01db
commit
af00e7cd42
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class ExtractConstantRefactoring extends CRefactoring {
|
||||||
String wordDelimiter = preferences.getString(CUIPlugin.PLUGIN_ID,
|
String wordDelimiter = preferences.getString(CUIPlugin.PLUGIN_ID,
|
||||||
PreferenceConstants.NAME_STYLE_CONSTANT_WORD_DELIMITER, "_", null); //$NON-NLS-1$
|
PreferenceConstants.NAME_STYLE_CONSTANT_WORD_DELIMITER, "_", null); //$NON-NLS-1$
|
||||||
String prefix = preferences.getString(CUIPlugin.PLUGIN_ID,
|
String prefix = preferences.getString(CUIPlugin.PLUGIN_ID,
|
||||||
PreferenceConstants.NAME_STYLE_CONSTANT_PREFIX, "", null); //$NON-NLS-1$
|
PreferenceConstants.NAME_STYLE_CONSTANT_PREFIX, "", null); //$NON-NLS-1$
|
||||||
String suffix = preferences.getString(CUIPlugin.PLUGIN_ID,
|
String suffix = preferences.getString(CUIPlugin.PLUGIN_ID,
|
||||||
PreferenceConstants.NAME_STYLE_CONSTANT_SUFFIX, "", null); //$NON-NLS-1$
|
PreferenceConstants.NAME_STYLE_CONSTANT_SUFFIX, "", null); //$NON-NLS-1$
|
||||||
NameComposer composer = new NameComposer(capitalization, wordDelimiter, prefix, suffix);
|
NameComposer composer = new NameComposer(capitalization, wordDelimiter, prefix, suffix);
|
||||||
|
|
Loading…
Add table
Reference in a new issue