davemds pushed a commit to branch master.

http://git.enlightenment.org/editors/geany-configs.git/commit/?id=e2cb31ce1010aa3ed7cbc193a6b98dd69cbd93d6

commit e2cb31ce1010aa3ed7cbc193a6b98dd69cbd93d6
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat May 9 14:29:47 2015 +0200

    Small improvements for the geany edc mode
---
 filedefs/filetypes.Edje.conf | 4 ++--
 snippets.conf                | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/filedefs/filetypes.Edje.conf b/filedefs/filetypes.Edje.conf
index d0dc742..88d0f5c 100644
--- a/filedefs/filetypes.Edje.conf
+++ b/filedefs/filetypes.Edje.conf
@@ -18,11 +18,11 @@
 [keywords]
 # primary will draw in BLU (with default colors) and have precedence on 
secondary
 # used for edc properties, like "name:" or "state:"
-primary=item file font tag image base_scale tone inherit_only broadcast_signal 
target_groups script_only script_recursion base external name type state min 
max normal color color2 color3 clip_to signal source action transition target 
scale align relative offset inherit to border aspect aspect_preference align 
effect size mouse_events repeat_events ellipsis fixed layout padding visible 
to_x to_y middle smooth x y confine alias color_class border_scale_by 
border_scale after entry_mode sele [...]
+primary=item file font tag image base_scale tone inherit_only broadcast_signal 
target_groups script_only script_recursion base external name type state min 
max normal color color2 color3 clip_to signal source action transition target 
targets scale align relative offset inherit to border aspect aspect_preference 
align effect size mouse_events repeat_events ellipsis fixed layout padding 
visible to_x to_y middle smooth x y confine alias color_class border_scale_by 
border_scale after entry_m [...]
 
 # secondary will draw in RED (with default colors)
 # used for edc blocks, like "parts{}" or "part{}"
-secondary=data images set fonts styles style sounds sample vibrations 
externals collections group script parts part description programs program rel1 
rel2 box text fill dragable limits items table physics movement_freedom faces 
face map rotation params link world
+secondary=RECT TEXT IMAGE SWALLOW TEXTBLOCK GROUP BOX TABLE EXTERNAL PROXY 
SPACER data images set fonts styles style sounds sample vibrations externals 
collections group script parts part description programs program rel1 rel2 box 
text fill dragable limits items table physics movement_freedom faces face map 
rotation params link world sequence
 
 
 [lexer_properties]
diff --git a/snippets.conf b/snippets.conf
index f85689a..aa02108 100644
--- a/snippets.conf
+++ b/snippets.conf
@@ -26,9 +26,9 @@ text=text {\n\ttext: "";\n\tfont: "%cursor%";\n\tsize: 
12;\n\ttext_class: "";\n\
 script=script {\n\t%cursor%\n}
 
 # parts
-part=part { name: "%cursor%";\n\ttype: RECT;\n\tdescription { state: "default" 
0.0;\n\t\t\n\t}\n}
-RECT=part { name: "%cursor%";\n\ttype: RECT;\n\tdescription { state: "default" 
0.0;\n\t}\n}
-IMAGE=part { name: "%cursor%";\n\tdescription { state: "default" 
0.0;\n\t\timage {\n\t\t\tnormal: "";\n\t\t\tborder: left right top 
bottom;\n\t\t}\n\t}\n}
+part=part { name: "%cursor%"; type: RECT;\n\tdescription { state: "default" 
0.0;\n\t\t\n\t}\n}
+RECT=part { name: "%cursor%"; type: RECT;\n\tdescription { state: "default" 
0.0;\n\t}\n}
+IMAGE=part { name: "%cursor%"; type: IMAGE;\n\tdescription { state: "default" 
0.0;\n\t\timage {\n\t\t\tnormal: "";\n\t\t\tborder: left right top 
bottom;\n\t\t}\n\t}\n}
 
 # colors
 color_class=color_class {\n\tname: "%cursor%";\n\tcolor: 200 200 200 
255;\n\tcolor2: 200 200 200 255;\n\tcolor3: 200 200 200 255; \n}
@@ -94,7 +94,7 @@ physics_body=%cursor%RIGID_BOX;
 insert_before=insert_before: "%cursor%";
 insert_after=insert_after: "%cursor%";
 mouse_events=mouse_events: 0;\n
-repeat_events=repeat_events: 0;\n
+repeat_events=repeat_events: 1;\n
 scale=scale: 1;\n
 ignore_flags=ignore_flags: ON_HOLD;\n
 pointer_mode=pointer_mode: NOGRAB;\n

-- 


Reply via email to