summaryrefslogtreecommitdiffstats
path: root/basctl/sdi
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-22 14:32:00 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:47 +0200
commit3ce1f554deba05eb33a928ca05674e4afa70aecc (patch)
tree0e2958befda4a3fa99eb109d64899448f58dedad /basctl/sdi
parentGSOC work window hide when clicking out (diff)
downloadcore-3ce1f554deba05eb33a928ca05674e4afa70aecc.tar.gz
core-3ce1f554deba05eb33a928ca05674e4afa70aecc.zip
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
Diffstat (limited to 'basctl/sdi')
-rw-r--r--basctl/sdi/baside.sdi6
1 files changed, 6 insertions, 0 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi
index 5582c1d343d5..7dfe68a8a798 100644
--- a/basctl/sdi/baside.sdi
+++ b/basctl/sdi/baside.sdi
@@ -138,6 +138,12 @@ shell basctl_Shell
StateMethod = GetState;
]
+ SID_BASICIDE_CODECOMPLETITION
+ [
+ ExecMethod = ExecuteCurrent;
+ StateMethod = GetState;
+ ]
+
SID_BASICIDE_LIBSELECTED
[
ExecMethod = ExecuteGlobal;