Tags: Coool/Acode
Tags
fix. path overlap issue in html viewer (Acode-Foundation#1318)
feat: add support for compound file paths like `.blade.php` (Acode-Fo… …undation#1308)
Fixed select box issue and improved multiple aspects of it (Acode-Fou… …ndation#1296) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
File Menu & QuickTools Visibility for editor tabs (Acode-Foundation#1292 ) ## Changes This PR implements visibility management for the file menu icon and adds QuickTools visibility control per tab. ### File Menu Icon (Pencil Icon) - Hides the file menu icon from header when active editor tab type is "page", otherwise show it ### QuickTools - Adds `hideQuickTools` boolean property to EditorFile (defaults to false) - Allows per-tab control of QuickTools visibility ## Usage ```javascript // Create a new tab with QuickTools hidden new EditorFile("My Tab", { hideQuickTools: true }); ```
Improve Indonesian Translation (Acode-Foundation#1268) * Improve Indonesian Translation Improve Indonesian Translation, not 100% accurate * Improve Indonesian Translation Improve Indonesian Translation, not 100% accurate. * Improve Indonesian Translation Improve Indonesian Translation, not 100% accurate.
Merge pull request Acode-Foundation#1204 from bajrangCoder/main bump update: v1.11.0
PreviousNext