mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remember selected language for reopening properties
This commit is contained in:
parent
427ba73a16
commit
7be2df0dde
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class LanguageSettingsEntriesTab extends AbstractCPropertyTab {
|
||||||
private Tree treeLanguages;
|
private Tree treeLanguages;
|
||||||
private Tree treeEntries;
|
private Tree treeEntries;
|
||||||
private TreeViewer treeEntriesViewer;
|
private TreeViewer treeEntriesViewer;
|
||||||
private String currentLanguageId = null;
|
private static String currentLanguageId = null;
|
||||||
|
|
||||||
private Button builtInCheckBox;
|
private Button builtInCheckBox;
|
||||||
private Button enableProvidersCheckBox;
|
private Button enableProvidersCheckBox;
|
||||||
|
|
Loading…
Add table
Reference in a new issue