DelCharLeftEx

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Jan/2015, at 10:17

When editing text on page on the Pages main tab or on the WYSIWYG pane of the Articles main tab, the Public Overridable Sub DelCharLeftEx(), assigned in the standard configuration to the BACKSPACE key allows you to:

Maintain the paragraph formatting when deleting multiple selection, if the SystemUserOptions.T_KeepFormattingOnBS is True.

Maintains the formatting of the multiple paragraphs.

Behave as DelCharEx when there is a highlighted block.

If you edit text in the source pane and the tags are displayed, the DelCharLeftEx works in the native way.

You can turn off this behavior by assigning the standard system script DelCharLeftEx to the meny entry and to the shortcut key. Search for DelCharLeftEx in entire config and you will find the following entries:

  C:\tera\gn4\main\config\Global\GN4\fred4_TabItems.xml(1137):            <l:ShellMenuItem Header="Delete Left" CommandParameter="DelCharLeftEx" />

  C:\tera\gn4\main\config\Global\GN4\ted4_TabItems.xml(1325):            <l:ShellMenuItem Header="Delete Left" CommandParameter="DelCharLeftEx"/>

  C:\tera\gn4\main\config\Global\GN4\ted4_TabItems.xml(2570):        <KeyBinding CommandType="Script" CommandParameter="DelCharLeftEx" Key="Back"/>