Rich text agora na hwgui 2.19 e outros...
Enviado: 04 Mai 2015 20:12
Código: Selecionar todos
2015-04-30 14:03 UTC+0300 Alexander Kresin <alex@belacy.ru>
+ utils/editor
+ utils/editor/editor.prg
+ utils/editor/hcediext.prg
+ utils/editor/hcedit.ch
+ utils/editor/bld.bat
+ utils/editor/editor.hbp
+ Rich syntax text editor has been added.
2015-04-30 11:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/windows.ch
* '#define GDK_ISO_Left_Tab' added
2015-04-30 11:32 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hedit.prg
! Few fixes
2015-04-29 16:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hedit.prg
! Initial position setting corrected
! Backspace corrected for some kind of pictures
2015-04-29 15:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/control.c
* hwg_edit_getselpos() function added, which returns an array with selection positions
* source/gtk/hedit.prg
* copy/paste for get items now respects the picture
2015-04-25 09:00 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com)
* samples/a.prg
* source/common/promisc/procscri.prg
* utils/dbc/dbchw.prg
! changed calls to hb_version() to #ifdef __XHARBOUR)__ VERSION #ELSE#HB_VERSION() #ENDIF
* source/common/editor/hcedit.prg
! changed rule for translate hb_hash to hash since parameter is optional
! hwgui.lib.xbp
! updated
2015-04-24 13:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* :bAfter variable added - the codeblock, which executes in onEvent
after event handling
* source/common/editor/hcedit_l.c
* caret height setting corrected
2015-04-23 16:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hedit.prg
! Fix for some kinds of a picture
2015-04-16 21:52 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* utils/debugger/hwgdebug.prg
! Fixes
2015-04-16 16:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_W.c
* hced_getCaretHeight() function added
2015-04-16 13:44 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* New parameter added to DelText() - lChgPos. If it exists
and is set to .F., the cursor position after deleting isn't changed.
* utils/debugger\hwgdebug.prg
* Few shortcuts added and GoToLine() menu item and function.
Code provided by Antonino Perricone
Itamar M. Lins Jr.