You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/12/03 03:39:50 UTC

[royale-asjs] branch develop updated (73cdcdc -> a8a1ce9)

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 73cdcdc  these didn't seem needed and were allowing .% and '.  Should fix #603
     new fcb3f71  TextConverter changed to handle initialization on create because royale does not support naked static initialization.
     new 51a5e49  .
     new 21635ac  .
     new a8a1ce9  Merge pull request #597 from nihavend/develop

The 9687 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   1 +
 .../src/main/royale/mx/utils/BitFlagUtil.as        |  81 ++++++
 .../royale/spark/components/RichEditableText.as    |  20 +-
 .../src/main/royale/spark/components/TextArea.as   |  35 +--
 .../components/supportClasses/SkinnableTextBase.as |  39 +--
 .../src/main/royale/spark/core/IEditableText.as    | 295 +++++++++++++++++++++
 .../royale/textLayout/conversion/TextConverter.as  |  53 ++--
 7 files changed, 466 insertions(+), 58 deletions(-)
 create mode 100644 frameworks/projects/MXRoyale/src/main/royale/mx/utils/BitFlagUtil.as
 create mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/core/IEditableText.as