Przemyslaw Czerpak
3fe91afe15
2007-04-10 14:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/include/Makefile
+ added hbregex.h
* harbour/include/hbclass.ch
+ added support for ENDCLASS LOCK[ED]
+ := <clasname> { <constructorParams,...> }
* harbour/source/debug/tbrwtext.prg
* harbour/source/rtl/memoedit.prg
* harbour/utils/hbdoc/ffile1.prg
* harbour/utils/hbmake/ffile1.prg
* changed code with:
super:<msg>
to
::super:<msg>
I will want to remove lines with:
[ ; #translate Super( <SuperClassN> ): => ::<SuperClassN>: ] ;
[ ; #translate Super( <SuperClass1> ): => ::<SuperClass1>: ] ;
[ ; #translate Super(): => ::<SuperClass1>: ] ;
[ ; #translate Super: => ::<SuperClass1>: ] ;
[ ; #translate ::Super : => ::<SuperClass1>: ]
from our hbclass.ch (at least the last three ones) because they beaks
code which uses SUPER identifier
* harbour/source/rtl/philes.c
* changed FSEEK() to use hb_fsSeekLarge() for OSes which supports
large (64bit) files
* harbour/source/vm/classes.c
! updated some comments about function syntax
2007-04-10 12:35:47 +00:00
Antonio Linares
c6192cf2c6
K_ESC and CTRL-W Clipper compatible management
2003-08-21 10:39:10 +00:00
Maurilio Longo
1d9782f967
2002-09-03 19:10 UTC+0200 Maurilio Longo <maurilio.longo@libero.it>
...
* harbour/source/rtl/teditor.prg
! fixed line splitting when a character is deleted from a line and there is a
word wrapping limit. Please note that lines of text are treated differently
from the way clipper 5.x treats them, in particular when past EOL there is no
deletion from current line
* harbour/source/rtl/memoedit.prg
! fixed cursor positiong and shaping when calling an user function
2002-09-03 17:15:10 +00:00
Luiz Rafael Culik
8183a575f6
See changelog 20002-08-15 17:40 UTC-0300
2002-08-15 20:56:11 +00:00
Walter Negro
0deaf110dd
* source/rtl/memoedit.prg
...
! Add support for Set Key defined Keys.
From xHarbour by Luiz Culik
! Fix minor bug related with this.
2002-04-30 03:56:21 +00:00
Viktor Szakats
869067ee70
2001-09-10 23:53 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-09-10 22:04:29 +00:00
Maurilio Longo
a05226fa35
2001-06-10 15:06 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/memoedit.prg
! fixed error in handling of text (EOL delimiters handling was wrong)
* source/rtl/teditor.prg
! fixed error in handling of text (EOL delimiters handling was wrong)
2001-06-10 13:08:14 +00:00
Maurilio Longo
2efb402fae
2001-04-21 22:59 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/memoedit.prg
! fixed error when UserFunction is a logical value.
2001-04-21 21:03:48 +00:00
Maurilio Longo
7a09f03e87
2001-04-20 15:04 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/memoedit.prg
* simplified handling of keys and prevented infinite recursion when a key not
handled by TEditor was pressed inside a MemoEdit() window.
* ME_TOGGLESCROLL is not handled since TEditor cannot handle such a kind of "movement"
* K_CTRL_T (delete word right) is not handled since TEditor is not able to do it
2001-04-20 13:08:43 +00:00
Maurilio Longo
8dd98aa438
2001-04-20 11:09 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/memoedit.prg
! fixed handling of K_ALT_W
2001-04-20 09:10:27 +00:00
Maurilio Longo
3c3d8e9a91
2001-04-19 14:43 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/teditor.prg
! fixed handling of K_ESC and K_ALT_W
* source/rtl/memoedit.prg
! fixed handling of K_ESC and K_ALT_W
2001-04-19 12:45:45 +00:00
David G. Holm
5cc3068f99
See ChangeLog entry 2001-04-12 14:20 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-04-12 18:24:41 +00:00
Maurilio Longo
c18a43c8aa
2000-12-18 16:55 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/memoedit.prg
+ Added all missing functionalities. Should be 100% compatible (tested very little)
* source/rtl/teditor.prg
* little changes to make it work better with memoedit.prg. Removed cUdF parameter from
::New() method.
2000-12-18 15:56:01 +00:00
Maurilio Longo
26ab0079f0
2000-11-21 17:42 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
2000-11-21 16:45:36 +00:00
Maurilio Longo
ce6f538e36
20000516-22:48 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-05-16 20:54:14 +00:00
Maurilio Longo
af7d803043
20000515-23:11 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-05-15 21:11:56 +00:00
Maurilio Longo
e820d6adeb
20000509-22:27 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-05-09 20:32:51 +00:00
Maurilio Longo
193c2225ad
20000503-00:01 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-05-02 22:07:12 +00:00
Maurilio Longo
764fc7510c
20000501-23:19 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-05-01 21:20:14 +00:00
Viktor Szakats
59de373782
20000501-15:37 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-05-01 13:34:46 +00:00