Insertion bullets/lists into a protected paragraph

General TRichView support forum. Please post your questions here
Post Reply
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

Insertion bullets/lists into a protected paragraph

Post by vit »

The paragraph has options rvpaoReadOnly, rvpaoDoNotWantReturns and all items of its have protection rvprConcateProtect, rvprModifyProtect, rvprDoNotAutoSwitch, rvprSticking, rvprDeleteProtect, rvprParaStartProtect.

But actions like TrvActionParaBullets, TrvActionParaNumbering and TrvActionParaList are available for it.

Is that mistake or by design?

How do I change a behaviour of those actions?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I confirm the problem.
Lists operations must respect rvpaoReadOnly, sticking options, as well as a delete protection of the list marker.
It will be fixed in the next update.
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

Post by vit »

Also a paragraph indent can be changed using ruler. Is that OK?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Well, currently there is no option to protect paragraph style from changing.
Do you need it?
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

Post by vit »

Yes, I do, and in tables too
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

Post by vit »

Are you going to add this feature?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

A fixed version is uploaded (for registered users)

1) The problem with paragraph lists and protection is solved.
2) I was wrong when I said that there was no option for protection of paragraph style. There is rvpaoStyleProtect in Options of paragraph style. But TRVRuler ignored this option. Fixed.
Post Reply