RRUZ / Delphi-IDE-Colorizer

Plugin to style the RAD Studio IDE
https://theroadtodelphi.wordpress.com/
246 stars 54 forks source link

‘CodeParamWindow’ instead of actual parameters #13

Open vor0nwe opened 8 years ago

vor0nwe commented 8 years ago

In XE5, after activating DIC (and VCL styles), I don’t get the list of code parameters anymore; a hint window (of the appropriate size) does appear, but with just a checkbox and the text ‘CodeParamWindow’:

image

vor0nwe commented 8 years ago

Found it: unchecking ‘Enable custom title bar for docked windows’ fixed the problem. Apparently, hint windows are considered to be docked windows, and a custom title bar is added.

edit: that's not it, either... After working fine for some time, I got the CodeParamWindow back.

RRUZ commented 8 years ago

I will check this issue as soon return from my vacations.

Twigpig commented 8 years ago

I'm not sure if it's of any help me saying this, but I also have the same issue occurring quite frequently (using D10S):

ss

It doesn't happen every time though. Usually the correct parameter list is displayed.

The box is also reluctant to go away and generally requires a restart of the IDE for it to disappear.

vor0nwe commented 8 years ago

@Twigpig: It usually disappears when I press Escape. Sometimes it doesn't, and then I call up another one, which can be dismissed with Escape.