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 6f55502b..76433595 100644
--- a/tinyfilemanager.php
+++ b/tinyfilemanager.php
@@ -156,6 +156,7 @@
'css-font-awesome' => '',
'css-highlightjs' => '',
'js-ace' => '',
+ 'js-aceext-language_tools' => '',
'js-bootstrap' => '',
'js-dropzone' => '',
'js-jquery' => '',
@@ -4163,10 +4164,18 @@ function confirmDailog(e, id = 0, title = "Action", content = "", action = null)
$ext = $ext == "js" ? "javascript" : $ext;
?>
+