Recent

Author Topic: [solved including for German] show me the parameters ceased to work  (Read 362 times)

Nicole

  • Hero Member
  • *****
  • Posts: 1324
If I typed
Code: Text  [Select][+][-]
  1. self.myMethod(
usually there was a hover text allowing me to key in the parameters. This hover text said eg "myNumer: integer; myWord: string;"

This handy function does not show up any more and I cannot find any option to fix it.
I have Laz 4.4.

Thank you in advance for hints.


In the meanwhile I found this posting:
https://forum.lazarus.freepascal.org/index.php/topic,73627.0.html

It did not help.
I checked all the boxes, restarted the IDE, no show.

Only "Ctr + Shift + Space" shows them, but this is not the comfort I was used to all the years I used this.



« Last Edit: May 16, 2026, 09:46:24 am by Nicole »

n7800

  • Hero Member
  • *****
  • Posts: 710
  • Lazarus IDE contributor
    • GitLab profile
Re: show me the parameters ceased to work
« Reply #1 on: May 13, 2026, 11:14:34 pm »
Note that this is due to the open parenthesis. If you close it or don't open it, a tooltip will appear (see attachment).

I'm not sure the tooltip would actually be that helpful in this case if the parenthesis isn't closed... While you're typing the method name, the parameters are shown in the auto-completion list. When you open a parenthesis, a tooltip similar to [Ctrl+Shift+Space] immediately appears. This works while typing, without having to use the mouse or hover over it.

This handy function does not show up any more and I cannot find any option to fix it.
I have Laz 4.4.

What version were you using before? I checked 4.4, 3.0, and 2.2.6, and the behavior is the same everywhere.

Nicole

  • Hero Member
  • *****
  • Posts: 1324
Re: show me the parameters ceased to work
« Reply #2 on: May 14, 2026, 08:12:06 pm »
your image 300! The second one.

This is exactly what I saw in the past and what I loved.
Does not show up any more.
I used it thousands of times and did not change anything.

I use Laz 4.4.

Hansvb

  • Hero Member
  • *****
  • Posts: 922
Re: show me the parameters ceased to work
« Reply #3 on: May 14, 2026, 09:24:19 pm »
Maybe a stupid question but does the code compile? If I have an error in the code somewhere, for example i forget  ;  then these kinds of hints/code completion don't always work anymore. But as soon as the code is good again, it works fine again.

n7800

  • Hero Member
  • *****
  • Posts: 710
  • Lazarus IDE contributor
    • GitLab profile
Re: show me the parameters ceased to work
« Reply #4 on: May 14, 2026, 11:23:09 pm »
your image 300! The second one.

This is exactly what I saw in the past and what I loved.
Does not show up any more.

IDE Options > Editor > Completion and Hints > Auto Display Function Prototypes

By the way, to avoid spending a long time searching for an option, you can simply enter its name in the search (when the IDE Options window opens, the cursor is already in the search field).

Nicole

  • Hero Member
  • *****
  • Posts: 1324
Re: show me the parameters ceased to work
« Reply #5 on: May 16, 2026, 09:45:45 am »
Thank you so much!
This works.

Attached is a screenshot for the German version

 

TinyPortal © 2005-2018