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

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


    from 0f04cf19c8 Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
     new 463cb05bae Adding an initial Simple Text Highlighter component 
(JS-only functionality, compiles-only for SWF)
     new df82c92177 Adding an extra mx-level implementation similar to 
org.apache.royale.html.SimpleTextHighlighter

The 2 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:
 .../Basic/src/main/resources/basic-manifest.xml    |   2 +
 .../projects/Basic/src/main/resources/defaults.css |  19 +
 .../projects/Basic/src/main/royale/BasicClasses.as |   2 +
 .../apache/royale/html/SimpleTextHighlighter.as    | 557 ++++++++++++++++++++
 .../html/supportClasses/HighlightTextSpan.as       | 256 +++++++++
 .../src/main/resources/mx-royale-manifest.xml      |   2 +
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   3 +
 .../royale/mx/controls/SimpleTextHighlighter.as    | 578 +++++++++++++++++++++
 8 files changed, 1419 insertions(+)
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/SimpleTextHighlighter.as
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/HighlightTextSpan.as
 create mode 100644 
frameworks/projects/MXRoyale/src/main/royale/mx/controls/SimpleTextHighlighter.as

Reply via email to