From ec4c6f3da0d274b0ba54dcce44827aa36025ea56 Mon Sep 17 00:00:00 2001 From: Gergo Mocsi Date: Thu, 1 Aug 2013 13:59:10 +0200 Subject: GSOC work, renaming for consistency Menu enrty was renamed to IDE Options under View. SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS. CodeCompleteDlg was rename to BasicIDEOptionDlg. Ui file was renamed to basicideoptionsdialog.ui. Checkbox for extended types is now independent from code complete one. Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311 --- .../uiconfig/basicide/ui/codecompleteoptionsdlg.ui | 242 --------------------- 1 file changed, 242 deletions(-) delete mode 100644 basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui (limited to 'basctl/uiconfig') diff --git a/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui b/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui deleted file mode 100644 index 486118885959..000000000000 --- a/basctl/uiconfig/basicide/ui/codecompleteoptionsdlg.ui +++ /dev/null @@ -1,242 +0,0 @@ - - - - - False - 5 - IDE Options - False - True - dialog - - - False - vertical - 2 - - - False - end - - - gtk-cancel - True - True - True - True - - - False - True - 0 - - - - - gtk-ok - True - True - True - True - True - True - right - - - False - True - 1 - - - - - False - True - end - 0 - - - - - True - False - vertical - - - True - False - 0 - none - - - True - False - 12 - - - True - False - vertical - - - Enable Code Completition - True - True - False - 0 - True - - - False - True - 0 - - - - - Use extended types - True - True - False - 0 - True - - - False - True - 1 - - - - - - - - - True - False - Code Completition - - - - - - - - False - True - 0 - - - - - True - False - 0 - none - - - True - False - 12 - - - True - False - vertical - - - Autoclose Procedures - True - True - False - 0 - True - - - False - True - 0 - - - - - Autoclose Parenthesis - True - True - False - 0 - True - - - False - True - 1 - - - - - Autoclose Quotes - True - True - False - 0 - True - - - False - True - 2 - - - - - Autocorrect Symbol Spelling - True - True - False - 0 - True - - - False - True - 3 - - - - - - - - - True - False - Code Suggestion - - - - - - - - False - True - 1 - - - - - False - True - 1 - - - - - - cancel - ok - - - -- cgit