[entry] fix indentation - should do more
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 24 Nov 2011 02:39:28 +0000 (11:39 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 24 Nov 2011 02:42:25 +0000 (11:42 +0900)
Change-Id: Id76fd25327ecd10e9b9bbd75588b403fbb85e13c

themes/groups/entry.edc

index b3e04ca..c0c03c3 100644 (file)
 #define ENTRY_BLOCK_HANDLE_SOURCE2 "elm/entry/selection/block_handle_right"
 #define ENTRY_BLOCK_HANDLE_SOURCE3 "elm/entry/selection/block_handle_left"
 
-   group { name: "elm/entry/base/default";
-      alias: "elm/entry/base-mixedwrap/default";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      styles
-       {
-          style { name: "entry_textblock_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" left_margin=1 right_margin=2 wrap=mixed text_class_entry";
-             tag:  "br" "\n";
-             tag:  "ps" "ps";
-             tag:  "tab" "\t";
-             tag:  "em" "+ font=SLP:style=Oblique";
-             tag:  "b" "+ font=SLP:style=Bold";
-             tag:  "link" "+ color=#800 underline=on underline_color=#8008";
-             tag:  "hilight" "+ font=SLP:style=Bold";
-             tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-             tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-          }
-          style { name: "entry_textblock_disabled_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 left_margin=1 right_margin=2 wrap=mixed text_class=entry";
-             tag:  "br" "\n";
-             tag:  "ps" "ps";
-             tag:  "tab" "\t";
-             tag:  "em" "+ font=SLP:style=Oblique";
-             tag:  "b" "+ font=SLP:style=Bold";
-             tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-             tag:  "hilight" "+ font=SLP:style=Bold";
-             tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-             tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-          }
-       }
-      data {
-         item: context_menu_orientation "horizontal";
+group { name: "elm/entry/base/default";
+   alias: "elm/entry/base-mixedwrap/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   styles {
+      style { name: "entry_textblock_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" left_margin=1 right_margin=2 wrap=mixed text_class=entry";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#800 underline=on underline_color=#8008";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-               }
+      style { name: "entry_textblock_disabled_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 left_margin=1 right_margin=2 wrap=mixed text_class=entry";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: EDITABLE;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 1;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source4: "elm/entry/cursor/default"; // cursorover
-           source5: "elm/entry/anchor/default"; // anchor under
-//         source6: "X"; // anchor over
-           description { state: "default" 0.0;
-                         fixed: 1 0;
-              text {
-                 style: "entry_textblock_style";
-                 min: 0 1;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_textblock_disabled_style";
-                 min: 0 1;
-              }
-           }
-        }
+   }
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-      programs {
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         //source6: "X"; // anchor over
+         description { state: "default" 0.0;
+            fixed: 1 0;
+            text {
+               style: "entry_textblock_style";
+               min: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_textblock_disabled_style";
+               min: 0 1;
+            }
+         }
+      }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+      }
+   }
+}
+
+group { name: "elm/entry/base-charwrap/default";
+   alias: "elm/entry/base/char_wrap";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   styles {
+      style { name: "entry_textblock_char_wrap_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#800 underline=on underline_color=#8008";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
+      }
+      style { name: "entry_textblock_char_wrap_disabled_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
+      }
+   }
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
+      }
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         //source6: "X"; // anchor over
+         description { state: "default" 0.0;
+            fixed: 1 0;
+            text {
+               style: "entry_textblock_char_wrap_style";
+               min: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_textblock_char_wrap_disabled_style";
+               min: 0 1;
+            }
+         }
+      }
+   }
+   programs {
         program { name: "focus";
             signal: "load";
            source: "";
       }
    }
 
-   group { name: "elm/entry/base-charwrap/default";
-      alias: "elm/entry/base/char_wrap";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      styles
-       {
-          style { name: "entry_textblock_char_wrap_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2";
-             tag:  "br" "\n";
-             tag:  "ps" "ps";
-             tag:  "tab" "\t";
-             tag:  "em" "+ font=SLP:style=Oblique";
-             tag:  "b" "+ font=SLP:style=Bold";
-             tag:  "link" "+ color=#800 underline=on underline_color=#8008";
-             tag:  "hilight" "+ font=SLP:style=Bold";
-             tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-             tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-          }
-          style { name: "entry_textblock_char_wrap_disabled_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2";
-             tag:  "br" "\n";
-             tag:  "ps" "ps";
-             tag:  "tab" "\t";
-             tag:  "em" "+ font=SLP:style=Oblique";
-             tag:  "b" "+ font=SLP:style=Bold";
-             tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-             tag:  "hilight" "+ font=SLP:style=Bold";
-             tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-             tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-          }
-       }
-      data {
-         item: context_menu_orientation "horizontal";
-      }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-               }
-      }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: EDITABLE;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 1;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source4: "elm/entry/cursor/default"; // cursorover
-           source5: "elm/entry/anchor/default"; // anchor under
-//         source6: "X"; // anchor over
-           description { state: "default" 0.0;
-                         fixed: 1 0;
-              text {
-                 style: "entry_textblock_char_wrap_style";
-                 min: 0 1;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_textblock_char_wrap_disabled_style";
-                 min: 0 1;
-              }
-           }
-        }
-      }
-      programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
+group { name: "elm/entry/base-nowrap/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
    }
-
-   group { name: "elm/entry/base-nowrap/default";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      data {
-         item: context_menu_orientation "horizontal";
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            text {
+               style: "entry_textblock_style";
+               min: 1 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_textblock_disabled_style";
+               min: 0 1;
+            }
+         }
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-           }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
       }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: EDITABLE;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 1;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source4: "elm/entry/cursor/default"; // cursorover
-           source5: "elm/entry/anchor/default"; // anchor under
-           description { state: "default" 0.0;
-              text {
-                 style: "entry_textblock_style";
-                 min: 1 1;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_textblock_disabled_style";
-                 min: 0 1;
-              }
-           }
-        }
-/*
-        part { name: "sel";
-           type: RECT;
-            mouse_events: 0;
-           description { state: "default" 0.0;
-               align: 1.0 1.0;
-               max: 16 16;
-               aspect: 1.0 1.0;
-               color: 255 0 0 0;
-           }
-           description { state: "visible" 0.0;
-               inherit: "default" 0.0;
-               color: 255 0 0 50;
-            }
-        }
- */
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
       }
-      programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
-/*
-        program { name: "selmode0";
-            signal: "elm,state,select,on";
-           source: "elm";
-           action: STATE_SET "visible" 0.0;
-           target: "sel";
-        }
-        program { name: "selmode1";
-            signal: "elm,state,select,off";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "sel";
-        }
- */
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
       }
    }
+}
 
-       group { name: "elm/entry/base/editfield";
-        alias: "elm/entry/base-mixedwrap/editfield";
-               alias: "elm/entry/base/editfield/default";
-               alias: "elm/entry/base/editfield/lighting";
-               alias: "elm/entry/base/editfield/multiline";
-               alias: "elm/entry/base/editfield/multiline/default";
-               alias: "elm/entry/base/editfield/multiline/lighting";
-               alias: "elm/entry/base/editfield/searchbar/default";
-
-               data.item: "default_font_size" "24";
-               data.item: "min_font_size" "8";
-               data.item: "max_font_size" "60";
-
-               styles
-               {
-                       style { name: "editfield_textblock_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=mixed left_margin=1 right_margin=2";
-                               tag:  "br" "\n";
-                               tag:  "ps" "ps";
-                               tag:  "tab" "\t";
-                               tag:  "em" "+ font=SLP:style=Oblique";
-                               tag:  "b" "+ font=SLP:style=Bold";
-                               tag:  "link" "+ color=#800 underline=on underline_color=#8008";
-                               tag:  "hilight" "+ font=SLP:style=Bold";
-                               tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-                               tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-                       }
-                       style { name: "editfield_textblock_disabled_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed left_margin=1 right_margin=2";
-                               tag:  "br" "\n";
-                               tag:  "ps" "ps";
-                               tag:  "tab" "\t";
-                               tag:  "em" "+ font=SLP:style=Oblique";
-                               tag:  "b" "+ font=SLP:style=Bold";
-                               tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-                               tag:  "hilight" "+ font=SLP:style=Bold";
-                               tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-                               tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-                       }
-               }
-      data {
-         item: context_menu_orientation "horizontal";
-      }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-               }
+group { name: "elm/entry/base/editfield";
+   alias: "elm/entry/base-mixedwrap/editfield";
+   alias: "elm/entry/base/editfield/default";
+   alias: "elm/entry/base/editfield/lighting";
+   alias: "elm/entry/base/editfield/multiline";
+   alias: "elm/entry/base/editfield/multiline/default";
+   alias: "elm/entry/base/editfield/multiline/lighting";
+   alias: "elm/entry/base/editfield/searchbar/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   styles {
+      style { name: "editfield_textblock_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=mixed left_margin=1 right_margin=2";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#800 underline=on underline_color=#8008";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-               parts {
-                       part { name: "elm.text";
-                               type: TEXTBLOCK;
-                               mouse_events: 1;
-                               scale: 1;
-                               entry_mode: EDITABLE;
-                               select_mode: BLOCK_HANDLE;
-                               //cursor_mode: BEFORE;
-                               multiline: 1;
-                               source: "elm/entry/selection/default"; // selection under
-                               source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-                               source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-                               source4: "elm/entry/cursor/default"; // cursorover
-                               source5: "elm/entry/anchor/default"; // anchor under
-                               //source6: "X"; // anchor over
-                               description { state: "default" 0.0;
-                                       fixed: 1 0;
-                                       text {
-                                               style: "editfield_textblock_style";
-                                               min: 0 1;
-                                       }
-                               }
-                               description { state: "disabled" 0.0;
-                                       inherit: "default" 0.0;
-                                       text {
-                                               style: "editfield_textblock_disabled_style";
-                                               min: 0 1;
-                                       }
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focus";
-                               signal: "load";
-                               source: "";
-                               action: FOCUS_SET;
-                               target: "elm.text";
-                       }
-                       program { name: "disable";
-                               signal: "elm,state,disabled";
-                               source: "elm";
-                               action: STATE_SET "disabled" 0.0;
-                               target: "elm.text";
-                       }
-                       program { name: "enable";
-                               signal: "elm,state,enabled";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.text";
-                       }
-               }
-       }
-
-       group { name: "elm/entry/base-charwrap/editfield";
-        alias: "elm/entry/base/editfield/char_wrap";
-               alias: "elm/entry/base/editfield/default/char_wrap";
-               alias: "elm/entry/base/editfield/lighting/char_wrap";
-               alias: "elm/entry/base/editfield/multiline/char_wrap";
-               alias: "elm/entry/base/editfield/multiline/default/char_wrap";
-               alias: "elm/entry/base/editfield/multiline/lighting/char_wrap";
-
-               data.item: "default_font_size" "24";
-               data.item: "min_font_size" "8";
-               data.item: "max_font_size" "60";
-
-               styles
-               {
-                       style { name: "editfield_textblock_char_wrap_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2";
-                               tag:  "br" "\n";
-                               tag:  "ps" "ps";
-                               tag:  "tab" "\t";
-                               tag:  "em" "+ font=SLP:style=Oblique";
-                               tag:  "b" "+ font=SLP:style=Bold";
-                               tag:  "link" "+ color=#800 underline=on underline_color=#8008";
-                               tag:  "hilight" "+ font=SLP:style=Bold";
-                               tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-                               tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-                       }
-                       style { name: "editfield_textblock_char_wrap_disabled_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2";
-                               tag:  "br" "\n";
-                               tag:  "ps" "ps";
-                               tag:  "tab" "\t";
-                               tag:  "em" "+ font=SLP:style=Oblique";
-                               tag:  "b" "+ font=SLP:style=Bold";
-                               tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-                               tag:  "hilight" "+ font=SLP:style=Bold";
-                               tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-                               tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-                       }
-               }
-      data {
-         item: context_menu_orientation "horizontal";
+      style { name: "editfield_textblock_disabled_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed left_margin=1 right_margin=2";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-               }
+   }
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-               parts {
-                       part { name: "elm.text";
-                               type: TEXTBLOCK;
-                               mouse_events: 1;
-                               scale: 1;
-                               entry_mode: EDITABLE;
-                               select_mode: BLOCK_HANDLE;
-                               //cursor_mode: BEFORE;
-                               multiline: 1;
-                               source: "elm/entry/selection/default"; // selection under
-                               source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-                               source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-                               source4: "elm/entry/cursor/default"; // cursorover
-                               source5: "elm/entry/anchor/default"; // anchor under
-                               //source6: "X"; // anchor over
-                               description { state: "default" 0.0;
-                                       fixed: 1 0;
-                                       text {
-                                               style: "editfield_textblock_char_wrap_style";
-                                               min: 0 1;
-                                       }
-                               }
-                               description { state: "disabled" 0.0;
-                                       inherit: "default" 0.0;
-                                       text {
-                                               style: "editfield_textblock_char_wrap_disabled_style";
-                                               min: 0 1;
-                                       }
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focus";
-                               signal: "load";
-                               source: "";
-                               action: FOCUS_SET;
-                               target: "elm.text";
-                       }
-                       program { name: "disable";
-                               signal: "elm,state,disabled";
-                               source: "elm";
-                               action: STATE_SET "disabled" 0.0;
-                               target: "elm.text";
-                       }
-                       program { name: "enable";
-                               signal: "elm,state,enabled";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.text";
-                       }
-               }
-       }
-
-       group { name: "elm/entry/base-single/editfield";
-               alias: "elm/entry/base-single/editfield/default";
-               alias: "elm/entry/base-single/editfield/lighting";
-               alias: "elm/entry/base-single/editfield/singleline";
-               alias: "elm/entry/base-single/editfield/singleline/default";
-               alias: "elm/entry/base-single/editfield/singleline/lighting";
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         //source6: "X"; // anchor over
+         description { state: "default" 0.0;
+            fixed: 1 0;
+            text {
+            style: "editfield_textblock_style";
+                min: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "editfield_textblock_disabled_style";
+               min: 0 1;
+            }
+         }
+      }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+      }
+   }
+}
 
