Preferences

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Oct/2016, at 12:56

[352] Articles: when changing the type size by keys, keep the top char position

GN4-3839

You can select how GN4 will act, related to the top of the text position, when resizing a highlighted block of text by keys. A new global preference "EdConfig.glbKeepCharTopPos" has the default value "1" that means keep the top position. Other available values are: "2"=Do not keep (as per compatibility with previous versions). To change the value in "EditorialConfig", add the line <Item Name="glbKeepCharTopPos" Value="XXX" /> replacing "XXX" with "1" or "2". Moreover, on the Increments tab of the Extra preferences, there is a new user preference that allows to users to select Use System Default, Keep, Do not keep, overriding the system default.

Modified date: 21/12/2015 12:25:58 - P4 Changelist: 80127 - From build: main.2760.x (T)

 

[357] Fred4, Ted4: changes in preferences dialogs

GN4-1959

Two new scripting commands to immediately store preferences instead to wait application close: FredApp.SaveAllConfigs() and TedApp.SaveAllTedConfigs().
The Fred preferences dialog now remember, per user, the last state of "Apply all" check-box.

Modified date: 17/12/2015 17:15:28 - P4 Changelist: 80105 - From build: main.2756.x (T)

 

[353] Fred: add preference not to replace image with placeholder

GN4-3837

You can select how Fred will act, related to images, when placing a selected page object in a library. A new global preference EdConfig.glbRplImgWPlch has the default value "2" that means replace images in the library object with placeholders. Other available values are: "1"=prompt every time, "3"=keep real image. To change the value in EditorialConfig, add the line <Item Name="glbRplImgWPlch" Value="XXX" /> replacing "XXX" with "1", "2" or "3". Moreover, on the Libraries tab of the Extra preferences, there is a new user preference that allows to users to select Use System Default, Prompt, Replace, or Keep image, overriding the system default.

Modified date: 21/12/2015 10:09:13 - P4 Changelist: 80121 - From build: main.2760.x (T)

 

[42] Fred4, Ted4: default zoom ignored

GN4-4248

* Fred4: when the extra option "Zoom after opening" is set "Leave as is" the zoom level is read correctly from Zoom % Default in Display tab. Before was hard-coded to 142%.
* Ted4: added default zoom level editing in WYSIWYG preferences. The value was already present but unused and possibly different from hard-coded 142%.

Modified date: 13/04/2016 11:09:01 - P4 Changelist: 81668 - From build: main.2874.x (T)