•Page editing panels remains visually "read only" when Fred4 works in TedExtra mode. No changes for text edit ones, always available.
•The manual switch on of the TedExtra Plus mode, either from the Tools menu or double clicking the TedExtra label, is controlled by a user/group parameter useTedExtraPlus, to be set to true if the feature is required.Default is false. Global automatic switch on of the Plus mode is controlled by the EditorialConfig/@TEPAutoEnter attribute
•When in TedExtra Plus, images can be:
ocropped in page using Crop Panel (Designer.ToggleCrop)
ocropped using SelCrop mouse panning (Page.SelCrop)
ocropped by scripting (Page.ImgSetCrop, no changes on outer frame)
ozoomed using shift + wheel (Page.ViewZoomImage)
orotated internally using ctrl + wheel (ElementProp.BitmapAngle, panel content mode)
The user need to enter/exit manually from Plus mode (auto-mode not available, otherwise each minimal change is a layer save and a check-in/out).
•The automatic TedExtra Plus mode is now under global editorial preference. The default is false (not active). To activate import this:
<source lang="xml">
<EditorialConfig
...
TEPAutoEnter="true"
•Better messages when not possible to enter Plus mode (ie: layer locked by someone else) or other messages from code must be shown.
•The label "Ted Extra Plus" is now blue when all is ok for changes on selected layer, yellow if the current layer was not checked out.
•Simplified VB code to support auto plus mode.
•Page.EditRedo() is now available in TedExtra, plus mode.
•Editorial images can now replace other images in page in TedExtra (automatic TedExtraPlus on drop). The target frame can not be changed, so the clipping path is not imported and only "crop" or "fit" operations are available on replace.
•Automatically exit TedExtraLib/Plus mode only if entered automatically, otherwise keep current manual status.
•The Ted Extra Plus mode needed all layers checked out. Now locked layers, if lock-level is too high, will not be considered, so no error will be issued.
•TedExtra Plus mode (former TedExtra Lib) now optionally allows link/unlink operations on text frames. To enable it, set the appropriate flag in Editorial Config as in this example:
<source lang="xml">
<EditorialConfig
...
TEPEnableLink="true"
>
Scripting note: *TedExtraLib* commands has been renamed *TedExtraPlus*. No changes in parameters.
•When using multiple Shell windows, the previews tracking the current selection continue to work correctly even when one of the windows is closed.