cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

arbortext editor: strange behaviour if deleting a character after an element

hbestler
12-Amethyst

arbortext editor: strange behaviour if deleting a character after an element

Hi,

we use the Arbortext Editor Version 6.1. If we delete a character after an inline element, arbortext deletes also the space:

You can see this in this example:

As you can see, the cursor is placed after the emphasis - element.

space_before.png

If we would like to delete the point character with backspace, Arbortext deletes also the space character:

space_deleted.png

That is absolutely not desired. Is there maybe a setting/option to change this behaviour?

Thank you for your help in advance.

1 ACCEPTED SOLUTION

Accepted Solutions

Hi Hubert--

Try this:in Preferences, click Advanded, find the "deletespaces" option, and set to "off".

Or, in an ACL startup script, add the line

     set deletespaces=off

--Clay

View solution in original post

2 REPLIES 2

Hi Hubert--

Try this:in Preferences, click Advanded, find the "deletespaces" option, and set to "off".

Or, in an ACL startup script, add the line

     set deletespaces=off

--Clay

Hi Clay,

perfect! That was exactly what we were looking for.

Top Tags