mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 01:58:00 +02:00
Merge pull request #1357 from blat-blatnik/HighlightCurrentLine
Add option to highlight current line in editor
This commit is contained in:
commit
fdd1a34d86
6 changed files with 31 additions and 5 deletions
|
@ -101,6 +101,7 @@ namespace IDE.ui
|
|||
AddPropertiesItem(category, "Fuzzy Autocomplete", "mFuzzyAutoComplete");
|
||||
AddPropertiesItem(category, "Show Locator Animation", "mShowLocatorAnim");
|
||||
AddPropertiesItem(category, "Hilite Symbol at Cursor", "mHiliteCursorReferences");
|
||||
AddPropertiesItem(category, "Hilite Current Line", "mHiliteCurrentLine");
|
||||
|
||||
(?, propEntry) = AddPropertiesItem(category, "Spell Check", "mSpellCheckEnabled");
|
||||
var resetButton = new DarkButton();
|
||||
|
@ -128,7 +129,7 @@ namespace IDE.ui
|
|||
AddPropertiesItem(category, "Format on Save", "mFormatOnSave");
|
||||
AddPropertiesItem(category, "Sync with Workspace Panel", "mSyncWithWorkspacePanel");
|
||||
AddPropertiesItem(category, "Wrap Comments at Column", "mWrapCommentsAt");
|
||||
|
||||
|
||||
category.Open(true, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue