Closed
Bug 6254
Opened 26 years ago
Closed 24 years ago
(feature) Find/Replace needs to be implemented
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: sujay, Assigned: kinmoz)
References
Details
(Whiteboard: moz0.8, 19-Jan)
using 5/11 build of apprunner.
The following functionality needs to be implemented for editor
Find(forwards, backwards, case sensitive)
Replace
Find Dialog
Find/Replace dialog
Updated•26 years ago
|
Assignee: kostello → sfraser
Target Milestone: M6
Comment 1•26 years ago
|
||
Changing to Simon, setting target milestone to M6
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6 → M7
Comment 2•26 years ago
|
||
Moving out to M7.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
Comment 3•26 years ago
|
||
Replace is a post-beta feature, at risk. Find is done. Closing this bug as
a remind.
Comment 4•24 years ago
|
||
reopening and marking Future...
Status: RESOLVED → REOPENED
Resolution: REMIND → ---
Target Milestone: M7 → Future
Updated•24 years ago
|
Assignee: sfraser → kin
Status: REOPENED → NEW
Comment 5•24 years ago
|
||
Over to kin
Moving target milestone to mozilla0.9.
Status: NEW → ASSIGNED
Target Milestone: Future → mozilla0.9
Comment 7•24 years ago
|
||
moving to moz0.8, should be landing by 1/19
Whiteboard: moz0.8, 19-Jan
Target Milestone: mozilla0.9 → mozilla0.8
Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace checked in.
sr=sfraser@netscape.com r=ducarroz@netscape.com
New Files:
editor/txtsvc/macbuild/txtsvcIDL.mcp
editor/txtsvc/public/MANIFEST_IDL
editor/txtsvc/public/nsIFindAndReplace.idl
editor/txtsvc/src/nsFindAndReplace.cpp
editor/txtsvc/src/nsFindAndReplace.h
xpfe/components/find/resources/replacedialog.js
xpfe/components/find/resources/replacedialog.xul
xpfe/components/find/resources/locale/en-US/replacedialog.dtd
Modified Files:
build/mac/build_scripts/MozillaBuildList.pm
editor/base/nsEditorShell.cpp
editor/idl/nsIEditorShell.idl
editor/txtsvc/macbuild/txtsvc.mcp
editor/txtsvc/public/Makefile.in
editor/txtsvc/public/makefile.win
editor/txtsvc/public/MANIFEST
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/makefile.win
editor/txtsvc/src/nsTextServicesFactory.cpp
editor/ui/composer/content/ComposerCommands.js
editor/ui/composer/content/editor.js
editor/ui/composer/content/editorOverlay.xul
editor/ui/composer/locale/en-US/editorOverlay.dtd
mailnews/compose/resources/content/messengercompose.xul
mailnews/compose/resources/content/MsgComposeCommands.js
mailnews/compose/resources/locale/en-US/messengercompose.dtd
xpfe/components/jar.mn
xpfe/components/find/public/nsIFindComponent.idl
xpfe/components/find/public/nsISearchContext.idl
xpfe/components/find/resources/makefile.win
xpfe/components/find/resources/MANIFEST
xpfe/components/find/resources/locale/en-US/MANIFEST
xpfe/components/find/src/nsFindComponent.cpp
xpfe/components/find/src/nsFindComponent.h
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•24 years ago
|
||
Forgot to add: xpfe code r=law@netscape.com
Reporter | ||
Comment 11•24 years ago
|
||
Find/Replace definitely working...
verified in 1/24 build
Excellent work Kin!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•