mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-30 22:03:46 -06:00
ide: Open terminal at UppHub
git-svn-id: svn://ultimatepp.org/upp/trunk@15736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6cc2317175
commit
6c19de028b
1 changed files with 1 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ void Ide::Setup(Bar& menu)
|
|||
#endif
|
||||
menu.MenuSeparator();
|
||||
menu.Add(HasGit(), "UppHub..", IdeImg::UppHub(), [] { UppHub(); });
|
||||
menu.Add(HasGit(), "Terminal at UppHub..", [=] { LaunchTerminal(GetHubDir()); });
|
||||
menu.Add("Checkout and setup U++ SVN trunk sources..", [=] {
|
||||
if(SetupSVNTrunk()) {
|
||||
IdeAgain = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue