Hi,
It seems that something has changed with data input boxes.
In previous versions, I could have a layout with line breaks :
(
n (a)
r (b b)
)
And also copy/paste/modify to achieve this for example :
(
n (a)
r (b b)
r (b c)
)
In OM 6.12, all boxes are displayed on a single line :
(n (a) r (b b))
And when copy/pasting and putting the cursor in position to insert, it replaces everything instead of inserting :
r (b b)
Is it possible to have the previous versions behaviour in 6.12 ?
Kreso