Ctrl+Up/Down Poll

General TRichView support forum. Please post your questions here
Post Reply

Ctrl+Up/Down arrow key must:

scroll the editor without changing the caret position
1
20%
move the caret to the beginning of the prior/next paragraph
4
80%
 
Total votes: 5

Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Ctrl+Up/Down Poll

Post 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?
Pieter E.
Posts: 834
Joined: Sun Aug 28, 2005 9:34 am

Post by Pieter E. »

TRichViewEdit is a text editor like MS Word. I my opinion should it act like a text editor. :wink:
jonjon
Posts: 435
Joined: Sat Aug 27, 2005 4:19 pm

Post by jonjon »

I agree with Pieter: TRichViewEdit should be as similar to MS Word as possible.
semike
Posts: 73
Joined: Wed Sep 07, 2005 6:52 am

Post by semike »

Hi Sergey,

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

Regards,
Michael
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

The opposite behavior can be implemented using OnKeyDown.
I am interested in opinions about the initial/default settings.
Post Reply