From 9b534193a3132764f7c5a659025ab2c49bfb2605 Mon Sep 17 00:00:00 2001 From: Gergo Mocsi Date: Tue, 13 Aug 2013 18:11:26 +0200 Subject: 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 --- cui/uiconfig/ui/optbasicidepage.ui | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cui/uiconfig') 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 @@ - - Autocorrect Keywords + + Autocorrection True True False + none 0 True -- cgit