See changelog 20002-08-15 17:40 UTC-0300
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user