Commit Graph

50 Commits

Author SHA1 Message Date
2fbd9825bc Remove visual noise from basctl
Change-Id: I3e6a238a0bafbb70a7c22bde1f2258b8014ed2d2
Reviewed-on: https://gerrit.libreoffice.org/8232
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25 17:01:07 +00:00
4f03eb00fc Related: #i50481# improve Select All command in Basic IDE
see also fdo#37211 i.e. commit 4bc2724240b11ce4dfb7adafbe1f1c260fa44030

(cherry picked from commit f841659faf09fec69c962959b9da032fa0bc2b16)

Conflicts:
	basctl/source/basicide/baside2.cxx
	basctl/source/basicide/baside2b.cxx
	basctl/source/basicide/baside3.cxx

Change-Id: Id679b1e16b87ec8d81fb78039318728320b9d5bc
2014-01-22 10:31:27 +00:00
8a1e19f4ff GSOC work, Tool/Options/Basic IDE Options created
Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog.
The original dialog under Basic IDE/View/IDE Options was removed.
Tab page is disabled when experimetal flag is off, entry node in the treebox is visible.

Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9
2013-09-02 18:16:58 +02:00
790a7aff12 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
2013-09-02 18:16:54 +02:00
61ee2598b1 GSOC work, code complete option, menu entry fixes
Menu entry is added under View->Enable Code Completition when in Experimental mode.
Fixed the call of funtion SbModule::GetCodeCompleteDataFromParse() to be called only when code completition is enabled.
Replaced the occurences of SvtMiscOptions to CodeCompleteOptions.

Change-Id: If0520123ab5f612d7d24fb98f8e9bf6881af76cb
2013-09-02 18:16:47 +02:00
3ce1f554de GSOC work menu entry + code fix
Fixed the definition of GLOB_KEY, NOT_FOUND from const to static const.
Added a new menu entry for code completition under View->Enable Code Completition.

Change-Id: If8ac25ee43a7ba780ccdee2e5e909777115a1f27
2013-09-02 18:16:47 +02:00
32b9ff8866 svx: remove Package_sdi
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
2013-05-08 17:49:55 +02:00
429a850d0d sfx2: remove Package_sdi
There are just a handful of sdi files in sfx2 anyway so just put
sfx2/sdi on include path.

Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf
2013-05-08 17:49:55 +02:00
a0296296fb fdo#60691 add modelines to *.src and *.hrc files
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files

svx/source/dialog/hdft.src

Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08 21:02:26 +00:00
c20f15c1eb Basic IDE: namespace basctl
Now all names in basctl are in namespace 'basctl'.
There were lots of names that included the word 'Basic' or 'BasicIDE' in
it, e.g. BasicIDEData, BasicDocumentEntry, BasicTreeListBox,
BasicIDEModule, IDEBaseWindow etc. This information is now stored in the
namespace name, so the names could be shortened: basctl::DocumentEntry,
basctl::TreeListBox, basctl::Module, basctl::BaseWindow etc.
Some other minor changes:
* LibInfos, LibInfoItem, LibInfoKey ->
  LibInfos, LibInfos::Item, LibInfos::Key
* The header guards are now uniformly BASCTL_FILENAME_HXX, instead of
  e.g. _FILENAME_HXX, which is undefined behaviour because of the '_'.
* namespace BasicIDE, BasicIDEGlobals, basicide -> namespace basctl
* BASICIDE_TYPE_MODULE, ... -> basctl::TYPE_MODULE, ...

