mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Rescan current file now can have keyboard shortcut
git-svn-id: svn://ultimatepp.org/upp/trunk@9180 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1446053d8c
commit
ac6ccfdb3e
2 changed files with 3 additions and 1 deletions
|
|
@ -119,3 +119,5 @@ KEY(DIFF, "Compare with file..", 0)
|
|||
KEY(SVNDIFF, "Show svn history of file..", 0)
|
||||
KEY(PATCH, "Patch/diff..", 0)
|
||||
KEY(DIRDIFF, "Compare directories..", 0)
|
||||
|
||||
KEY(RESCANCURRENTFILE, "Rescan current file", 0)
|
||||
|
|
@ -608,7 +608,7 @@ void Ide::BrowseMenu(Bar& menu)
|
|||
menu.Add("Check source files for changes", THISBACK(CheckCodeBase));
|
||||
menu.Add("Rescan all source files", THISBACK(RescanCode));
|
||||
if(!auto_rescan)
|
||||
menu.Add("Rescan current file", THISBACK(EditFileAssistSync));
|
||||
menu.Add(AK_RESCANCURRENTFILE, THISBACK(EditFileAssistSync));
|
||||
menu.MenuSeparator();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue