Commit Graph

78 Commits

Author SHA1 Message Date
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
Antonio Linares
6b6fa96435 statics variables support (not finished yet!) 2001-02-05 09:44:28 +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
c3895b34ec Mouse support added to the variables window 2001-02-03 06:59:50 +00:00
Antonio Linares
b541414f83 Removed RefreshAll() calls on K_HOME and K_END 2001-02-03 04:05:29 +00:00
Antonio Linares
1a6f3d5207 Removed SetsUp(), SetsDown() and MyColors() not needed functions 2001-02-03 03:56:28 +00:00
Maurilio Longo
6696ef7538 2001-02-02 22:45 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/debug/debugger.prg
     - removed calls to oBrwText:ForceStable() method which is no more available
     ! SetsUp() and SetsDown() functions where calling ::RefreshAll() and movement methods
     without any reason causing a noticeable delay during Sets scrolling.
   * source/debug/tbrwtext.prg
     - removed empty ::ForceStable() method
   * source/rtl/tbrowse.prg
     ! when a movement happens inside available on screen rows (like a ::Down() from row 1 to
     row 2) I have to force repainting of target row or else this sequence (for example)
     fails: ::RefreshCurrent():Down():ForceStable() because to paint the row where I issued a
     ::RefreshCurrent() I have to move one back from ::nNewRowPos, but there I stay since
     ::nNewRowPos is not to redraw. I'm sure nobody uderstands what I'm clearly unable to
     explain :-)
   * source/rtl/teditor.prg
     - removed a TODO: comment which is no more needed.
2001-02-02 21:52:49 +00:00
Antonio Linares
345925cd46 Improved method EditVar() 2001-02-02 16:25:05 +00:00
Antonio Linares
03900e7e0f Improved method Editvar() 2001-02-02 16:18:40 +00:00
Antonio Linares
40732053c7 improved Method EditVar() for local variables editing 2001-02-02 15:43:42 +00:00
Antonio Linares
48aacf3aea Method EditVar() improved for Local variables editing 2001-02-02 15:33:55 +00:00
Antonio Linares
88f67c8317 improved local variables display on vars window 2001-02-02 15:17:50 +00:00
Antonio Linares
2cc02636e4 trace removed 2001-02-02 14:46:42 +00:00
Antonio Linares
98dd9e26ea Support for hb_vmLocalName() 2001-02-02 13:35:55 +00:00
Luiz Rafael Culik
fbcd651dd1 see changelog 2001-02-01 22:10 GMT -3 2001-02-02 00:20:00 +00:00
Brian Hays
7c54d69bd7 2000-11-28 11:40 UTC+0800 Brian Hays <bhays@abacuslaw.com> 2000-11-28 19:45:49 +00:00
Maurilio Longo
789524d5bc 20000712-22:03 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-07-12 20:12:27 +00:00
Viktor Szakats
dcd6e3192f 2000-06-25 14:53 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-25 12:52:18 +00:00
Viktor Szakats
fb2863f778 2000-06-03 10:53 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-03 08:49:29 +00:00
Viktor Szakats
be81ee127d 2000-05-27 23:12 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-05-28 19:52:03 +00:00
Viktor Szakats
1be74da400 20000403-13:07 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-03 11:09:20 +00:00
Viktor Szakats
c23f585ad1 20000402-15:59 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-02 13:58:28 +00:00
David G. Holm
4ee76b9b60 See ChangeLog entry 2000-03-31 18:25 GMT-5 David G. Holm <dholm@jsd-llc.com> 2000-03-31 23:26:27 +00:00
Viktor Szakats
7bfa0865d4 20000307-02:55 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-07 02:03:22 +00:00
Viktor Szakats
8b96cff251 20000214-03:21 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-02-14 02:23:20 +00:00
Antonio Linares
4c7f76510c 20000209-11:15 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-02-09 10:11:22 +00:00
Antonio Linares
cf4b711341 20000209-07:35 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-02-09 06:37:47 +00:00
Antonio Linares
5cb1c931ff 20000207-09:15 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-02-07 08:15:55 +00:00
Antonio Linares
86bba9ea98 20000206-10:12 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-02-06 09:14:29 +00:00
Antonio Linares
fbe4fb54f3 20000202-22:00 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-02-02 23:02:08 +00:00
Antonio Linares
43a1d33075 20000202-22:00 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-02-02 21:00:49 +00:00
Viktor Szakats
d2d31eac4a 20000131-15:09 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-01-31 14:14:27 +00:00
Antonio Linares
0f03346e9b 20000131-10:00 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-31 09:31:45 +00:00
Antonio Linares
6fffa8509a 20000131-10:00 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-31 09:16:41 +00:00
Viktor Szakats
1f34090cfc 20000131-01:29 GMT+1 Victor Szel <info@szelvesz.hu> 2000-01-31 00:28:27 +00:00
Ryszard Glab
68e552cc68 ChangeLog 20000128-20:15 GMT+1 2000-01-28 19:06:03 +00:00
Antonio Linares
252dbf1342 2000-01-25 21:25 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-25 20:24:31 +00:00
Antonio Linares
b28db0d886 2000-01-25 02:45 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-25 01:48:51 +00:00
Antonio Linares
2cf4996a94 2000-01-23 13:34 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-24 12:41:42 +00:00
Antonio Linares
075ba407a0 2000-01-23 22:03 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-23 21:05:09 +00:00
Antonio Linares
3359323945 2000-01-23 10:53 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-23 10:00:51 +00:00
Antonio Linares
e4ff298b7b 2000-01-22 20:03 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-22 19:02:19 +00:00
Antonio Linares
c3f9445836 20000121-09:40 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-21 08:40:11 +00:00
Antonio Linares
f73e39cae0 2000-01-19 08:28 GMT+1 Antonio Linares <alinares@fivetech.com> 2000-01-19 07:27:14 +00:00
Ryszard Glab
97988f31a2 ChangeLog 19991120-14:35 GMT+1 1999-11-20 13:40:26 +00:00
Ryszard Glab
ee515d4717 ChangeLog 19991116-21:55 1999-11-16 21:06:31 +00:00
Viktor Szakats
521ffcf660 19991025-12:37 GMT+1 Victor Szel <info@szelvesz.hu> 1999-10-25 11:25:54 +00:00
Viktor Szakats
964da8b34b 19991021-23:33 GMT+1 1999-10-21 21:47:49 +00:00
Viktor Szakats
ac8580b4d0 19991006-00:32 GMT+1 1999-10-05 22:52:01 +00:00