PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.1.290 (2007-11-07)
TYPO3 Extension:
2.0.2 (2007-06-14)
3.13 Can the editor's "Enter" and "Shift-Enter" behaviour be alternated?
Yes, by setting <alternateenterkeyaction enabled="true" / "false" /> within the config file.
If enabled is set to "true", a line break will be created when the enter key is pressed while a new paragraph is inserted when pressing shift+enter.
If enabled is set to "false", a paragraph (<p>...</p>) is inserted when the enter key is pressed inside the editor.
If shift+enter is pressed, a line break is created (<br />).
For more information please review the edit-on Pro Integration Manual.