📄 changelog
字号:
config.editorURL removed, better handling of _editor_url
2003-10-27 Mihai Bazon <mishoo@localhost.localdomain>
* 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 Mihai Bazon <mishoo@localhost.localdomain>
* 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 loading
2003-10-24 Mihai Bazon <mishoo@localhost.localdomain>
* 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 releases
2003-10-23 Mihai Bazon <mishoo@localhost.localdomain>
* 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: minor
2003-10-18 Mihai Bazon <mishoo@localhost.localdomain>
* lang/si.js: Slovenian translation (thanks to Tomaz Kregar)
2003-10-15 Mihai Bazon <mishoo@localhost.localdomain>
* lang/fr.js: updated French translation (thanks to Jonathan Ernst)
2003-10-07 Mihai Bazon <mishoo@localhost.localdomain>
* 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 typo
2003-10-06 Mihai Bazon <mishoo@localhost.localdomain>
* 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_url
2003-10-05 Mihai Bazon <mishoo@localhost.localdomain>
* htmlarea.js:
full page editing facility; better interface for plugins popup dialogs
2003-10-03 Mihai Bazon <mishoo@localhost.localdomain>
* 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 Mihai Bazon <mishoo@localhost.localdomain>
* htmlarea.js: implemented proprietary undo/redo system (still buggy)
* popups/about.html: no bold on tabs
2003-10-01 Mihai Bazon <mishoo@localhost.localdomain>
* 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 Mihai Bazon <mishoo@localhost.localdomain>
* 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 Mihai Bazon <mishoo@localhost.localdomain>
* 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 links
2003-09-27 Mihai Bazon <mishoo@localhost.localdomain>
* popups/fullscreen.html: dont load null scripts ;-)
* htmlarea.js: undo/redo buttons removed for IE
2003-09-25 Mihai Bazon <mishoo@localhost.localdomain>
* images/ed_save.gif, images/ed_save.png: added save icon
* plugins/SpellChecker/lang/da.js: Danish translation available
2003-09-19 Mihai Bazon <mishoo@localhost.localdomain>
* 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.com
2003-09-16 Mihai Bazon <mishoo@localhost.localdomain>
* plugins/SpellChecker/lang/hu.js:
added Hungarian translation for the SpellChecker plugin
2003-09-15 Mihai Bazon <mishoo@localhost.localdomain>
* lang/hu.js, plugins/TableOperations/lang/hu.js:
added Hungarian translation (thanks to Miklós Somogyi)
2003-09-14 Mihai Bazon <mishoo@localhost.localdomain>
* lang/lv.js: added Latvian translation (thanks to Janis Klavins)
2003-09-02 Mihai Bazon <mishoo@localhost.localdomain>
* htmlarea.js:
added helper function for removing stuff from the configuration toolbar
* popupwin.js:
fixed bug that prevented TableOperation popups to show up in IE
2003-08-25 Mihai Bazon <mishoo@localhost.localdomain>
* htmlarea.js: fixed status-bar behavior (can be hidden if desired)
* lang/es.js: fixed structure
2003-08-21 Mihai Bazon <mishoo@localhost.localdomain>
* popupwin.js:
bugfix: use _editor_url to allow the editor to be some place else
2003-08-14 Mihai Bazon <mishoo@localhost.localdomain>
* plugins/SpellChecker/lang/it.js: utf-8-ified
* lang/it.js: Italian translation updated (thanks to Fabio Rotondo)
* plugins/TableOperations/lang/it.js:
Italian translation, thanks to Fabio Rotondo
2003-08-13 Mihai Bazon <mishoo@localhost.localdomain>
* plugins/SpellChecker/lang/it.js:
Added Italian translation (thanks to Fabio Rotondo)
2003-08-12 Mihai Bazon <mishoo@localhost.localdomain>
* plugins/SpellChecker/lang/cz.js, plugins/TableOperations/lang/cz.js, lang/cz.js:
CZ translation
* htmlarea.js:
fixed bug when more HTMLAreas were present in the same <FORM> -- get each
one's text onsubmit. (thanks Fabio Rotondo for report and test case)
2003-08-11 Mihai Bazon <mishoo@localhost.localdomain>
* index.html: added brief installation notes
2003-08-10 Mihai Bazon <mishoo@localhost.localdomain>
* index.html, makefile.xml, release-notes.html:
added version/release to index.html
* lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/makefile.xml, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/vn.js, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/lang/ro.js, plugins/SpellChecker/makefile.xml, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/lang/ro.js, plugins/TableOperations/makefile.xml, plugins/TableOperations/table-operations.js, plugins/makefile.xml, popups/about.html, popups/fullscreen.html, popups/makefile.xml, example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html, htmlarea-lang-b5.js, htmlarea-lang-da.js, htmlarea-lang-de.js, htmlarea-lang-en.js, htmlarea-lang-es.js, htmlarea-lang-fr.js, htmlarea-lang-gb.js, htmlarea-lang-it.js, htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-nb.js, htmlarea-lang-nl.js, htmlarea-lang-pl.js, htmlarea-lang-pt_br.js, htmlarea-lang-ru.js, htmlarea-lang-se.js, htmlarea-lang-vn.js, htmlarea.css, htmlarea.js, images/ed_paste.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/makefile.xml, index.html, lang/b5.js, make-release.pl, makefile.xml, popupdiv.js, popupwin.js, project-config.xml, readme.html, reference.html, release-notes.html:
Merged from table-devel branch. Development back on main trunk.
* plugins/SpellChecker/readme-tech.html: added I18N file to description
* plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js:
internationalization now supported
* plugins/TableOperations/table-operations.js:
fixed bug icons inside dialogs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -