From d71fc176bbee034d1fdb8e0207f27e4c0819d1eb Mon Sep 17 00:00:00 2001 From: good2see <71662079+good2see@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:56:31 +0300 Subject: [PATCH] Update tinyfilemanager.php enabled ace editor live autocomplete feature --- tinyfilemanager.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 6f55502..7643359 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -156,6 +156,7 @@ $external = array( 'css-font-awesome' => '', 'css-highlightjs' => '', 'js-ace' => '', + 'js-aceext-language_tools' => '', 'js-bootstrap' => '', 'js-dropzone' => '', 'js-jquery' => '', @@ -4163,10 +4164,18 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal'; $ext = $ext == "js" ? "javascript" : $ext; ?> +