зеркало из https://github.com/mozilla/gecko-dev.git
80805,131767: Editor find/replace fixes, files missed in the previous checkin. r=cmanske sr=dveditz a=asa
This commit is contained in:
Родитель
331d70efae
Коммит
c3db3cdc94
|
@ -33,6 +33,7 @@
|
|||
<!ENTITY replaceField.tooltip "Type one or more words to replace with">
|
||||
<!ENTITY findNextButton.label "Find Next">
|
||||
<!ENTITY replaceButton.label "Replace">
|
||||
<!ENTITY replaceAndFindButton.label "Replace and Find">
|
||||
<!ENTITY replaceAllButton.label "Replace All">
|
||||
<!ENTITY closeButton.label "Close">
|
||||
<!ENTITY notFoundWarning.label "The text you entered was not found.">
|
||||
|
|
|
@ -63,13 +63,13 @@ interface nsIFind : nsISupports
|
|||
* @param aStartPoint A Range specifying search start point.
|
||||
* If not collapsed, we'll start from
|
||||
* end (forward) or start (backward).
|
||||
* May be zero; if so, we'll start at the end
|
||||
* (forward) or beginning (back) of aSearchRange.
|
||||
* @param aEndPoint A Range specifying search start point.
|
||||
* If not collapsed, we'll start from
|
||||
* end (forward) or start (backward).
|
||||
* May be zero; if so, we'll start at the beginning
|
||||
* May be null; if so, we'll start at the start
|
||||
* (forward) or end (back) of aSearchRange.
|
||||
* @param aEndPoint A Range specifying search end point.
|
||||
* If not collapsed, we'll end at
|
||||
* end (forward) or start (backward).
|
||||
* May be null; if so, we'll end at the end
|
||||
* (forward) or start (back) of aSearchRange.
|
||||
* @retval A range spanning the match that was found (or null).
|
||||
*/
|
||||
nsIDOMRange Find(in wstring aPatText, in nsIDOMRange aSearchRange,
|
||||
|
|
Загрузка…
Ссылка в новой задаче