HuasoFoundries/phpPgAdmin6

Query formatting is missing

Kvark1205 opened this issue · 3 comments

After updating to RC4/5 there is query formatting missing. Query shows as simple text like simple html input tag: no lines, tabulation ain't working and syntax without highlight.

it's seems it's some kind of race condition, CodeMirror tries to create its container but something's missing. I tried several times until it happened. Let's see if I can fix it

Ok, so now I'm using another approach on which CodeMirror starts without enhancements nor plugins, but instead loads them dinamically when it has finished bootstrapping. Please try and let me know.

Lines and tabulation are working now as before, but there is still highlight syntax missing. Anyway that's much better than was. Ty!