diff --git a/Antedit/README.md b/Antedit/README.md index 78dd376..1722404 100644 --- a/Antedit/README.md +++ b/Antedit/README.md @@ -6,5 +6,6 @@ The editor functionality can be extended by its extension mechanism. Extension can be developed/released/isntalled by the editor itself. ### Change logs +- 0.1.9-a: Allow output text selection - 0.1.8-a: Allow to change language mode - 0.1.7-a: Add keyboard shortcut support to extension actions \ No newline at end of file diff --git a/Antedit/build/debug/README.md b/Antedit/build/debug/README.md index 78dd376..1722404 100644 --- a/Antedit/build/debug/README.md +++ b/Antedit/build/debug/README.md @@ -6,5 +6,6 @@ The editor functionality can be extended by its extension mechanism. Extension can be developed/released/isntalled by the editor itself. ### Change logs +- 0.1.9-a: Allow output text selection - 0.1.8-a: Allow to change language mode - 0.1.7-a: Add keyboard shortcut support to extension actions \ No newline at end of file diff --git a/Antedit/build/debug/main.css b/Antedit/build/debug/main.css index d2f8c33..460e3b3 100644 --- a/Antedit/build/debug/main.css +++ b/Antedit/build/debug/main.css @@ -137,6 +137,7 @@ afx-app-window[data-id = "cmd-win"] .afx-window-content{ afx-app-window[data-id = "antedit"] div[data-id="output-tab"] { overflow-y: auto; overflow-x: hidden; + user-select: text; } afx-app-window[data-id = "antedit"] div[data-id="output-tab"] pre { diff --git a/Antedit/build/debug/package.json b/Antedit/build/debug/package.json index 5e061a2..82f3e3c 100644 --- a/Antedit/build/debug/package.json +++ b/Antedit/build/debug/package.json @@ -7,7 +7,7 @@ "author": "Xuan Sang LE", "email": "mrsang@iohub.dev" }, - "version": "0.1.8-a", + "version": "0.1.9-a", "category": "Development", "iconclass": "bi bi-journal-code", "mimes": [ diff --git a/Antedit/build/release/Antedit.zip b/Antedit/build/release/Antedit.zip index a5f2c27..3e822f4 100644 Binary files a/Antedit/build/release/Antedit.zip and b/Antedit/build/release/Antedit.zip differ diff --git a/Antedit/css/main.css b/Antedit/css/main.css index d2f8c33..460e3b3 100644 --- a/Antedit/css/main.css +++ b/Antedit/css/main.css @@ -137,6 +137,7 @@ afx-app-window[data-id = "cmd-win"] .afx-window-content{ afx-app-window[data-id = "antedit"] div[data-id="output-tab"] { overflow-y: auto; overflow-x: hidden; + user-select: text; } afx-app-window[data-id = "antedit"] div[data-id="output-tab"] pre { diff --git a/Antedit/package.json b/Antedit/package.json index 5e061a2..82f3e3c 100644 --- a/Antedit/package.json +++ b/Antedit/package.json @@ -7,7 +7,7 @@ "author": "Xuan Sang LE", "email": "mrsang@iohub.dev" }, - "version": "0.1.8-a", + "version": "0.1.9-a", "category": "Development", "iconclass": "bi bi-journal-code", "mimes": [ diff --git a/packages.json b/packages.json index 789355a..acdce6a 100644 --- a/packages.json +++ b/packages.json @@ -45,7 +45,7 @@ "description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Antedit/README.md", "category": "Development", "author": "Xuan Sang LE", - "version": "0.1.8-a", + "version": "0.1.9-a", "dependencies": ["MonacoCore@0.23.0-r"], "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Antedit/build/release/Antedit.zip" },