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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user