Adrian Maier wrote:
Hello,

While editing source code in Lazarus, i am currently noticing the
following behaviours:

(Linux ;  Lazarus (svn) compiled with gtk2 ; freepascal 2.0.4.)

1) In XFCE4: after choosing a method/property from the code completion popup, the focus is set to the window that contains the menu and tools (instead of
  the editor window).
  So, i must click on the editor before going on with typing code.

2) In KDE, the behaviour is even more annoying:   apart from the above
problem ,
i also need to click on the code completion popup because it is not getting
  focus and therefore the arrows don't work .

As you can imagine, this behaviour is quite irritating .  A lot of
mouse clicks...

This is probably not a bug in Lazarus, but the window manager.  What do you
think ?



Well,I think it might be a Lazarus code completion bug. I think that correct behavior is not show it modally (eating focus) but let user type further code and bold part of code currently typed - like in delphi. I found it very handy.If this is too difficult maybe it's possible to allow using Ctrl+J even inside code part (like for example second argument for function call.Unfortunately now it shows some not useful info about parameter instead of function arguments)

Regards
Boguslaw

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

Reply via email to