Page 5 of 5

Re: Pascal Emmet

Posted: 08 May 2020 08:11
by Alextp
thanks. about new option AlwaysReturnNnnnnn. if it is False, then Emmet.pas must/should return ${n} tabstops if final snippet has mixed tabstops ( | and ${n} ).

Re: Pascal Emmet

Posted: 09 May 2020 13:49
by Rickard Johansson
Uploaded a new version.

Version 1.16
* If the result string contain both cursor positions and tab stops - cursor positions
are replaced by tab stops.

Re: Pascal Emmet

Posted: 22 May 2020 13:12
by Rickard Johansson
Released a new version (1.17) that fixed a Lazarus (Free Pascal) string issue in ResolveTabStopsIndex().

Re: Pascal Emmet

Posted: 04 Jul 2020 12:53
by Rickard Johansson
Released v1.18

Fixed
* Single quotes in custom attributes should work now. E.g. td[title='Hello world!' colspan=3]

Re: Pascal Emmet

Posted: 08 Jul 2020 13:34
by Alextp
On Jul.02 I updated the emmethelper.pas
https://github.com/Alexey-T/Emmet-Pasca ... ster/emmet