-               data.item: "default_font_size" "24";
-               data.item: "min_font_size" "8";
-               data.item: "max_font_size" "60";
+group { name: "elm/entry/base-charwrap/editfield";
+   alias: "elm/entry/base/editfield/char_wrap";
+   alias: "elm/entry/base/editfield/default/char_wrap";
+   alias: "elm/entry/base/editfield/lighting/char_wrap";
+   alias: "elm/entry/base/editfield/multiline/char_wrap";
+   alias: "elm/entry/base/editfield/multiline/default/char_wrap";
+   alias: "elm/entry/base/editfield/multiline/lighting/char_wrap";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   styles {
+      style { name: "editfield_textblock_char_wrap_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#800 underline=on underline_color=#8008";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
+      }
+      style { name: "editfield_textblock_char_wrap_disabled_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=1 right_margin=2";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
+      }
+   }
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
+      }
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         //source6: "X"; // anchor over
+         description { state: "default" 0.0;
+            fixed: 1 0;
+            text {
+               style: "editfield_textblock_char_wrap_style";
+               min: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "editfield_textblock_char_wrap_disabled_style";
+               min: 0 1;
+            }
+         }
+      }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+      }
+   }
+}
 
-               styles
-               {
-                       style { name: "editfield_single_textblock_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3";
-                               tag:  "br" "\n";
-                               tag:  "ps" "ps";
-                               tag:  "tab" "\t";
-                               tag:  "em" "+ font=SLP:style=Oblique";
-                               tag:  "b" "+ font=SLP:style=Bold";
-                               tag:  "link" "+ color=#800 underline=on underline_color=#8008";
-                               tag:  "hilight" "+ font=SLP:style=Bold";
-                               tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-                               tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-                       }
-                       style { name: "editfield_single_textblock_disabled_style";
-                           base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3";
-                               tag:  "br" "\n";
-                               tag:  "ps" "ps";
-                               tag:  "tab" "\t";
-                               tag:  "em" "+ font=SLP:style=Oblique";
-                               tag:  "b" "+ font=SLP:style=Bold";
-                               tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-                               tag:  "hilight" "+ font=SLP:style=Bold";
-                               tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-                               tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-                       }
-               }
-      data {
-         item: context_menu_orientation "horizontal";
+group { name: "elm/entry/base-single/editfield";
+   alias: "elm/entry/base-single/editfield/default";
+   alias: "elm/entry/base-single/editfield/lighting";
+   alias: "elm/entry/base-single/editfield/singleline";
+   alias: "elm/entry/base-single/editfield/singleline/default";
+   alias: "elm/entry/base-single/editfield/singleline/lighting";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   styles {
+      style { name: "editfield_single_textblock_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#800 underline=on underline_color=#8008";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-             }
-       }
-               parts {
-                       part { name: "elm.text";
-                               type: TEXTBLOCK;
-                               mouse_events: 1;
-                               scale: 1;
-                               entry_mode: EDITABLE;
-                               select_mode: BLOCK_HANDLE;
-                               //cursor_mode: BEFORE;
-                               multiline: 0;
-                               source: "elm/entry/selection/default"; // selection under
-                               source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-                               source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-                               source4: "elm/entry/cursor/default"; // cursorover
-                               source5: "elm/entry/anchor/default"; // anchor under
-                               description { state: "default" 0.0;
-                                       text {
-                                               style: "editfield_single_textblock_style";
-                                               min: 1 1;
-                                               max: 0 1;
-                                       }
-                               }
-                               description { state: "disabled" 0.0;
-                                       inherit: "default" 0.0;
-                                       text {
-                                               style: "editfield_single_textblock_disabled_style";
-                                       }
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focus";
-                               signal: "load";
-                               source: "";
-                               action: FOCUS_SET;
-                               target: "elm.text";
-                       }
-                       program { name: "disable";
-                               signal: "elm,state,disabled";
-                               source: "elm";
-                               action: STATE_SET "disabled" 0.0;
-                               target: "elm.text";
-                       }
-                       program { name: "enable";
-                               signal: "elm,state,enabled";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.text";
-                       }
-               }
-       }
+      style { name: "editfield_single_textblock_disabled_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
+      }
+   }
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
+      }
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 0;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            text {
+               style: "editfield_single_textblock_style";
+               min: 1 1;
+               max: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "editfield_single_textblock_disabled_style";
+            }
+         }
+      }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+      }
+   }
+}
 
 group { name: "elm/entry/base-single/editfield/searchbar/default";
-
-               data.item: "default_font_size" "24";
-               data.item: "min_font_size" "8";
-               data.item: "max_font_size" "60";
-
-      data {
-         item: context_menu_orientation "horizontal";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-             }
-       }
-               parts {
-                       part { name: "elm.text";
-                               type: TEXTBLOCK;
-                               mouse_events: 1;
-                               scale: 1;
-                               entry_mode: EDITABLE;
-                               select_mode: BLOCK_HANDLE;
-                               //cursor_mode: BEFORE;
-                               multiline: 0;
-                               source: "elm/entry/selection/default"; // selection under
-                               source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-                               source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-                               source4: "elm/entry/cursor/default"; // cursorover
-                               source5: "elm/entry/anchor/default"; // anchor under
-                               description { state: "default" 0.0;
-                                       text {
-                                               style: "editfield_single_textblock_style";
-                                               min: 1 1;
-                                               max: 0 1;
-                                       }
-                               }
-                               description { state: "disabled" 0.0;
-                                       inherit: "default" 0.0;
-                                       text {
-                                               style: "editfield_single_textblock_disabled_style";
-                                       }
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focus";
-                               signal: "load";
-                               source: "";
-                               action: FOCUS_SET;
-                               target: "elm.text";
-                       }
-                       program { name: "disable";
-                               signal: "elm,state,disabled";
-                               source: "elm";
-                               action: STATE_SET "disabled" 0.0;
-                               target: "elm.text";
-                       }
-                       program { name: "enable";
-                               signal: "elm,state,enabled";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.text";
-                       }
-               }
-       }
-   group { name: "elm/entry/base-nowrap/default";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      data {
-         item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 0;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            text {
+               style: "editfield_single_textblock_style";
+               min: 1 1;
+               max: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "editfield_single_textblock_disabled_style";
+            }
+         }
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-             }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+      }
+   }
+}
+
+group { name: "elm/entry/base-nowrap/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: EDITABLE;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 1;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source4: "elm/entry/cursor/default"; // cursorover
-           source5: "elm/entry/anchor/default"; // anchor under
-           description { state: "default" 0.0;
-              text {
-                 style: "entry_textblock_style";
-                 min: 1 1;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_textblock_disabled_style";
-                 min: 0 1;
-              }
-           }
-        }
-/*
-        part { name: "sel";
-           type: RECT;
-            mouse_events: 0;
-           description { state: "default" 0.0;
-               align: 1.0 1.0;
-               max: 16 16;
-               aspect: 1.0 1.0;
-               color: 255 0 0 0;
-           }
-           description { state: "visible" 0.0;
-               inherit: "default" 0.0;
-               color: 255 0 0 50;
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            text {
+               style: "entry_textblock_style";
+               min: 1 1;
             }
-        }
- */
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_textblock_disabled_style";
+               min: 0 1;
+            }
+         }
       }
