From 6b16f36b50e1f1162e4acb02def23b31c0a91ae0 Mon Sep 17 00:00:00 2001 From: PalAditya Date: Sun, 13 Oct 2019 11:33:20 +0530 Subject: [PATCH 1/2] Fix issue 785: Add new help shortcuts --- lang/english.php | 5 ++++- lib/help.php | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lang/english.php b/lang/english.php index 7ef53d3..05b74e9 100644 --- a/lang/english.php +++ b/lang/english.php @@ -293,7 +293,10 @@ $text = array( "Contract expand file..." => "Contract / expand file manager", "Fold unfold current..." => "Fold / unfold current line", "Refocus on document" => "Refocus on document", - "Cancel tasks" => "Cancel tasks" + "Cancel tasks" => "Cancel tasks", + "Zoom out" => "Zoom out all non-function/class declarations", + "Jump to" => "Jump to declaration of class/function", + "Jump to previous tab" =>"Jump to previous tab" ), "ice-coder" => diff --git a/lib/help.php b/lib/help.php index 387308f..ddbc845 100644 --- a/lib/help.php +++ b/lib/help.php @@ -40,10 +40,13 @@ $t = $text['help']; + Alt + p
+ Alt + a
+ Alt + 1, 2 3
- + Alt + Enter

+ + Alt + Enter
+ + Right click
+ F1 Fn + F1


+ + Backspace

From 3b867022e6fcf0edc6dacf1e44421cc2014701f0 Mon Sep 17 00:00:00 2001 From: Aditya Pal Date: Sun, 13 Oct 2019 11:42:58 +0530 Subject: [PATCH 2/2] Fix file indentation --- lang/english.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/english.php b/lang/english.php index 05b74e9..e51ff0c 100644 --- a/lang/english.php +++ b/lang/english.php @@ -294,9 +294,9 @@ $text = array( "Fold unfold current..." => "Fold / unfold current line", "Refocus on document" => "Refocus on document", "Cancel tasks" => "Cancel tasks", - "Zoom out" => "Zoom out all non-function/class declarations", - "Jump to" => "Jump to declaration of class/function", - "Jump to previous tab" =>"Jump to previous tab" + "Zoom out" => "Zoom out all non-function/class declarations", + "Jump to" => "Jump to declaration of class/function", + "Jump to previous tab" => "Jump to previous tab" ), "ice-coder" =>