Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/ace/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,14 @@ const commands = [
},
readOnly: true,
},
{
name: "acode:showWelcome",
description: "Show Welcome",
exec() {
acode.exec("welcome");
},
readOnly: true,
},
];

export function setCommands(editor) {
Expand Down
8 changes: 7 additions & 1 deletion src/handlers/quickTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,13 @@ function toggle() {

function setHeight(height = 1, save = true) {
const { $footer, $row1, $row2 } = quickTools;
const { editor } = editorManager;
const { editor, activeFile } = editorManager;

// If active file has hideQuickTools, force height to 0 and don't save
if (activeFile?.hideQuickTools) {
height = 0;
save = false;
}

setFooterHeight(height);
if (save) {
Expand Down
6 changes: 5 additions & 1 deletion src/lang/ar-ye.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/be-by.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/bn-bd.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/cs-cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Nalezené problémy",
"error details": "Podrobnosti o chybě",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/de-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Gefundene Probleme",
"error details": "Fehlerdetails",
"active tools": "Aktive Tools",
"available tools": "Verfügbare Tools"
"available tools": "Verfügbare Tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/es-sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/fr-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/he-il.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/hi-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/hu-hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Problémák találhatók",
"error details": "Hiba részletei",
"active tools": "Aktív eszközök",
"available tools": "Elérhető eszközök"
"available tools": "Elérhető eszközök",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/id-id.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/ir-fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/it-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/ja-jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/ko-kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/ml-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/mm-unicode.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/mm-zawgyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/pl-pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Problemas encontrados",
"error details": "Detalhes do erro",
"active tools": "Ferramentas ativas",
"available tools": "Ferramentas disponíveis"
"available tools": "Ferramentas disponíveis",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/pu-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/ru-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/tl-ph.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/tr-tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/uk-ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/uz-uz.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/vi-vn.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "出现问题",
"error details": "详细错误信息",
"active tools": "已启用工具",
"available tools": "可用的工具"
"available tools": "可用的工具",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/zh-hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "發現問題",
"error details": "詳細錯誤資訊",
"active tools": "已啟用工具",
"available tools": "可用的工具"
"available tools": "可用的工具",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
6 changes: 5 additions & 1 deletion src/lang/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@
"issues found": "Issues found",
"error details": "Error details",
"active tools": "Active tools",
"available tools": "Available tools"
"available tools": "Available tools",
"recent": "Recent Files",
"command palette": "Open Command Palette",
"change theme": "Change Theme",
"documentation": "Documentation"
}
Loading