-      programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
-/*
-        program { name: "selmode0";
-            signal: "elm,state,select,on";
-           source: "elm";
-           action: STATE_SET "visible" 0.0;
-           target: "sel";
-        }
-        program { name: "selmode1";
-            signal: "elm,state,select,off";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "sel";
-        }
- */
-
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
       }
    }
+}
 
-   group { name: "elm/entry/base-single/default";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      styles
-       {
-          style { name: "entry_single_textblock_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3";
-             tag:  "br" "\n";
-             tag:  "ps" "ps";
-             tag:  "tab" "\t";
-             tag:  "em" "+ font=SLP:style=Oblique";
-             tag:  "b" "+ font=SLP:style=Bold";
-             tag:  "link" "+ color=#800 underline=on underline_color=#8008";
-             tag:  "hilight" "+ font=SLP:style=Bold";
-             tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-             tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-          }
-          style { name: "entry_single_textblock_disabled_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3";
-             tag:  "br" "\n";
-             tag:  "ps" "ps";
-             tag:  "tab" "\t";
-             tag:  "em" "+ font=SLP:style=Oblique";
-             tag:  "b" "+ font=SLP:style=Bold";
-             tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-             tag:  "hilight" "+ font=SLP:style=Bold";
-             tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
-             tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
-          }
-       }
-      data {
-         item: context_menu_orientation "horizontal";
+group { name: "elm/entry/base-single/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   styles {
+      style { name: "entry_single_textblock_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link" "+ color=#800 underline=on underline_color=#8008";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-             }
+      style { name: "entry_single_textblock_disabled_style";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3";
+         tag:  "br" "\n";
+         tag:  "ps" "ps";
+         tag:  "tab" "\t";
+         tag:  "em" "+ font=SLP:style=Oblique";
+         tag:  "b" "+ font=SLP:style=Bold";
+         tag:  "link " "+ color=#00000080 underline=on underline_color=#00000080";
+         tag:  "hilight" "+ font=SLP:style=Bold";
+         tag:  "preedit" "+ underline=on underline_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC"";
+         tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
       }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: EDITABLE;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 0;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source4: "elm/entry/cursor/default"; // cursorover
-           source5: "elm/entry/anchor/default"; // anchor under
-           description { state: "default" 0.0;
-              text {
-              style: "entry_single_textblock_style";
-              min: 1 1;
-              max: 0 0;
-              align: 0.0 0.5;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_single_textblock_disabled_style";
-              }
-           }
-        }
+   }
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-      programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
-
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: EDITABLE;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 0;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source4: "elm/entry/cursor/default"; // cursorover
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            text {
+               style: "entry_single_textblock_style";
+               min: 1 1;
+               max: 0 0;
+               align: 0.0 0.5;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_single_textblock_disabled_style";
+            }
+         }
+      }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
       }
    }
