Pages and Articles main tab

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

[8] Fred4/Ted4: Error calling the plug-in ParseImg.dll when crop some images

GN4-4540

The images contains wrong XMP values (wrong colorspace value in this case) this cause the error that stop the operation.
The fix just ignore the wrong xmp value and the operation crop successfully the image.

Modified date: 20/07/2016 17:33:56 - P4 Changelist: 83040 - From build: main.2972.x (T)

 

[118] Ted4: when copying articles do not copy "publish" attributes

GN4-4399

The "pubInfo" attribute is now added to the list of attributes to clear on article copy.

Modified date: 27/05/2016 12:05:54 - P4 Changelist: 82319 - From build: main.2918.x (T)

[1] Ted4: ChangeMode operation won't trigger the autosave anymore

GN4-4316

ChangeMode operation won't trigger the autosave anymore.

Modified date: 29/04/2016 10:56:11 - P4 Changelist: 81932 - From build: main.2890.x

 

[11] Fred4, Ted4: automatic redraw view when reenabling video update

GN4-4336

When TedApp.TedDisableDraw or FredApp.DisableDraw becomes 'False' (explicitly in a script, or automatically on script end) the view is redraw to reflect new graphics state. No need to call Page.ViewRedraw() or newly implemented (for consistency) Text.ViewRedraw().

Modified date: 06/05/2016 15:33:49 - P4 Changelist: 82017 - From build: main.2897.x

 

[3] Ted/Fred: allow to delete hidden fixed spaces with Backspace key in WYSIWYG/on page

GN4-4313

Now you can delete the hidden fixed spaces in text by pressing the Backspace key while editing text in WYSIWYG/on page. You need to enable and configure the functionality by adding a key in the EditorialConfig, such as <Item Name="glbFixedSpaces" Value="&gt;em&lt;,&gt;en&lt;,&gt;thin&lt;,&gt;r ,&gt;l -" />, that covers the tags >em<, >en<, >thin<, >r value< and >l -value<. By default disabled.

Modified date: 28/04/2016 15:50:13 - P4 Changelist: 81912 - From build: main.2889.x (T)

 

[4] Ted/Fred: add command to insert a fixed space as medium space

GN4-4315

You can add the fixed space in the same size as the medium moving space. The script name is "EditInsertSpaceMulti" and you can assign it to a key you want.

Modified date: 28/04/2016 15:50:13 - P4 Changelist: 81912 - From build: main.2889.x (T)

 

[9] Ted4: problem with article tree window taking all available space

GN4-4307

Opening an article in source layout only was not opening any text, now fixed.
Added a new command SrcTxtExpand(txtid): it expand the source view of input txtid and collapse the others (not effective if the source view is not open).

Modified date: 27/04/2016 15:28:07 - P4 Changelist: 81895 - From build: main.2888.x (T)

 

[10] Ted: allow to disable auto-save programmatically from script and restore its status

GN4-4303

Add TedApp.DisableAutoSave = True in top of a script to avoid auto save of text within the script execution. The flag is automatically reset when script ends.

Modified date: 27/04/2016 15:03:07 - P4 Changelist: 81894 - From build: main.2888.x (T)

 

[11] Ted4: access to table properties broken

GN4-4304

After GN4-3586 changes, not all the cell properties where correctly available. Now fixed.

Modified date: 27/04/2016 12:30:54 - P4 Changelist: 81889 - From build: main.2888.x (T)

 

[12] Fred/Ted: saving table styles was not working well

GN4-4311

Saving table styles was not working well with the new table styles format, introduced in the version 2.3. Now fixed.

Modified date: 27/04/2016 11:15:46 - P4 Changelist: 81883 - From build: main.2888.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)

 

[253] Fred4, Ted4: always show in status bar the article name

GN4-3968

The status bar will now always display article name, if available. The path and type is the text element one, as before.

Modified date: 08/02/2016 15:16:32 - P4 Changelist: 80667 - From build: main.2809.x (T)