2012-01-25 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/idefindreplace.prg
    ! Changed: <Replace> option in <Find in Files> now opens
       the modified source on <Main> panel only instead the 
       current active panel if the source is not open already.
       This facilitates the easy management of saving/closing 
       those sources in bulk.
This commit is contained in:
Pritpal Bedi
2012-01-26 02:09:21 +00:00
parent 2ada1c0fe5
commit 5bb86161a7
2 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-01-25 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idefindreplace.prg
! Changed: <Replace> option in <Find in Files> now opens
the modified source on <Main> panel only instead the
current active panel if the source is not open already.
This facilitates the easy management of saving/closing
those sources in bulk.
2012-01-25 15:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idefindreplace.prg
! Changed: <Replace> option in <Find in Files> now keeps open

View File

@@ -1003,7 +1003,7 @@ METHOD IdeFindInFiles:replaceAll()
ENDIF
#endif
cSource := aFind[ 2 ]
::oSM:editSource( cSource, 0, 0, 0, NIL, NIL, .f., .t. )
::oSM:editSource( cSource, 0, 0, 0, NIL, "Main", .f., .t. )
ENDIF
qCursor := ::oIde:qCurEdit:textCursor()