Bugzilla – Attachment 159626 Details for
Bug 35498
SQL auto-complete should not prevent use of tab for spacing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35498: Allow tab to indent lines and trigger autocomplete
Bug-35498-Allow-tab-to-indent-lines-and-trigger-au.patch (text/plain), 1.59 KB, created by
Lucas Gass (lukeg)
on 2023-12-06 16:20:19 UTC
(
hide
)
Description:
Bug 35498: Allow tab to indent lines and trigger autocomplete
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-12-06 16:20:19 UTC
Size:
1.59 KB
patch
obsolete
>From 273736999b4bb3142e0112fd97c42204f2898c1b Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 6 Dec 2023 15:13:20 +0000 >Subject: [PATCH] Bug 35498: Allow tab to indent lines and trigger autocomplete > >This patch allows the tab key to indent lines as well as trigger autocomplete. > >Test plan: >1) Apply patch, navigate to reports and create a new SQL report >2) Click in the text editor and press tab, it should indent and then trigger the autocomplete options >3) Type something to select from the autocomplete box and press tab - it should autocomplete that option >4) Type any word and then press space. Now press tab and it should indent again > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 07f18eb2a98..74d9315a4ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1586,7 +1586,6 @@ > "\\[\\[(.*?)\\]\\]":"style1", > "<<(.*?)>>":"style1" > }, >- extraKeys: {"Tab": "autocomplete"}, //enable tab to accept auto-complete > hint: CodeMirror.hint.sql, > hintOptions: { > tables: [% To.json(tables) | $raw %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35498
:
159622
|
159623
|
159625
| 159626