Search found 6 matches

by chris.clark
Wed Nov 25, 2015 8:52 pm
Forum: Support
Topic: Prevent ItemTags from continuing to next paragraph
Replies: 4
Views: 15104

Understand. If enter is pressed at the start of the paragraph then would make sense for the tag to stay with the second paragraph - i.e. the part originally on and if at the end then stay with the first. If pasted then quite probably the pasted text shouldn't hold on to tag information but if there ...
by chris.clark
Tue Nov 24, 2015 10:01 pm
Forum: Support
Topic: Prevent ItemTags from continuing to next paragraph
Replies: 4
Views: 15104

Thanks Sergey. I think an option to clear would work well. I guess our use case is if enter is pressed in the middle of a paragraph then the first part would retain the tag and the second would have it cleared. Something we need to add is an option in a context menu to clear/set the item tag. I ...
by chris.clark
Mon Nov 23, 2015 9:56 am
Forum: Support
Topic: Prevent ItemTags from continuing to next paragraph
Replies: 4
Views: 15104

Prevent ItemTags from continuing to next paragraph

We make use of item tags (SetItemTag) to store a label for a line/block of text (and display this to the left of the paragraph on draw). When a new paragraph is started this item tag is carried forward (by the looks of it) to the new paragraph showing the same tag on the left of that paragraph. Is ...
by chris.clark
Sun Jul 05, 2015 8:55 am
Forum: Support
Topic: Copy text with soft returns pastes as hard returns
Replies: 1
Views: 9998

I think I identified why it wasn't working. The copy option "rvoAutoCopyRVF" needed to be set which makes sense so that it picks up the additional meta info about the items rather than just plain text.
by chris.clark
Sat Jul 04, 2015 11:28 am
Forum: Support
Topic: Copy text with soft returns pastes as hard returns
Replies: 1
Views: 9998

Copy text with soft returns pastes as hard returns

Hi. I have text sections that have soft returns (Shift + Enter) in them. When I copy and paste the pasted text has hard returns in them (Enter). Using drag + drop text within the editor (TRichViewEdit) also produces the same result. This is particularly noticeable because paragraph style has a ...
by chris.clark
Sat Jun 20, 2015 7:13 am
Forum: Support
Topic: Flexibility in customising RichView control (backgrounds)
Replies: 1
Views: 9973

Flexibility in customising RichView control (backgrounds)

Can you advise whether there is flexibility to hook into the painting routines (either by callback methods or subclassing) to customise the drawing on the rich view control. Particularly what I am wanting to do is draw custom coloured backgrounds behind each paragraph block (think rounded rectangles ...