2008-10-15 18:12 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/debug/tbrwtext.prg
    * Replaced with new implementation from Lorenzo Fiorini.
      Sent to the list on 2008.07.26.
    ; NOTE: Some issue were reported with this, but it's again 
            a step into the right direction, please try to update 
            this code to better resemble to Clipper and to fix 
            possible error. Thanks.
    ; Remaining RTL .prg dependencies:
      - ACHOICE() (just one call)

  * source/debug/debugger.prg
    * Using hb_MemoWrit() instead of MemoWrit()

  * source/rtl/achoice.prg
    % Minor opt.
This commit is contained in:
Viktor Szakats
2008-10-15 16:29:47 +00:00
parent 57e094986e
commit a11e7bdfa2
4 changed files with 257 additions and 179 deletions

View File

@@ -2426,7 +2426,7 @@ METHOD SaveSettings() CLASS HBDebugger
cInfo += "Window Next" + hb_OSNewLine()
NEXT
MemoWrit( ::cSettingsFileName, cInfo )
hb_MemoWrit( ::cSettingsFileName, cInfo )
ENDIF
RETURN NIL