Antonio Linares
85f036f8b2
locals are restored when returning from a function or proc
2001-02-14 11:44:58 +00:00
Antonio Linares
003a0b3d6d
Trace support fixed
2001-02-13 11:21:18 +00:00
Antonio Linares
2f53bfc47b
some minor fixes
2001-02-12 21:41:51 +00:00
Antonio Linares
1e378893a6
some minor fixes
2001-02-12 21:30:45 +00:00
Antonio Linares
0749a062fe
Methods EditSet(), Trace() implemented.
2001-02-12 20:56:11 +00:00
Antonio Linares
0ad32b1ddc
Method Animate() implemented
2001-02-12 10:33:16 +00:00
Antonio Linares
918fb22c89
some minor fixes
2001-02-12 09:27:08 +00:00
Antonio Linares
10686dc8d1
some minor fixes
2001-02-12 09:04:25 +00:00
Antonio Linares
acaacb3861
some minor fixes
2001-02-12 08:38:39 +00:00
Antonio Linares
0fc15c9122
Methods Public(), Private(), Static(), Local(), All() and Sort() added
2001-02-12 08:27:45 +00:00
Antonio Linares
37527e2628
some minor fixes
2001-02-10 09:15:32 +00:00
Antonio Linares
5fbf3d3344
some minor fixes
2001-02-10 08:17:36 +00:00
Antonio Linares
5b96515059
methods Speed(), SaveSettings() and Restore settings implemented.
2001-02-10 07:42:40 +00:00
Ron Pinkas
024ccdf51b
2001-02-09 11:25 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* harbour/source/debug/debugger.prg
! Fixesd ValType( &cColor ) to Type( cColor )
* hb_slex.bc
* Synched with makefile.bc
2001-02-09 19:29:17 +00:00
Antonio Linares
45700a0950
some minor fixes
2001-02-09 16:32:50 +00:00
Antonio Linares
3a6a9fe6a3
some minor fixes
2001-02-09 16:16:04 +00:00
Antonio Linares
44fe4232e1
some minor fixes
2001-02-09 15:40:12 +00:00
Maurilio Longo
3323e18156
2001-02-09 14:44 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
...
* source/debug/tbrwtext.prg
+ fixed coloring
* source/debug/debugger.prg
* changed call to oBrwText:New() to pass a correct color string
2001-02-09 13:46:54 +00:00
Antonio Linares
3884f8f445
Colors are already editables
2001-02-09 06:55:31 +00:00
Antonio Linares
d94f16da57
More options added
2001-02-09 04:40:34 +00:00
Ignacio Ortiz de Zuniga
41057bbe2c
*** empty log message ***
2001-02-08 16:25:41 +00:00
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
0388ec5a9a
improved statics vars support. New method OSShell() added
2001-02-08 10:22:33 +00:00
Antonio Linares
28519f32c2
implementing statics variables support
2001-02-07 17:21:05 +00:00
Ignacio Ortiz de Zuniga
d6b58c020e
*** empty log message ***
2001-02-06 19:23:56 +00:00
Antonio Linares
15e8139c84
Colors selection option implemented
2001-02-06 16:49:58 +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
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