Page 1 of 1

Ctrl+Up/Down Poll

Posted: Sun Aug 26, 2012 2:13 pm
by Sergey Tkachenko
The behavior of TRichViewEdit on Ctrl+Up/Down arrow keys differs from MS Word.
TRichViewEdit works like the editor in Delphi IDE: it scrolls the editor without changing the caret position.
MS Word moves the caret to the beginning of the previous/next paragraph.

What do you prefer?

Posted: Mon Aug 27, 2012 7:15 am
by Pieter E.
TRichViewEdit is a text editor like MS Word. I my opinion should it act like a text editor. :wink:

Posted: Mon Aug 27, 2012 9:31 am
by jonjon
I agree with Pieter: TRichViewEdit should be as similar to MS Word as possible.

Posted: Mon Aug 27, 2012 10:36 am
by semike
Hi Sergey,

what about a setting wich allows to options: cmWordprocessor, cmCodeEditor?

Regards,
Michael

Posted: Mon Aug 27, 2012 2:42 pm
by Sergey Tkachenko
The opposite behavior can be implemented using OnKeyDown.
I am interested in opinions about the initial/default settings.