2011-05-19 08:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/ideedit.prg
  * contrib/hbide/ideeditor.prg
    ! Fixed: regression in last commit. Now hbIDE opens ok.
    ; TOFIX: split window is broken.
This commit is contained in:
Pritpal Bedi
2011-05-19 15:35:24 +00:00
parent e43c00de24
commit 9386b75d56
3 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-19 08:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/ideedit.prg
* contrib/hbide/ideeditor.prg
! Fixed: regression in last commit. Now hbIDE opens ok.
; TOFIX: split window is broken.
2011-05-19 17:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/valtoexp.prg
* formatted HB_CSTR()

View File

@@ -730,7 +730,9 @@ METHOD IdeEdit:execKeyEvent( nMode, nEvent, p, p1 )
METHOD IdeEdit:highlightPage()
::qEdit:hbHighlightPage()
IF hb_isObject( ::oEditor:qHiliter )
::qEdit:hbHighlightPage()
ENDIF
RETURN Self

View File

@@ -1567,6 +1567,11 @@ METHOD IdeEditor:setDocumentProperties()
hbide_image( iif( ::lReadOnly, "tabreadonly", "tabunmodified" ) ) )
::lLoaded := .T.
IF hb_isObject( ::qHiliter )
::qHiliter:hbSetInitialized( .t. )
::qEdit:hbHighlightPage()
ENDIF
IF ::cType $ "PRG,C,CPP,H,CH,HBS"
::qTimerSave := QTimer()
::qTimerSave:setInterval( max( 30000, ::oINI:nTmpBkpPrd * 1000 ) )
@@ -1576,8 +1581,6 @@ METHOD IdeEditor:setDocumentProperties()
::oUpDn:show()
ENDIF
::qHiliter:hbSetInitialized( .t. )
::qEdit:hbHighlightPage()
::nBlock := qCursor:blockNumber()
::nColumn := qCursor:columnNumber()