mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Ide: Added separator after world wrap in TheIDE advanced edit menu.
git-svn-id: svn://ultimatepp.org/upp/trunk@11948 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
adc1e00923
commit
171d5f5ae7
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ void Ide::EditSpecial(Bar& menu)
|
|||
bool b = !editor.IsReadOnly();
|
||||
menu.Add(AK_WORDWRAP, THISBACK(ToggleWordwrap))
|
||||
.Check(wordwrap);
|
||||
|
||||
menu.Separator();
|
||||
|
||||
menu.Add(b, AK_SPACESTOTABS, THISBACK(EditMakeTabs))
|
||||
.Help("Convert leading blanks on each line to tabs");
|
||||
menu.Add(b, AK_TABSTOSPACES, THISBACK(EditMakeSpaces))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue