Search found 45 matches

by Alextp
30 Apr 2020 15:16
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

thanks. can we have option
cMultiplicationMax = 1000;
in the options "record", not as "const", please?

Edit. you already did it.
by Alextp
23 Mar 2020 18:06
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

I have problem with UNSUPPORTED tags. for ex, "bs4bp". my editor allows expanding of this snippet via its own plugin, and editor calls Emmet too. if "my plugin" is not installed, editor calls Emmet, Emmet gives something for "bs4bp" - 2 tags. not good. users don't need ...
by Alextp
10 Feb 2020 23:23
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

by Alextp
29 Jan 2020 10:24
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Code: Select all

    i := Pos('id=',s);
    
    i := Pos('class=',s);
I don't think it will work with uppercased tags, no?
by Alextp
29 Jan 2020 10:22
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Please move
cMultiplicationMax = 1000;
into options record, as field, so user can change it to e.g. 1500 when need to generate very long result.
by Alextp
08 Jan 2020 10:23
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Users need to get Lorem text even w/o any HTML, for ex in Markdown files, how to do it? @lorem don't work- it gives 2 tags.
by Alextp
06 Jan 2020 22:35
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Better name for IndentChilds -> IndentNestedTags.
by Alextp
06 Jan 2020 22:07
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

WordWrap=on and WrapAt=60 gives such result for p{@lorem} <p>Lorem Ipsum eruditi; Accumsan tristique scripserit sensibus. Potenti utamur? Iriure dicat kasd tollit omittantur adolescens ius consetetur platonem necessitatibu dico vix natoque? Voluptatum erant petentium constituam appetere justo sensib...
by Alextp
04 Jan 2020 09:24
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

ProcessTagMultiplication loops forever for "p*100000", so add there
"if Application.Terminated then exit" in the loop.
by Alextp
04 Jan 2020 00:25
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

p{@lorem} doesn't consider option WordWrap from Options param, I always get nonwrapped lorem text, and I pass WordWrapAt=60. <p>Lorem Ipsum posse alienum eos harum nobis, eloquentiamintellegebat assentior euis nullam melius? Putantsigniferumque agam mnesarchum vocent choro suscipianturaliquando agam...
by Alextp
04 Jan 2020 00:16
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Code: Select all

CommentTags: Boolean;         // Comment important tags (containing class or id attributes).
I don't see where this opt is used.
by Alextp
10 Jun 2019 19:00
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Options: no hurry.

Can I publish your Emmet doc as this short html file?
Downloads.zip
(5.5 KiB) Downloaded 675 times
by Alextp
10 Jun 2019 12:50
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Can you add, please, some sort of profiles? See here at the end http://www.uvviewsoft.com/synwrite/files/help/SynWrite/helperzencoding.html syntax html - default profile is 'html', user can choose any profile. syntax xml/xsl/svg - default profile is 'xml', user can choose another. css syntaxes - pro...
by Alextp
07 Jun 2019 11:07
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

Good. Just updated readme.md with more text and formatted.
by Alextp
05 Jun 2019 11:56
Forum: Published Code
Topic: Pascal Emmet
Replies: 64
Views: 272324

Re: Pascal Emmet

+ constructor Create(const ADataPath: string; const ASnippetsFile: string = ''; + const ALoremFile: string = ''); overload; this renders properties FilenameMMMMM as useless. Pls remove them? Its enough to pass the params on Create. and ADataPath is useless - why to have it if we have full names in A...