General TRichView support forum. Please post your questions here
Sergey Tkachenko
Site Admin
Posts: 17557 Joined: Sat Aug 27, 2005 10:28 am
Contact:
Post
by Sergey Tkachenko » Sun Aug 26, 2012 2:13 pm
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?
Pieter E.
Posts: 835 Joined: Sun Aug 28, 2005 9:34 am
Post
by Pieter E. » Mon Aug 27, 2012 7:15 am
TRichViewEdit is a text editor like MS Word. I my opinion should it act like a text editor.
jonjon
Posts: 467 Joined: Sat Aug 27, 2005 4:19 pm
Post
by jonjon » Mon Aug 27, 2012 9:31 am
I agree with Pieter: TRichViewEdit should be as similar to MS Word as possible.
semike
Posts: 77 Joined: Wed Sep 07, 2005 6:52 am
Post
by semike » Mon Aug 27, 2012 10:36 am
Hi Sergey,
what about a setting wich allows to options: cmWordprocessor, cmCodeEditor?
Regards,
Michael
Sergey Tkachenko
Site Admin
Posts: 17557 Joined: Sat Aug 27, 2005 10:28 am
Contact:
Post
by Sergey Tkachenko » Mon Aug 27, 2012 2:42 pm
The opposite behavior can be implemented using OnKeyDown.
I am interested in opinions about the initial/default settings.