See changelog 20002-08-15 17:40 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2002-08-15 20:56:11 +00:00
parent 8e0dfefe65
commit 8183a575f6
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-08-15 17:40 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
* source/rtl/memoedit.prg
* When User function is Defined , Make ALT+W key exit the Editing windows if not redefined inside the UDF function
2002-08-14 14:55 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
! fixed some warnings

View File

@@ -186,6 +186,9 @@ METHOD HandleUserKey(nKey, nUserKey) CLASS TMemoEditor
if nKey <= 256 .AND. AScan(aUnHandledKeys, nKey) == 0
super:Edit(nKey)
endif
if nKey == K_ALT_W
super:Edit(nKey)
endif
// TOFIX: Not clipper compatible, see teditor.prg
case (nUserKey >= 1 .AND. nUserKey <= 31) .OR. nUserKey == K_ALT_W