Skip to content

Work-around for #1494: Custom default for in-line renaming preference#1518

Merged
rubenporras merged 2 commits intoeclipse-lsp4e:mainfrom
travkin79:patch-1494-custom-defaults
Apr 10, 2026
Merged

Work-around for #1494: Custom default for in-line renaming preference#1518
rubenporras merged 2 commits intoeclipse-lsp4e:mainfrom
travkin79:patch-1494-custom-defaults

Conversation

@travkin79
Copy link
Copy Markdown
Contributor

See comment #1494 (comment)

Details

Customization (here switching the setting off) can be done with a plugin_customization.ini with the following content and by starting Eclipse with a program argument like -pluginCustomization ${workspace_loc:/path-to/plugin_customization.ini}.

plugin_customization.ini:

org.eclipse.lsp4e/org.eclipse.lsp4e.inlineRename=false

This is a follow-up to PR #1511. In PR #1511, by mistake, I made another preference customizable, i.e. org.eclipse.ui.genericeditor.linkedediting, but to switch off in-line renaming as a work-around for issue #1494 we have to customize the default for org.eclipse.lsp4e.inlineRename instead.

Allows for customizing the default preference value with a
plugin_customization.ini

Work-around for issue eclipse-lsp4e#1494
@travkin79 travkin79 requested a review from FlorianKroiss April 9, 2026 13:09
@rubenporras rubenporras merged commit 971e6e0 into eclipse-lsp4e:main Apr 10, 2026
11 of 12 checks passed
@travkin79
Copy link
Copy Markdown
Contributor Author

Thank you @FlorianKroiss and @rubenporras for quickly checking and merging this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants