hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=f931b5e06f677fbd6d3b8e82a6ffb1ec10354eaf

commit f931b5e06f677fbd6d3b8e82a6ffb1ec10354eaf
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Tue Jun 16 13:27:29 2015 +0900

    autocomp.src: fix mistakes and add dependencies.
    
    Summary:
    Add suport blocks images and color_classes inside
    collections block.
    Fix position cursor for rel1 { to: ""; }.
    Add RAW as default type for sound samples.
    
    Reviewers: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D2706
---
 data/autocomp/autocomp.src | 159 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 156 insertions(+), 3 deletions(-)

diff --git a/data/autocomp/autocomp.src b/data/autocomp/autocomp.src
index 5c7d782..0a7beec 100644
--- a/data/autocomp/autocomp.src
+++ b/data/autocomp/autocomp.src
@@ -305,7 +305,88 @@ group "lexem" struct {
                      group "nodes" list {
                         group "lexem" struct {
                            group "nodes" list {
-                            }
+                           }
+                           group "txt" var_array {
+                               count 1
+                               value "string" string: "name: \"\";";
+                           }
+                           value "cursor_offset" int: 2;
+                           value "line_back" int: 0;
+                           value "name" string: "name";
+                        }
+                        group "lexem" struct {
+                           group "nodes" list {
+                           }
+                           group "txt" var_array {
+                               count 1
+                               value "string" string: "color: ;";
+                           }
+                           value "cursor_offset" int: 1;
+                           value "line_back" int: 0;
+                           value "name" string: "color";
+                        }
+                        group "lexem" struct {
+                           group "nodes" list {
+                           }
+                           group "txt" var_array {
+                               count 1
+                               value "string" string: "color2: ;";
+                           }
+                           value "cursor_offset" int: 1;
+                           value "line_back" int: 0;
+                           value "name" string: "color2";
+                        }
+                        group "lexem" struct {
+                           group "nodes" list {
+                           }
+                           group "txt" var_array {
+                               count 1
+                               value "string" string: "color3: ;";
+                           }
+                           value "cursor_offset" int: 1;
+                           value "line_back" int: 0;
+                           value "name" string: "color3";
+                        }
+                     }
+                     group "txt" var_array {
+                         count 3;
+                         value "string" string: "color_class {<br/>";
+                         value "string" string: "   <br/>";
+                         value "string" string: "}";
+                     }
+                     value "cursor_offset" int: 2;
+                     value "line_back" int: 1;
+                     value "name" string: "color_class";
+                 }
+               }
+               group "txt" var_array {
+                   count 3;
+                   value "string" string: "color_classes {<br/>";
+                   value "string" string: "   <br/>";
+                   value "string" string: "}";
+               }
+               value "cursor_offset" int: 2;
+               value "line_back" int: 1;
+               value "name" string: "color_classes";
+            }
+            group "lexem" struct {
+               group "nodes" list {
+                  group "lexem" struct {
+                     group "nodes" list {
+                     }
+                     group "txt" var_array {
+                         count 1;
+                         value "string" string: "image: \"\" COMP;";
+                     }
+                     value "cursor_offset" int: 7
+                     value "line_back" int: 0;
+                     value "name" string: "image";
+                  }
+                  group "lexem" struct {
+                     group "nodes" list {
+                        group "lexem" struct {
+                           group "nodes" list {
+                           }
                            group "txt" var_array {
                                count 1;
                                value "string" string: "name: \"\";";
@@ -313,6 +394,78 @@ group "lexem" struct {
                            value "cursor_offset" int: 2;
                            value "line_back" int: 0;
                            value "name" string: "name";
+                         }
+                        group "lexem" struct {
+                           group "nodes" list {
+                              group "lexem" struct {
+                                 group "nodes" list {
+                                 }
+                                 group "txt" var_array {
+                                     count 1;
+                                     value "string" string: "image: \"\" 
COMP;";
+                                 }
+                                 value "cursor_offset" int: 7;
+                                 value "line_back" int: 0;
+                                 value "name" string: "image";
+                              }
+                              group "lexem" struct {
+                                 group "nodes" list {
+                                 }
+                                 group "txt" var_array {
+                                     count 1;
+                                     value "string" string: "size: ;";
+                                 }
+                                 value "cursor_offset" int: 1;
+                                 value "line_back" int: 0;
+                                 value "name" string: "size";
+                              }
+                           }
+                           group "txt" var_array {
+                               count 3;
+                               value "string" string: "image {<br/>";
+                               value "string" string: "   <br/>";
+                               value "string" string: "}";
+                           }
+                           value "cursor_offset" int: 2
+                           value "line_back" int: 1;
+                           value "name" string: "image";
+                       }
+                     }
+                     group "txt" var_array {
+                         count 3;
+                         value "string" string: "set {<br/>";
+                         value "string" string: "   <br/>";
+                         value "string" string: "}";
+                     }
+                     value "cursor_offset" int: 2
+                     value "line_back" int: 1
+                     value "name" string: "set";
+                  }
+               }
+               group "txt" var_array {
+                   count 3;
+                   value "string" string: "images {<br/>";
+                   value "string" string: "   <br/>";
+                   value "string" string: "}";
+               }
+               value "cursor_offset" int: 2;
+               value "line_back" int: 1;
+               value "name" string: "images";
+            }
+            group "lexem" struct {
+               group "nodes" list {
+                  group "lexem" struct {
+                     group "nodes" list {
+                        group "lexem" struct {
+                           group "nodes" list {
+                            }
+                           group "txt" var_array {
+                               count 1;
+                               value "string" string: "name: \"\" RAW;";
+                           }
+                           value "cursor_offset" int: 6;
+                           value "line_back" int: 0;
+                           value "name" string: "name";
                         }
                         group "lexem" struct {
                            group "nodes" list {
@@ -1784,7 +1937,7 @@ group "lexem" struct {
                                              }
                                              group "txt" var_array {
                                                  count 1;
-                                                 value "string" string: 
"style:\"\";";
+                                                 value "string" string: 
"style: \"\";";
                                              }
                                              value "cursor_offset" int: 2;
                                              value "line_back" int: 0;
@@ -2080,7 +2233,7 @@ group "lexem" struct {
                                                  count 1;
                                                  value "string" string: "to: 
\"\";";
                                              }
-                                             value "cursor_offset" int: 1;
+                                             value "cursor_offset" int: 2;
                                              value "line_back" int: 0;
                                              value "name" string: "to"
                                           }

-- 


Reply via email to