📄 changelog
字号:
2003-11-21 mishoo@localhost.localdomain <mishoo@mishoo> * examples/context-menu.html, examples/fully-loaded.html, examples/pieng.png, index.html, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/en.js, plugins/ContextMenu/lang/makefile.xml, plugins/ContextMenu/makefile.xml, plugins/ContextMenu/menu.css, plugins/makefile.xml: Added ContextMenu plugin (work sponsored by American Bible Society)2003-11-11 mishoo@localhost.localdomain <mishoo@mishoo> * lang/en.js, lang/ro.js: support for the link dialog * plugins/FullPage/popups/docprop.html, popups/popup.js: support for I18N of core dialogs, added function to select a value in a <select>, all dialogs close on ESC * htmlarea.js: support for insert link popup, minor bug-fix in Mozilla (catch exception) * examples/fully-loaded.html: workaround some IE problems (it appears that it's definitely better to wait half a second before generate()-ing the editor * popups/link.html: allow ling target, title, edit link * plugins/TableOperations/lang/no.js, lang/no.js: Norwegian translation (thanks to Svein Sando)2003-11-10 mishoo@localhost.localdomain <mishoo@mishoo> * lang/es.js: fixed (thanks to Jorge)2003-11-07 mishoo@localhost.localdomain <mishoo@mishoo> * popups/about.html: changed to Unix encoding; Credits page needs to be redesigned2003-11-06 mishoo@localhost.localdomain <mishoo@mishoo> * lang/lt.js: Lithuanian translation, thanks to Jaroslav Satkevic2003-11-05 mishoo@localhost.localdomain <mishoo@mishoo> * lang/he.js: Hebrew language definition (thanks to Liron Newman)2003-11-04 mishoo@localhost.localdomain <mishoo@mishoo> * lang/vn.js: updated vietnamese translation, thanks to Nguyen Dinh Nam2003-11-03 mishoo@localhost.localdomain <mishoo@mishoo> * lang/nl.js: updated (thanks to ephemeros) * images/ed_left_to_right.gif, images/ed_right_to_left.gif: text direction icons * htmlarea.js, lang/en.js: implemented text direction support (LTR or RTL) workaround for a serious bug in IE (looses selection? bleah..)2003-10-31 mishoo@localhost.localdomain <mishoo@mishoo> * examples/2-areas.cgi, examples/2-areas.html: added sample that demonstrates how to create more editors in the same page and form * htmlarea.js: - increased the initial timeout after creating the iframe - apply the timeout to IE too (actually we need a better idea that will only create the editor _after_ all images are loaded; it seems that IE has serious problems about it: if HTMLArea is initialized while loading images, the rest of images will never be loaded and functionality will miss [IE only]) - custom undo queue disabled by default as it's still buggy2003-10-31 mishoo@localhost.localdomain <mishoo@mishoo> * examples/2-areas.cgi, examples/2-areas.html: added sample that demonstrates how to create more editors in the same page and form * htmlarea.js: - increased the initial timeout after creating the iframe - apply the timeout to IE too (actually we need a better idea that will only create the editor _after_ all images are loaded; it seems that IE has serious problems about it: if HTMLArea is initialized while loading images, the rest of images will never be loaded and functionality will miss [IE only]) - custom undo queue disabled by default as it's still buggy2003-10-28 mishoo@localhost.localdomain <mishoo@mishoo> * popups/about.html: only loaded plugins * plugins/CSS/css.js: copyright notices updated * examples/core.html, examples/css.html, examples/full-page.html, examples/spell-checker.html, examples/table-operations.html: updated to new style (load only htmlarea.js, define _editor_lang) * dialog.js, htmlarea.js, popups/popup.js, popupwin.js: copyright notices updated * htmlarea.js: Text "Path: " back in the status bar * popups/fullscreen.html: correctly loads all scripts and registers plugins * plugins/SpellChecker/spell-checker.js: dropped config.editorURL in favor if _editor_url * lang/en.js: - IE sucks in full screen message (not yet used but might be if users complain; I'm sick of IE, that sick that I will start charging 4 times more for IE compatibility; I might get a ulcer because of it... no kiddin') * htmlarea.js: - support _editor_lang - loads all required files - correct loading of plugins in full-screen mode - config.editorURL was permanently dropped in favor of _editor_url * popups/fullscreen.html, htmlarea.js: config.editorURL removed, better handling of _editor_url2003-10-27 mishoo@localhost.localdomain <mishoo@mishoo> * popups/fullscreen.html: bugfix: setting the BASE tag to the caller document's URL so we have no other problems like editor or button images not loading. Ha HA! >:-) * plugins/CSS/css.js: CSS plugin drop-down boxes appear on the second toolbar line by default * popupwin.js: added position for the opening window * lang/en.js: Insert Image ==> Insert/Modify Image * htmlarea.js: - Insert Image command patched to allow modification of a current image, if it's selected - Correct handling of selection for IE (test for ControlRange object) which fixes a lot of bugs (IMG elements is now present in Path, no more table props failures when an IMG or floating element is selected, etc.)2003-10-25 mishoo@localhost.localdomain <mishoo@mishoo> * popups/insert_image.html, htmlarea.js: insert image can now modify the properties of an existing image * htmlarea.js: Cut/copy/paste -- show hint of where to find information to enable it in Gecko * examples/core.html, examples/css.html, examples/full-page.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html: removed @import url(../htmlarea.css) -- HTMLArea takes care of loading the CSS by itself how * htmlarea.js: bugfix: catched some exceptions that otherwise would have led Mozilla to crash removed Path text from the statusbar * htmlarea.js: call onGenerate() for plugins that implement it; added loadStyle helper for easier stylesheet loading2003-10-24 mishoo@localhost.localdomain <mishoo@mishoo> * plugins/FullPage/test.html, examples/css.html, examples/full-page.html: removed unused code * plugins/makefile.xml, plugins/CSS/lang/makefile.xml, plugins/CSS/makefile.xml: CSS plugin added to distribution * examples/custom.css, htmlarea.js: removed default styles * popups/about.html: fixed resizable window (Moz fix only, IE worked fine) * plugins/CSS/css.js, plugins/CSS/lang/en.js, plugins/FullPage/full-page.js, examples/css.html, examples/custom.css, examples/fully-loaded.html: added the CSS plugin (sponsored by www.miro.com.au) * htmlarea.js: bugfix: sometimes getHTML failed as root.tagName was undefined (for DocumentFragment nodes) * project-config.xml: switching to CVS snapshot releases2003-10-23 mishoo@localhost.localdomain <mishoo@mishoo> * examples/test.cgi: moved from ../ * test.cgi: moved to examples/ * makefile.xml: added examples subdir * examples/makefile.xml: distribute example files * examples/full-page.html: FullPage plugin demo * examples/fully-loaded.html: added FullPage plugin * index.html: added link to FullPage plugin demo * examples/core.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html, popups/fullscreen.html, index.html: fixed example files, added _editor_url (REQUIREDcvs -q update -d .), fixed problems with the full-screen editor * examples/core.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html: examples previously found in ../ * example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html: moved to examples/ * popups/about.html: minor2003-10-18 mishoo@localhost.localdomain <mishoo@mishoo> * lang/si.js: Slovenian translation (thanks to Tomaz Kregar)2003-10-15 mishoo@localhost.localdomain <mishoo@mishoo> * lang/fr.js: updated French translation (thanks to Jonathan Ernst)2003-10-07 mishoo@localhost.localdomain <mishoo@mishoo> * plugins/FullPage/full-page.js, plugins/FullPage/img/docprop.gif, plugins/FullPage/img/makefile.xml, plugins/FullPage/lang/en.js, plugins/FullPage/lang/makefile.xml, plugins/FullPage/lang/ro.js, plugins/FullPage/makefile.xml, plugins/FullPage/popups/docprop.html, plugins/FullPage/popups/makefile.xml, plugins/FullPage/test.html, plugins/makefile.xml: FullPage plugin (allows configuring document properties) * lang/en.js: fixed typo2003-10-06 mishoo@localhost.localdomain <mishoo@mishoo> * popups/about.html: Released=>Compiled * popups/about.html: plugins credits only in plugins page * popups/popup.js: added ability to translate popup dialogs * htmlarea.css: small fix for Mozilla/XHTML mode (buttons have now correct size) * plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js: fixed plugin images paths * htmlarea.js: fixed doctype support fixed support for full page editing (did I mention that IE sucks?) avoids retrieving the contenteditable tag for body (IE only) fixed _colorToRgb function (returns '' for empty or null color) fixed editor/plugin images paths * popups/popup.js: allow __dlg_init to resize the window to cover a certain element * popups/fullscreen.html: save the doctype too in the new editor * popupwin.js: fixed bug: now functions correctly for absolute _editor_url2003-10-05 mishoo@localhost.localdomain <mishoo@mishoo> * htmlarea.js: full page editing facility; better interface for plugins popup dialogs2003-10-03 mishoo@localhost.localdomain <mishoo@mishoo> * htmlarea.js: calls the plugin update function, if supplied * popups/insert_image.html: added nice image preview (submitted by rickroot on the interactivetools forums, thanks!)2003-10-02 mishoo@localhost.localdomain <mishoo@mishoo> * htmlarea.js: implemented proprietary undo/redo system (still buggy) * popups/about.html: no bold on tabs2003-10-01 mishoo@localhost.localdomain <mishoo@mishoo> * htmlarea.js: undo/redo are removed only if IE and config.statusBar * popups/about.html: larger about box * htmlarea.js: registers the plugin instance too (where was my head?) * htmlarea.js: registers the plugin instance too * htmlarea.js: fixed bug: opening the help window from the right place * htmlarea.js: don't use eval to register new plugins (allows better plugin arguments handling)2003-09-29 mishoo@localhost.localdomain <mishoo@mishoo> * project-config.xml: beta+CVS * popups/about.html: more "space" between tabs * popups/about.html: the coolest about box ;-) * dialog.js, popups/insert_image.html, popups/insert_table.html, popups/popup.js, popups/select_color.html: fixed popups display under IE/Win * plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js, htmlarea.js: plugins will now register information about themselves * popups/popup.js: fixed an infantile mistake ;-) (popup windows are now centered correctly in Moz too)2003-09-28 mishoo@localhost.localdomain <mishoo@mishoo> * makefile.xml: mason args not needed * popups/about.html: better about box ;-) * project-config.xml: version beta+ * htmlarea.js: support passing parameters to plugins * plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/ro.js, popups/about.html, lang/en.js, lang/lv.js, lang/ro.js, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/ro.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js, release-notes.html, example-spell-checker.html, htmlarea.js, index.html, make-release.pl, reference.html: updated links2003-09-27 mishoo@localhost.localdomain <mishoo@mishoo> * popups/fullscreen.html: dont load null scripts ;-) * htmlarea.js: undo/redo buttons removed for IE2003-09-25 mishoo@localhost.localdomain <mishoo@mishoo> * images/ed_save.gif, images/ed_save.png: added save icon * plugins/SpellChecker/lang/da.js: Danish translation available2003-09-19 mishoo@localhost.localdomain <mishoo@mishoo> * plugins/SpellChecker/lang/de.js: DE translation added (thanks to broxx.com) * plugins/TableOperations/lang/da.js: danish translation provided by Steen Sønderup * plugins/TableOperations/lang/de.js: DE translation provided by broxx.com * lang/de.js: up-to-date by broxx.com2003-09-16 mishoo@localhost.localdomain <mishoo@mishoo>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -