1) setContent(String content) works automatically on visual and source editor modes
2) insertContent(String content) works automatically on visual and source editor modes
3) getContent() works automatically on visual and source editor modes
4) saveFile() and saveToLocation() character encoding fixes.
5) loadInterfaceLanguageFile() will seek first for an url and subsequently in the class path for the file. This now allows not only URLs to be specified as parameters but also resources.
6) loadStyleDescriptionsFile() will seek first for an url and subsequently in the class path for the file. This now allows not only URLs to be specified as parameters but also resources.
7) Several fixes over XML rendering of the components. Updated examples
section
- setXMLMode(boolean mode) - improved automatic XML grammar builder
- easier management of custom listeners on CustomXML components
8) Now is possible to type also after tables near the body end.
9) Several fixes over image rendering and loading. Now images with only one parameter (width|height) specified will be rendered properly
10) Improvements over list management. Sublists supported - indent outdent of lists. Improved usability support - TAB key will create sublists depending on the selection and Shift+TAB will outdent the lists on the selection.
11) Improved usability on tables - tab key will move to the next cell on tab or create new row if last.
12) Internationalization support - improvements on bidi languages, support for western characters and numbers and Hebrew ion the same document.
13) improved rendering of tables, enhanced background and borders rendering of nested tables.
14) Applet Edition - improved remote file dialog.
15) New examples for php scripts for directory browsing for the remote file dialog.
16) Several fixes over charsets handling on open/save operations
17) Applet Edition - fixes on loaded and embedded style definitions
18) Much improved the automatic XML mode - faster custom tags detection and identification
19) Copy & paste oprations on custom XML tags now works as expected in automatic XML mode, previously it was working only in manual mode through registerTag...
20) Fixes the issue with <b> + inline styles
21) Improved XML generation - now the editor will respect the case of the custom tags - previously everything was converted in lower case which was causing problems with some strict parsers.
22) support for <? xml ?> tags inside the document - now all these tags will be preserved and treated as expected.
23) Improved behavior for backspace in lists and paragraphs. Now the text flow will be continuous when passing from list to paragraph and vice versa.
24) Enterprise Component & Applet Edition - now spellchecking dictionaries will be searched in the following sequence - URL, classpath automatically. This way you can easily add a fully qualified URL or if you prefer simply a resource located in the classpath, for the applet this could be also the document base.
25) Enterprise Component & Applet Edition - improved spellchecking match capabilities
26) Component & Applet Edition - now interface translation resources will be searched in the following sequence - URL, classpath automatically. This way you can easily add a fully qualified URL or if you prefer simply a resource located in the classpath, for the applet this could be also the document base.
27) Improved printing - resolved some issues on printing tables, lists
28) Component Edition - easy addition of custom browsing component through the new browsable interface.
29) Many improvements over general usability and general behavior.