Cudatext: HTML completions: most chars turn into tags

Created on 14 Jul 2021  路  10Comments  路  Source: Alexey-T/CudaText

Peek 13-07-2021 21-37

Peek 13-07-2021 21-37
Trying to press the TAB key after "1)"

Must have some way to expand only tags

bug

All 10 comments

Its valid complaint! will fix that soon. so that TAB only after __valid html tag__ must do that.

This is Emmet plugin work, it handles TAB key press in HTML.
Emmet supports complex things, and supports 'unknown tags' like "wwwww", "eeee6" etc.
ee

so I dont know what to do here: if I disable Emmet work after "6" I will disable it for OK abbreviation "li*6".

you can disable Emmet work on TAB by editing file
py/cuda_emmet/install.inf

by deleting

[item30]
section=events
events=on_key
keys=9
lexers=$lex

Made a workaround! in the Emmet plg. Must work much better; ignores non-tags.
beta updated!

It has really improved!
Only those characters that still unnecessarily expand, but it's already cool!

chars

chars1

beta updated. Fixed most of this (but not for Unicode chars like 'celsuis' or 'paragraph', only for ascii symbols).

Perfect my friend!

Emmet supports complex things, and supports 'unknown tags' like "wwwww", "eeee6" etc.

This information is incorrect now, sorry! Does this information need to be true?

Captura da Web_14-7-2021_114152_

I don't understand. if user needs to expands 'foo' he still may call menu item in Plugins. IMO it's enough?

I don't understand. if user needs to expands 'foo' he still may call menu item in Plugins. IMO it's enough?

it's true thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alexey-T picture Alexey-T  路  7Comments

JairoMartinezA picture JairoMartinezA  路  7Comments

JairoMartinezA picture JairoMartinezA  路  5Comments

GHNewbiee picture GHNewbiee  路  7Comments

jczanfona picture jczanfona  路  5Comments