diff options
author | August Sodora <augsod@gmail.com> | 2011-11-16 14:50:26 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-17 18:41:20 -0600 |
commit | a4074e34039b0e570a3aa08cdffde1562892df17 (patch) | |
tree | cc65bb900517ad4a5408c31a0c7ddff110669052 /basctl/sdi | |
parent | deb6bcf8d91a14767ed4cd6c377e1ffe6b6a9521 (diff) |
Preparing to add option for line numbers in the basic ide
Diffstat (limited to 'basctl/sdi')
-rw-r--r-- | basctl/sdi/baside.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi index 37b2f08daf37..11a97fe62c99 100644 --- a/basctl/sdi/baside.sdi +++ b/basctl/sdi/baside.sdi @@ -39,6 +39,11 @@ shell BasicIDEShell // ======================================================== // Current, je nach aktuellem Fenster: // ======================================================== + SID_SHOWLINES + [ + StateMethod = GetState; + ExecMethod = ExecuteCurrent; + ] SID_BASICIDE_HIDECURPAGE [ ExecMethod = ExecuteCurrent; |