diff options
author | Gergo Mocsi <gmocsi91@gmail.com> | 2013-08-13 18:11:26 +0200 |
---|---|---|
committer | Gergo Mocsi <gmocsi91@gmail.com> | 2013-09-02 18:16:58 +0200 |
commit | 9b534193a3132764f7c5a659025ab2c49bfb2605 (patch) | |
tree | 87120c12459bcf72ec84afe1caef241cb0e6faa7 /cui/uiconfig | |
parent | 8a1e19f4ff627d9ac15bbdf7ef04d27158b45569 (diff) |
GSOC work, behavior fixes
Code completition: left/right arrow keys handled. Left arrow dismisses the dialog when reaches the dot. Right arrow dismissed the dialog when reaches the next line.
ListBox appearance fixed.
TAB key can insert the first matching entry.
Autocorrect:
"Autocorrect Keywords" has been renamed to "Autcorrect" (in the UI, and the config file, after this patch a make dev-install is needed). Keyword case correction is not just capitalizing the first letter ( eg. Elseif -> ElseIf ).
Autoclose procedures:
cursor is being placed inside the preocedure.
Change-Id: Ie7e9ae96b49bd94562db83f96e1c4ad63ab3f3d6
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/optbasicidepage.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optbasicidepage.ui b/cui/uiconfig/ui/optbasicidepage.ui index 3dde65f43dea..5785ca69beb3 100644 --- a/cui/uiconfig/ui/optbasicidepage.ui +++ b/cui/uiconfig/ui/optbasicidepage.ui @@ -126,11 +126,12 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="autocorrect_keywords"> - <property name="label" translatable="yes">Autocorrect Keywords</property> + <object class="GtkCheckButton" id="autocorrect"> + <property name="label" translatable="yes">Autocorrection</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="relief">none</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> |