Change-Id: I2a9b493562d0d8a2510d569798fbe9e1161b7c9b
Reviewed-on: https://gerrit.libreoffice.org/501
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-08-29 20:48:28 +00:00
39669162e0 re-base on ALv2 code. 2012-06-12 17:03:23 +01:00
ffbd3846d4 some misc tidyup ( that was reverted )
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
2012-01-10 10:08:44 +00:00
6639eb9c30 Revert "remove duplicated images for basic dialog form controls ( & misc tidyup )"
This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2012-01-10 10:08:44 +00:00
83a28682f2 remove duplicated images for basic dialog form controls ( & misc tidyup ) 2011-12-06 15:00:39 +00:00
9cff030fa1 add some form control support for basic dialogs 2011-12-05 09:57:12 +00:00
a4074e3403 Preparing to add option for line numbers in the basic ide 2011-11-17 18:41:20 -06:00
73d3c9504a add new 'Goto Line' menu item to Basic IDE 2011-11-16 14:54:21 +00:00
9b6b889821 Convert basctl to gbuild 2011-07-27 19:39:15 +02:00
4bc2724240 Fix 'Ctrl+A' in the Basic IDE - fdo#37211.
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-05-18 11:15:14 +02:00
4327ec0dee Clean up makefiles 2011-02-02 12:06:11 +01:00
97412488d9 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
062389b010 #i107450#: build all other modules with new editeng lib 2010-01-08 18:32:51 +01:00
2f7ab08d89 merge commit 2009-09-25 21:47:16 +02:00
3851066d39 better dependencies for sdi files 2009-09-19 00:02:22 +02:00
a408bb529f CWS-TOOLING: integrate CWS l10nframework01 2009-09-16 11:45:54 +00:00
627bc2b61d CWS-TOOLING: integrate CWS ab70
2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test
2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test
2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import
2009-09-11 09:40:28 +00:00
541cf787be INTEGRATION: CWS changefileheader (1.6.172); FILE MERGED
2008/03/28 16:04:39 rt 1.6.172.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:29:45 +00:00
c961e354d2 INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED
2008/03/28 16:04:39 rt 1.3.244.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:29:26 +00:00
613de188f3 INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED
2008/03/28 16:04:38 rt 1.3.244.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:29:08 +00:00
7275a57b42 INTEGRATION: CWS changefileheader (1.14.62); FILE MERGED
2008/03/28 16:04:38 rt 1.14.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:28:51 +00:00
5fed9a0b91 INTEGRATION: CWS ab35 (1.13.46); FILE MERGED
2007/05/25 11:15:12 ab 1.13.46.1: #i77640# SID_EXPORT_DIAlOG
2007-06-26 15:51:20 +00:00
a3968d3bf5 INTEGRATION: CWS ab31 (1.12.72); FILE MERGED
2006/12/07 07:52:30 pb 1.12.72.2: fix: #i72282# GetState for _MANAGE_LANG
2006/12/06 15:31:08 pb 1.12.72.1: fix: #i72282# SID_BASICIDE_MANAGE_LANG, _CURRENT_LANG added
2007-01-02 14:48:36 +00:00
7bfda610c0 INTEGRATION: CWS vq32 (1.5.80); FILE MERGED
2006/05/20 21:42:08 vq 1.5.80.1: #i65415# Use SDI1xxxx instead of SDIxxxx.
2006-05-24 12:23:04 +00:00
9da7b7255e INTEGRATION: CWS sfxcleanup (1.11.50); FILE MERGED
2006/03/02 09:30:18 mba 1.11.50.1: #132394#: remove superfluous code
2006-05-02 14:36:50 +00:00
48934fb5dc INTEGRATION: CWS ooo19126 (1.4.380); FILE MERGED
2005/09/05 13:55:20 rt 1.4.380.1: #i54170# Change license header: remove SISSL
2005-09-07 18:53:10 +00:00
e3ac1de0f5 INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED
2005/09/05 13:55:20 rt 1.2.380.1: #i54170# Change license header: remove SISSL
2005-09-07 18:52:55 +00:00
0c82a158d4 INTEGRATION: CWS ooo19126 (1.10.126); FILE MERGED
2005/09/05 13:55:19 rt 1.10.126.1: #i54170# Change license header: remove SISSL
2005-09-07 18:52:19 +00:00
95e491d194 INTEGRATION: CWS xmlsec05 (1.8.86); FILE MERGED
2004/08/13 18:19:56 mt 1.8.86.2: RESYNC: (1.8-1.9); FILE MERGED
2004/07/21 06:57:02 mt 1.8.86.1: #i21596# Digital Signatures...
2004-08-31 11:19:54 +00:00
07b10450e2 INTEGRATION: CWS tbe11 (1.8.74); FILE MERGED
2004/07/09 15:49:27 tbe 1.8.74.1: #i31315# Rework Basic IDE Macro Chooser and Macro Organizer
2004-07-23 11:00:37 +00:00
df0624a360 INTEGRATION: CWS scriptingf1 (1.7.8); FILE MERGED
2003/11/07 13:35:45 tbe 1.7.8.1: #i21560# editing a basic macro using script selector
2003-11-18 15:59:28 +00:00
214dca24c0 #110356# SID_SHOW_HIDDEN/FORMS removed 2003-09-26 06:49:21 +00:00
f5bb82cee4 INTEGRATION: CWS uno4 (1.5.12); FILE MERGED
2003/05/13 08:02:51 tbe 1.5.12.1: #109481# IDE: get no focus after Find & Replace dialog while searching over modules
2003-05-22 07:42:25 +00:00
b4a5f2e053 INTEGRATION: CWS vcl07 (1.4.40); FILE MERGED
2003/03/26 11:27:23 tbe 1.4.40.1: #106204# added SID_BASICIDE_MANAGEBRKPNTS and SID_BASICIDE_TOGGLEBRKPNTENABLED
2003-04-11 16:37:09 +00:00
45f3e72ef2 #65293#: cleanup 2002-05-14 11:50:06 +00:00
aff70c31da #98419# Slot configuration must use configuration service 2002-05-13 12:38:28 +00:00
2a95058d07 #98419# Slot configuration must use configuration service 2002-05-08 15:39:23 +00:00
e453101dfd #92173# Reimplement Basic password protection UI in Basic IDE 2001-11-14 09:53:42 +00:00
0bbb639150 added imagecontrol, progressbar, hor. + vert. fixedline 2001-05-14 07:48:49 +00:00
29f0e8724e initial import 2000-09-29 10:02:42 +00:00