+}
 
-   group { name: "elm/entry/base-single-noedit/default";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      data {
-         item: context_menu_orientation "horizontal";
+group { name: "elm/entry/base-single-noedit/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-             }
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: PLAIN;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 0;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            text {
+               style: "entry_single_textblock_style";
+               min: 1 1;
+               max: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_single_textblock_disabled_style";
+            }
+         }
       }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: PLAIN;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 0;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source5: "elm/entry/anchor/default"; // anchor under
-           description { state: "default" 0.0;
-              text {
-                 style: "entry_single_textblock_style";
-                 min: 1 1;
-                  max: 0 1;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_single_textblock_disabled_style";
-              }
-           }
-        }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
       }
-      programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
-
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
       }
    }
+}
 
-   group { name: "elm/entry/base-noedit/default";
-      data.item: "default_font_size" "24";
-      data.item: "min_font_size" "8";
-      data.item: "max_font_size" "60";
-      data {
-         item: context_menu_orientation "horizontal";
+group { name: "elm/entry/base-noedit/default";
+   data.item: "default_font_size" "24";
+   data.item: "min_font_size" "8";
+   data.item: "max_font_size" "60";
+   data {
+      item: context_menu_orientation "horizontal";
+   }
+   parts {
+      part { name: "entry.swallow.background";
+         type: SWALLOW;
+         description { state: "default" 0.0;
+            visible: 1;
+            rel1 { relative: 0 0; to: "elm.text"; }
+            rel2 { relative: 1 1; to: "elm.text"; }
+         }
       }
-      parts {
-        part { name: "entry.swallow.background";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-                  visible: 1;
-                  rel1 { relative: 0 0; to: "elm.text"; }
-                  rel2 { relative: 1 1; to: "elm.text"; }
-                       }
-             }
-       }
-      parts {
-        part { name: "elm.text";
-           type: TEXTBLOCK;
-           mouse_events: 1;
-           scale: 1;
-           entry_mode: PLAIN;
-           select_mode: BLOCK_HANDLE;
-           //cursor_mode: BEFORE;
-           multiline: 1;
-           source: "elm/entry/selection/default"; // selection under
-           source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
-           source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
-           source5: "elm/entry/anchor/default"; // anchor under
-           description { state: "default" 0.0;
-               fixed: 1 0;
-              text {
-                 style: "entry_textblock_style";
-                 min: 0 1;
-              }
-           }
-           description { state: "disabled" 0.0;
-               inherit: "default" 0.0;
-              text {
-                 style: "entry_textblock_disabled_style";
-              }
-           }
-        }
+   }
+   parts {
+      part { name: "elm.text";
+         type: TEXTBLOCK;
+         mouse_events: 1;
+         scale: 1;
+         entry_mode: PLAIN;
+         select_mode: BLOCK_HANDLE;
+         //cursor_mode: BEFORE;
+         multiline: 1;
+         source: "elm/entry/selection/default"; // selection under
+         source2: ENTRY_BLOCK_HANDLE_SOURCE2; // block handle
+         source3: ENTRY_BLOCK_HANDLE_SOURCE3; // block handle
+         source5: "elm/entry/anchor/default"; // anchor under
+         description { state: "default" 0.0;
+            fixed: 1 0;
+            text {
+               style: "entry_textblock_style";
+               min: 0 1;
+            }
+         }
+         description { state: "disabled" 0.0;
+            inherit: "default" 0.0;
+            text {
+               style: "entry_textblock_disabled_style";
+            }
+         }
       }
-      programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
+   }
+   programs {
+      program { name: "focus";
+         signal: "load";
+         source: "";
+         action: FOCUS_SET;
+         target: "elm.text";
+      }
+      program { name: "disable";
+         signal: "elm,state,disabled";
+         source: "elm";
+         action: STATE_SET "disabled" 0.0;
+         target: "elm.text";
+      }
+      program { name: "enable";
+         signal: "elm,state,enabled";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
       }
    }
+}
 
    group { name: "elm/entry/base-noedit-charwrap/default";
       data.item: "default_font_size" "24";