Luiz Americo wrote:

Mattias Gaertner wrote:

What should Cursor Left/Right do in the identifier/word completion box?

What does Delphi do in its 'Code Completion' box?

Let´s take an example, type:

ShowM + Ctrl-Space -> the box shows every possibility that begins with "ShowM" (Showmodal, ShowMessage etc)

If move cursor rigth -> completion box disappears

If move Cursor Left -> the box shows every possibility that begins with "Show" (Showmodal, ShowMessage, Show etc)
if you continue to move left it will display possibilties for "Sho" etc


Shouldn't that be the other way around i.e.

Cursor Left -> completion box disappears.

Cursor Right -> shows possibilities for next character (or character combination) in the completion box etc.

Also you should still be able to enter characters at the cursor in combination with the Code Completion box, and should be able to use the backspace key. If using Backspace on the dot then Code Completion should disappear.

George.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to