From 5bb86161a77c0329dd4a34df87345dd7395cccc7 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 26 Jan 2012 02:09:21 +0000 Subject: [PATCH] 2012-01-25 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg ! Changed: option in now opens the modified source on
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. --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hbide/idefindreplace.prg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ebbb74e3aa..96cc392546 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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: option in now opens + the modified source on
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: option in now keeps open diff --git a/harbour/contrib/hbide/idefindreplace.prg b/harbour/contrib/hbide/idefindreplace.prg index 53ea4f7c50..dd14bc46f2 100644 --- a/harbour/contrib/hbide/idefindreplace.prg +++ b/harbour/contrib/hbide/idefindreplace.prg @@ -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()