kin%netscape.com
4275b833c4
Fix for bug #6254 (Find/Replace needs to be implemented.)
...
First pass implementation of Find and Replace.
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
2001-01-23 21:55:04 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
kin%netscape.com
c4f863915d
Fixed spellchecker recheck bug.
...
mozilla/editor/base/nsEditorShell.cpp
mozilla/editor/idl/nsIEditorSpellCheck.idl
- Modified StartSpellChecking() so that it no longer calls
NextMisspelledWord().
- Renamed Start/CloseSpellChecking() to Init/UninitSpellChecker().
- Changed prototype of GetCurrentDictionary() in the idl file.
- Replaced all references of NS_SPELLCHECKER_CID with NS_SPELLCHECKER_PROGID.
mozilla/editor/txtsvc/public/nsISpellChecker.h
- Added NS_SPELLCHECKER_PROGID.
mozilla/editor/txtsvc/public/nsTextServicesCID.h
- Removed NS_SPELLCHECKER_CID.
mozilla/editor/ui/composer/content/ComposerCommands.js
- Replaced all calls to Start/CloseSpellChecking() with
Init/UninitSpellChecker().
- We now call GetNextMisspelledWord() after initing the spellchecker.
mozilla/editor/ui/dialogs/content/EdSpellCheck.js
- Dialog now assumes the spellchecker language has been set before the
dialog is invoked.
- Fixed Recheck() so that it now sets the language.
2000-05-05 14:58:43 +00:00
kin%netscape.com
9a62a21851
Added spellchecker support for different dictionaries/languages:
...
mozilla\editor\base\nsEditorShell.cpp
mozilla\editor\idl\nsIEditorSpellCheck.idl
mozilla\editor\txtsvc\public\nsISpellChecker.h
- Added GetDictionaryList() and Get/SetCurrentDictionary() methods.
mozilla\editor\ui\dialogs\content\EdDialogCommon.js
- Added AppendValueAndDataToMenulist() function.
mozilla\editor\ui\dialogs\content\EdSpellCheck.xul
- We now import strres.js.
mozilla\editor\ui\dialogs\content\EdSpellCheck.js
- Added InitLanguageMenu().
2000-05-04 14:37:56 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
kin%netscape.com
3496482faa
editor/txtsvc/public/nsITextServicesDocument.h
...
editor/txtsvc/src/nsTextServicesDocument.cpp
editor/txtsvc/src/nsTextServicesDocument.h
- Added ScrollSelectionIntoView() method to nsITextServicesDocument
interface and implementation.
1999-09-29 20:04:34 +00:00
briano%netscape.com
d5abd4e0c7
General cleanup.
1999-09-09 03:34:19 +00:00
cyeh%netscape.com
9577b5cefa
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
ramiro%netscape.com
416ac6f958
Dont clobber the DEFINES macro.
1999-07-16 13:28:12 +00:00
kin%netscape.com
ea696e615b
Made read only parameters const.
1999-05-12 22:17:41 +00:00
kin%netscape.com
72b795573f
Changed all references to nsVoidArray to nsStringArray.
1999-05-12 21:56:11 +00:00
kin%netscape.com
2f9144f0b4
Added implementation for First/LastSelectedBlock().
...
Added better iterator status tracking.
1999-05-11 19:16:24 +00:00
kin%netscape.com
f56ad4a10c
Made Add/RemoveWordToPersonalDictionary pure virtual.
1999-05-11 19:14:43 +00:00
kin%netscape.com
92ef71eee9
Added nsISpellChecker.h to export list.
1999-05-11 19:13:39 +00:00
kin%netscape.com
dc11fb7a86
Renamed NS_TEXTSERVICE_CID to NS_SPELLCHECKER_CID.
1999-05-04 22:03:32 +00:00
kin%netscape.com
4d9e8272c4
Initial checkin of file.
1999-05-04 21:54:11 +00:00
sspitzer%netscape.com
fcfd7c1d8b
cvs ignorage of generated makefiles
1999-04-26 18:26:05 +00:00
kin%netscape.com
0a1c9c3096
Misc changes to the nsITextServicesDocument interface.
1999-04-23 16:52:28 +00:00
kin%netscape.com
da5a91388e
Removed nsITextServicesDocumentInternal.h.
1999-03-31 22:10:42 +00:00
kin%netscape.com
78383c59cf
Initial checkin of files.
1999-03-31 19:25:05 +00:00