Skip to content

Commit

Permalink
Added menu option during install
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Apr 19, 2018
1 parent bbc2813 commit 98c62cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,11 @@ begin
CbbEditor.Items.Add('Use Visual Studio Code as Git'+#39+'s default editor');
CreateItemDescription(EditorPage,'<RED>(NEW!)</RED> <A HREF=https://code.visualstudio.com//>Visual Studio Code</A> is an Open Source, lightweight and powerful editor'+#13+'running as a desktop application. It comes with built-in support for JavaScript,'+#13+'TypeScript and Node.js and has a rich ecosystem of extensions for other'+#13+'languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as'+#13+'.NET and Unity).'+#13+#13+'Use this option to let Git use Visual Studio Code as its default editor.',Top,Left,LblEditor[GE_VisualStudioCode],False);
// 5th choice
Top:=TopOfLabels;
CbbEditor.Items.Add('Use Visual Studio Code Insiders as Git'+#39+'s default editor');
CreateItemDescription(EditorPage,'<RED>(NEW!)</RED> <A HREF=https://code.visualstudio.com/insiders/>Visual Studio Code</A> is an Open Source, lightweight and powerful editor'+#13+'running as a desktop application. It comes with built-in support for JavaScript,'+#13+'TypeScript and Node.js and has a rich ecosystem of extensions for other'+#13+'languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as'+#13+'.NET and Unity).'+#13+#13+'Use this option to let Git use Visual Studio Code Insiders as its default editor.',Top,Left,LblEditor[GE_VisualStudioCodeInsiders],False);
// Restore the setting chosen during a previous install.
case ReplayChoice('Editor Option','VIM') of
'Nano': CbbEditor.ItemIndex:=GE_Nano;
Expand Down

0 comments on commit 98c62cf

Please # to comment.