seoz pushed a commit to branch master.

commit a3165bff15303e2e1ab0c969bf30577e2a0d031c
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Aug 2 13:27:37 2013 +0900

    edje: added BLOCK_HANDLE description and vim syntax.
---
 data/edje/edc.vim               | 5 +++--
 src/bin/edje/edje_cc_handlers.c | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/data/edje/edc.vim b/data/edje/edc.vim
index 754cd17..75eca6b 100644
--- a/data/edje/edc.vim
+++ b/data/edje/edc.vim
@@ -66,10 +66,11 @@ syn keyword cConstant       STATE_SET ACTION_STOP 
SIGNAL_EMIT
 syn keyword    cConstant       SCRIPT LUA_SCRIPT
 syn keyword    cConstant       DRAG_VAL_SET DRAG_VAL_STEP DRAG_VAL_PAGE
 syn keyword    cConstant       LINEAR SINUSOIDAL ACCELERATE DECELERATE SPRING
-syn keyword    cConstant       VERTICAL HORIZONTAL ON_HOLD BOTH EDITABLE 
EXPLICIT
+syn keyword    cConstant       VERTICAL HORIZONTAL ON_HOLD BOTH EDITABLE
+syn keyword    cConstatn       DEFAULT EXPLICIT BLOCK_HANDLE
 syn keyword    cConstant       CURRENT
 syn keyword    cConstant       FOCUS_SET "default" NEITHER
-syn keyword    cConstant       DYNAMIC STATIC PASSWORD DEFAULT
+syn keyword    cConstant       DYNAMIC STATIC PASSWORD
 
 syn keyword    cConstant       RIGID_BOX RIGID_SPHERE SOFT_BOX SOFT_SPHERE
 syn keyword    cConstant       RIGID_CYLINDER SOFT_CYLINDER
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 0c1905c..2953335 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -4141,6 +4141,8 @@ st_collections_group_parts_part_entry_mode(void)
         @li EXPLICIT mode requires the application
         controlling the edje object has to explicitly begin and end selection
         modes, and the selection itself is dragable at both ends.
+        @li BLOCK_HANDLE is based on EXPLICIT mode and adds selection handlers
+        on both sides.
     @endproperty
 */
 static void

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to