You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: assets/js/icecoder.js
+26-11Lines changed: 26 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5033,12 +5033,15 @@ var ICEcoder = {
5033
5033
},
5034
5034
5035
5035
viewTutorial: function(step,delay){
5036
-
varwinW,winH;
5036
+
letwinW,winH,cM,cMDiff;
5037
5037
5038
5038
winW=window.innerWidth;
5039
5039
winH=window.innerHeight;
5040
5040
5041
-
varsteps={
5041
+
cM=this.getcMInstance();
5042
+
cMDiff=this.getcMdiffInstance();
5043
+
5044
+
letsteps={
5042
5045
0: {
5043
5046
"width": 250,
5044
5047
"height": 55,
@@ -5059,26 +5062,26 @@ var ICEcoder = {
5059
5062
},
5060
5063
2: {
5061
5064
"width": 250,
5062
-
"height": winH-85,
5065
+
"height": winH-73,
5063
5066
"top": 50,
5064
5067
"left": 0,
5065
5068
"title": "File manager",
5066
5069
"message": "This is the file manager. Click a dir to open/close, double click a file to open it and right click on dirs/files to get relevant options. You can drag and drop too.",
5067
5070
"button": "next >"
5068
5071
},
5069
5072
3: {
5070
-
"width": 45,
5071
-
"height": 85,
5073
+
"width": 43,
5074
+
"height": 102,
5072
5075
"top": 50,
5073
-
"left": 205,
5076
+
"left": 195,
5074
5077
"title": "File manager options and plugins",
5075
5078
"message": "Here you can unlock/lock the file manager to collapse/expand it, refresh the file manager plus view and install plugins. (Also, move your mouse to left edge of file manager for quick access to the plugins).",
5076
5079
"button": "next >"
5077
5080
},
5078
5081
4: {
5079
5082
"width": 250,
5080
5083
"height": 35,
5081
-
"top": winH-35,
5084
+
"top": winH-30,
5082
5085
"left": 0,
5083
5086
"title": "Extra tools",
5084
5087
"message": "Get access to the terminal, output, database and Git interfaces here, displayed as an overlay to get the largest display, click option again to slide overlay out.",
@@ -5117,7 +5120,7 @@ var ICEcoder = {
5117
5120
"top": 70,
5118
5121
"left": 250,
5119
5122
"title": "System info",
5120
-
"message": "This is general info about your server, paths, browser and more. Worth noting to ensure settings seem correct.",
5123
+
"message": "This is general info about your server, paths, browser and more. Worth noting to ensure settings seem correct. Viewable when no tabs showing.",
0 commit comments