From 809af86c160968577249dc644520f36078e273a6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 18 Jan 2013 17:08:26 +0000 Subject: [PATCH] Link to manual from Help screen Passes through version number to be used by function in the URL that shows the manual --- lib/help.php | 90 +++++++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 44 deletions(-) diff --git a/lib/help.php b/lib/help.php index c413031..42efd79 100644 --- a/lib/help.php +++ b/lib/help.php @@ -1,45 +1,47 @@ - - - - - -ICEcoder <?php echo $ICEcoder["versionNo"];?> help - - - - - - - -

help

- -

In file manager

-Delete Delete file

- -

Within document

-CTRL + Move line up
-CTRL + Move line down
-CTRL + I Search selected text
-Esc Comment / uncomment text
-Tab Insert tab / indent selected text

- -

Anywhere

-CTRL + Next tab
-CTRL + Previous tab
-CTRL + + New tab
-CTRL + - Close current tab
-CTRL + F Find
-CTRL + G Go to line
-CTRL + S Save
-CTRL + Shift + S Save as...
-CTRL + Enter View webpage
-CTRL + S + Enter Save & create sticky tab
-Esc Cancel tasks

- -

Logo

-Left click Help
-Right click Settings
- - - + + + + + +ICEcoder <?php echo $ICEcoder["versionNo"];?> help + + + + + + + +

help

+ +)" style="position: absolute; top: 26px; right: 20px">
ICEcoder manual
+ +

In file manager

+Delete Delete file

+ +

Within document

+CTRL + Move line up
+CTRL + Move line down
+CTRL + I Search selected text
+Esc Comment / uncomment text
+Tab Insert tab / indent selected text

+ +

Anywhere

+CTRL + Next tab
+CTRL + Previous tab
+CTRL + + New tab
+CTRL + - Close current tab
+CTRL + F Find
+CTRL + G Go to line
+CTRL + S Save
+CTRL + Shift + S Save as...
+CTRL + Enter View webpage
+CTRL + S + Enter Save & create sticky tab
+Esc Cancel tasks

+ +

Logo

+Left click Help
+Right click Settings
+ + + \ No newline at end of file