You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/10/22 04:00:39 UTC

[1/3] git commit: [flex-utilities] [refs/heads/develop] - update read me so it clearer which swcs are required

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 52759fd93 -> 349460d1f


update read me so it clearer which swcs are required


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ca8ef5ce
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ca8ef5ce
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ca8ef5ce

Branch: refs/heads/develop
Commit: ca8ef5ced87f872a40e6a3190e10ba0a38b63371
Parents: 3ed1b4f
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Oct 22 12:59:50 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Oct 22 12:59:50 2014 +1100

----------------------------------------------------------------------
 Squiggly/README | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ca8ef5ce/Squiggly/README
----------------------------------------------------------------------
diff --git a/Squiggly/README b/Squiggly/README
index b2fa7b4..e9dc9f5 100644
--- a/Squiggly/README
+++ b/Squiggly/README
@@ -63,8 +63,10 @@ How to use the Squiggly SDK
 Please read the ASDocs (found in docs directory) first to understand the
 classes in Squiggly.
 
-If you are using the SpellChecker class directly, you need.
-- SpellingEngine.swc in [YourProject]/libs folder, you can find it from ./libs
+For Apache FLex projects if you are using the SpellChecker class directly, you need:
+- ApacheFlexSpellingEngine.swc in [YourProject]/libs folder
+- ApacheFlexSpellingFramwork.swc in [YourProject]/libs folder
+- ApacheFlexLinguisticUtils.swc in [YourProject]/libs folder
 - Dictionary files in [YourProject]/src folder
 
 You can obtain en_US, en_CA and en_GB dictionaries under a BSD/MIT-like license
@@ -85,16 +87,18 @@ But note that many of these dictionaries are under LPGL licenses.
 If you are using the simple UI integration feature (SpellUI class), in addition
 to what mentioned above, you also need:
 - SpellingConfig.xml in [YourProject]/src
-- SpellingUI.swc in [YourProject]/src
-- SpellingUIEx.swc (if you need spark support in Flex 4) in [YourProject]/libs 
+- ApacheFlexSpellingUI.swc (if you need mx spoort) in [YourProject]/libs
+- ApacheFlexSpellingUIEx.swc (if you need spark support) in [YourProject]/libs 
+
+Note that you can only support spelling in mx or spark components not both at once.
 
 You can download dictionaries and use those by editing SpellingConfig.xml.
 
 The default name of the config file has changed from AdobeSpellingConfig.xml to
 SpellingConfig.xml.
 
-Here's the content of SpellingConfig.xml, each entry maps the languageCode with
-the relative path for resource files. 
+Here's the typical content of SpellingConfig.xml, each entry maps the languageCode
+with the relative path for resource files. 
 
 <SpellingConfig>
   <LanguageResource language="English" languageCode="en_US"


[2/3] git commit: [flex-utilities] [refs/heads/develop] - fix spelling error

Posted by jm...@apache.org.
fix spelling error


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/bf3f4a66
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/bf3f4a66
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/bf3f4a66

Branch: refs/heads/develop
Commit: bf3f4a66554aa18015d32a740eb80a8594a868b4
Parents: ca8ef5c
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Oct 22 13:00:11 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Oct 22 13:00:11 2014 +1100

----------------------------------------------------------------------
 Squiggly/RELEASE_NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/bf3f4a66/Squiggly/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/Squiggly/RELEASE_NOTES b/Squiggly/RELEASE_NOTES
index e791171..195b2c5 100644
--- a/Squiggly/RELEASE_NOTES
+++ b/Squiggly/RELEASE_NOTES
@@ -6,7 +6,7 @@ Squiggly 1.1 has the following changes from Squiggly 1.0:
 - Mavenized version of Squiggly
 - Added installer ant file
 - Added en_US and en_GB dictionaries
-- Now works with both halo and saprk components
+- Now works with both halo and spark components
 
 ------------------------------------------------
 Apche Flex Squiggly 1.0


[3/3] git commit: [flex-utilities] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-utilities into develop

Posted by jm...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-utilities into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/349460d1
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/349460d1
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/349460d1

Branch: refs/heads/develop
Commit: 349460d1f8ac14f1d301b4c1f366f71854b9ec25
Parents: bf3f4a6 52759fd
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Oct 22 13:00:21 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Oct 22 13:00:21 2014 +1100

----------------------------------------------------------------------
 ant_on_air/src/org/apache/flex/ant/tags/Get.as | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------