From c149c96cf4c42820f15a0fea14cb7a4927ae4b1e Mon Sep 17 00:00:00 2001 From: Gergo Mocsi Date: Mon, 29 Jul 2013 22:27:41 +0200 Subject: GSOC work, "autocomplete procedures" fix + new feature Fixed the procedure autoclose function. Now, autoclose is based on the syntax higlighter: if finds an opening token, starts searching forward to a close token. If there is another sub/function keyword, or EOF is reached, the procedure is considered incomplete. If the end token is found, the procedure is considered to be closed. Added function autocorrect symbol spelling, wich corrects the ascii case of the keywords, and corrects the spelling of the extended types. Change-Id: Ibd17f319a6d6ff5c3f91f4adb7a10dc701f0468a --- basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'basctl/uiconfig') diff --git a/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui b/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui index 1c0d86ccb2df..50f16f7f9e24 100644 --- a/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui +++ b/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui @@ -36,11 +36,11 @@ gtk-ok True True + True + True True True right - True - True False @@ -174,6 +174,21 @@ 2 + + + Autocorrect Symbol Spelling + True + True + False + 0 + True + + + False + True + 3 + + -- cgit v1.2.3