Martin
Martin
Does ATSynEdit draw the composition (while it is happening) itself? I think, that is (but have to check) handling GCS_COMPSTR. If an app does not do that, Windows does paint...
Couple of notes. I tested a lot of apps (notepad++, LibreOffice, Chrome) they all have the issue that the position does not update for the smiley IME. (and sometimes the...
Thanks for the feedback, and yes it also happens in s.fn(). Prefixing with the table name would work. Except I am generating the attributes from other data, so I need...
just to give some examples current regexp: var _REGEX_STRING_OPEN = '([^]*?)|)*)([-_]?)%>'; var _REGEX_STRING_LITERAL = '(?:' + '(?:(?:()))' + '(?:' + '((?:(?!)[^])*?)' + '(?:(%>)|(?:(-%>)(?:\r\n|\r|\n)?)|(?:(_%>)[ \t]*(?:\r\n|\r|\n)?))' + ')?' + ')' + '|(?:(?:_%>[...
I added the following changes: * `` * are now stand alone. * `` does no longer make a literal out of the `%>` * unmatched closing tags generate an...
Added a small speed improvement to https://github.com/User4martin/ejs/tree/refactor-generate-source-full-tokens (I can put in on a separate branch / pull-request if desired) We have a regex scanning for the open (or close) tag....
Branch is fine with me. We can also leave it in my fork, until ready. I would like some feedback though on https://github.com/User4martin/ejs/tree/refactor-generate-source-full-tokens (including https://github.com/User4martin/ejs/tree/refactor-generate-source ) Just the concept. For...
Thanks for the feedback. I am currently away from home. I will look into details when I am back. The regex are currently not public. This was merely an idea,...