Antonio Linares
06ccc91499
more options implemented
2001-02-12 08:24:12 +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
Antonio Linares
9ef0501278
More options implemented
2001-02-10 07:41:03 +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
Maurilio Longo
08077305f4
2001-02-09 09:15 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
2001-02-09 08:14:14 +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
Antonio Linares
daa8f4f421
+ mono display debugger colors supported.
2001-02-09 04:38:56 +00:00
Antonio Linares
b1fe3c8f75
some minor fixes
2001-02-09 04:37:36 +00:00
Antonio Linares
022cc32ea0
mono display debugger colors supported
2001-02-09 04:35:45 +00:00
Antonio Linares
e8b826611a
mono display option supported
2001-02-09 04:34:47 +00:00
Antonio Linares
01fb4298bf
Some new options added
2001-02-09 04:33:34 +00:00
Ignacio Ortiz de Zuniga
442c484d3b
Work areas option added
2001-02-08 16:43:04 +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
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
11f5e007f4
some minor fixes
2001-02-07 17:26:29 +00:00
Antonio Linares
28519f32c2
implementing statics variables support
2001-02-07 17:21:05 +00:00
Ignacio Ortiz de Zuniga
ce74c253c4
*** empty log message ***
2001-02-07 09:30:48 +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
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
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
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
4d643a7c3e
Mouse support added to the popups.
2001-02-03 07:54:19 +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
Antonio Linares
47dcb1e97d
*** empty log message ***
2001-02-03 05:59:31 +00:00
Antonio Linares
b8ea4ae0c7
objects Datas already editables
2001-02-03 05:47:41 +00:00
Antonio Linares
ac4bfc1b2b
*** empty log message ***
2001-02-03 05:28:33 +00:00
Antonio Linares
9d744abc5f
browse columns widths fixed
2001-02-03 05:06:52 +00:00
Antonio Linares
4c11bac196
removed SetsUp(), SetsDown() and MyColors() not needed functions.
2001-02-03 04:23:01 +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
Antonio Linares
b02f33ff38
removed some extras :RefreshAll() calls
2001-02-03 03:38:31 +00:00