Skip to content

Commit

Permalink
Fix Problem with setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-suliga committed Dec 20, 2024
1 parent b4c5388 commit e110a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3419,7 +3419,7 @@ private PreferenceConstants() {
*
* @since 3.34
*/
public static final String EDITOR_NEW_FOLDING_ENABLED= "editor_folding_enabled"; //$NON-NLS-1$
public static final String EDITOR_NEW_FOLDING_ENABLED= "editor_new_folding_enabled"; //$NON-NLS-1$

/**
* A named preference that stores the configured folding provider.
Expand Down

0 comments on commit e110a33

Please sign in to comment.