Commit Graph

3725 Commits

Author SHA1 Message Date
Antonio Linares
c835bb9e17 minor fix on OSShell() 2001-02-08 15:04:21 +00:00
Maurilio Longo
0439e3a876 2001-02-08 14:55 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/debug/debugger.prg
     * changed OSShell() method to use COMSPEC environment variable
2001-02-08 13:58:52 +00:00
Antonio Linares
b66251ab47 2001-02-08 11:30 GMT+1 2001-02-08 10:31:11 +00:00
Antonio Linares
e5820c4d9a Improved HB_P_STATICNAME support. 2001-02-08 10:25:47 +00:00
Antonio Linares
b81936bd25 some minor fixes to let the debugger inspect a GetNew() object 2001-02-08 10:23:51 +00:00
Antonio Linares
0388ec5a9a improved statics vars support. New method OSShell() added 2001-02-08 10:22:33 +00:00
Antonio Linares
1fcd32ea3f some minor fixes 2001-02-08 10:20:40 +00:00
Antonio Linares
b31c6415f0 New OSShell() action added 2001-02-08 10:18:39 +00:00
Antonio Linares
948b6b4b3b improved support for HB_P_STATICNAME 2001-02-08 10:17:17 +00:00
David G. Holm
1bb4adb6a4 See ChangeLog entry 2001-02-07 17:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2001-02-07 22:16:51 +00:00
Antonio Linares
6d6e40ddc7 2001-02-07 18:25 GMT+1 2001-02-07 17:28:01 +00:00
Antonio Linares
11f5e007f4 some minor fixes 2001-02-07 17:26:29 +00:00
Antonio Linares
5d6c22cd35 2001-02-07 18:21 GMT+1 2001-02-07 17:25:43 +00:00
Antonio Linares
0b3ea8695b HB_P_STATICNAME improved support 2001-02-07 17:23:51 +00:00
Antonio Linares
28519f32c2 implementing statics variables support 2001-02-07 17:21:05 +00:00
Alexander S.Kresin
498c481e34 2001-02-07 13:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-07 10:42:04 +00:00
Ignacio Ortiz de Zuniga
ce74c253c4 *** empty log message *** 2001-02-07 09:30:48 +00:00
Maurilio Longo
090136287d 2001-02-06 23:57 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     + added ::MGotoYX(nRow, nCol) method which hilights cell under screen coordinates nRow, nCol
     should help following a mouse. NOTE: hacked up and not tested. I'm very busy at the moment.
   * NOTE latest change to TBrowse (my previous entry in changelog) fixed a problem but created
     a new one :-) I'll have to rethink a little bit ::Stabilize() logic.
2001-02-06 23:08:38 +00:00
Ignacio Ortiz de Zuniga
9b0473571e *** empty log message *** 2001-02-06 19:28:59 +00:00
Ignacio Ortiz de Zuniga
d6b58c020e *** empty log message *** 2001-02-06 19:23:56 +00:00
Antonio Linares
e30ce972c3 2001-02-06 17:47 GMT+1 2001-02-06 16:51:20 +00:00
Antonio Linares
15e8139c84 Colors selection option implemented 2001-02-06 16:49:58 +00:00
Antonio Linares
a368a9bca2 debugger colors selection support 2001-02-06 16:47:52 +00:00
Antonio Linares
44191cd8b9 call to debugger SelColors() option 2001-02-06 16:47:02 +00:00
Antonio Linares
5bc00580ce 2001-02-06 12:11 GMT+1 2001-02-06 11:16:52 +00:00
Antonio Linares
f64eed1c04 New DATA lChecked and METHOD Toggle() added. 2001-02-06 11:14:24 +00:00
Antonio Linares
91c51e2b65 two spaces added on popup menuitems to support check mark. 2001-02-06 11:13:07 +00:00
Antonio Linares
e96805b2b4 CHECKED clause added on a menuitem 2001-02-06 11:11:44 +00:00
Alexander S.Kresin
aec9a1eb35 2001-02-06 12:00 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-06 09:02:41 +00:00
David G. Holm
be6c7f5cfb See ChangeLog entry 2001-02-05 16:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2001-02-05 21:20:06 +00:00
Maurilio Longo
48086c4d6f 2001-02-05 21:05 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/debug/debugger.prg
     + Added LineNumbers() method
   * source/debug/tbrwtext.prg
     + Added support for inclusion/exclusion of line numbering at runtime
   * source/debug/dbgmenu.prg
     + Added Menu item to activate line numbering
2001-02-05 20:07:00 +00:00
Alexander S.Kresin
b2bfc1a745 2001-02-05 21:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-05 18:30:13 +00:00
Antonio Linares
924470eaf5 2001-02-05 10:23 GMT+1 2001-02-05 10:03:54 +00:00
Antonio Linares
dbf32faafc New hb_vmStaticName() added. 2001-02-05 10:01:49 +00:00
Antonio Linares
6b6fa96435 statics variables support (not finished yet!) 2001-02-05 09:44:28 +00:00
Antonio Linares
5095f34175 HB_P_STATICNAME support. 2001-02-05 09:41:40 +00:00
Antonio Linares
23e5e0c45e hb_p_staticname support 2001-02-05 09:39:40 +00:00
Antonio Linares
560e500161 HB_P_STATICNAME opcode support. 2001-02-05 09:38:02 +00:00
Antonio Linares
da5619069a New hb_p_staticname() function added. Modified hb_p_statics() function. 2001-02-05 09:25:26 +00:00
Antonio Linares
e6b4263eef HB_P_STATICNAME opcode added 2001-02-05 09:22:02 +00:00
Maurilio Longo
b85b76b2c8 2001-02-04 22:50 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/debug/debugger.prg
     ! fixed CommandWindowProcessKey() where a K_DOWN on an empty command list was killing
     debugger with an out of bounds error.
     + Added a begin..end sequence to K_ENTER processing to survive requests to print
     variables which don't exist (like mispelled ones).
2001-02-04 21:50:54 +00:00
Maurilio Longo
d1163f7754 2001-02-04 22:15 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/debug/debugger.prg
     * little changes, like adding K_LEFT and K_RIGHT to CodeWindowProcessKey (but they don't work)
   * source/debug/tbrwtext.prg
     + Added support for break points (coloring of text)
   * source/rtl/teditor.prg
     + Changed ::RefreshXXX() methods to allow line coloring outside of TEditor logic
2001-02-04 21:14:51 +00:00
Antonio Linares
52e5dc7873 2001-02-04 08:22 GMT+1 2001-02-04 07:23:45 +00:00
Antonio Linares
a426c8856b Method ClassName() removed, so we get default behavior 2001-02-04 07:20:48 +00:00
Antonio Linares
e2bf76bdec 2001-02-03 08:52 GMT+1 2001-02-03 07:55:30 +00:00
Antonio Linares
4d643a7c3e Mouse support added to the popups. 2001-02-03 07:54:19 +00:00
Antonio Linares
0bdcc07f94 Added popups menu support 2001-02-03 07:52:48 +00:00
Antonio Linares
9433f95ce4 2001-02-03 08:00 GMT+1 2001-02-03 07:08:34 +00:00
Antonio Linares
ca083d3c66 Added support for mouse single and doble click events 2001-02-03 07:04:39 +00:00
Antonio Linares
c3895b34ec Mouse support added to the variables window 2001-02-03 06:59:50 +00:00