Bugs item #999057, was opened at 2004-07-27 16:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=999057&group_id=44253
Category: Definitions (source editor)
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Horowitz (nrhorowitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replace All off by one
Initial Comment:
Performing a "replace all" will occur one too many
times in the current document only. For example, if
you have two documents open, which both contain only
"int" and perform a search/replace "int" with "uint"
then the current document will contain "uuint" and the
other document will (correctly) contain "uint" -- for
some reason, the current document is search/replaced
twice, but other documents are not.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=999057&group_id=44253
|