Page 4 of 9

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 9:23 am
by RSBasic
Hello Zebuddi123 :)

I only have 10-20 code templates here. I will duplicate my code templates so that I have over 1000 code templates so I can reproduce the considerable delay.

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 9:44 am
by RSBasic
Multicolor Procedure List 1.1.6 has been released.

Changelog:
  • GeƤndert: After the mouse click on a procedure name the focus is now set on the current ScintillaGadget like in the original procedure list.
  • Bugfix: Fixed flicker problem.

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 11:33 am
by RSBasic
Hello HanPBF :)

I tried to reproduce the problem.

I opened a project.
I click Project Explorer tab.
I create a breakpoint
I start with Debugger.
I move my mouse cursor over a variable.
ToolTip is displayed here.

Have I forgotten anything?

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 11:42 am
by HanPBF
Hello!

- the project explorer should be shown by default starting PureBasic ("I click Project Explorer tab." here, things seem just to work then)

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 12:05 pm
by RSBasic
Thank you very much. Now I can reproduce the error. I check that.

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 12:53 pm
by RSBasic
Multicolor Procedure List 1.1.7 has been released.

Changelog:
  • Bugfix: Debugger ToolTips were not displayed if the Project List tab was displayed first at PB startup. Only after changing the tab the Debugger-ToolTips were displayed again.

Re: Multicolor Procedure List

Posted: Thu Jun 06, 2019 9:18 pm
by RSBasic
Multicolor Procedure List 1.1.8 has been released.

Changelog:
  • Added: The current procedure is highlighted in bold in the procedure list.
  • Changed: If the setting "Hide module names" is enabled, the macros are displayed with the prefix "+".
  • Changed: At startup the focus is set to the current ScintillaGadget.

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 5:48 am
by HanPBF
:D
great!
works!
thanks a lot!

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 8:59 am
by BarryG
RSBasic wrote:The current procedure is highlighted in bold in the procedure list.
Not here (sorry!). Tools panel is not hidden. The procedure name in the procedure browser is the same all others (not bold), despite the IDE cursor being inside the procedure.

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 9:02 am
by RSBasic
Is your procedure in a module? You can enable the setting "Hide module names".
I will add module support later.

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 9:06 am
by BarryG
Nope, no module.

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 9:09 am
by RSBasic
Is there a difference between a big code and a small code?
Do you have an example code for me?
Does it also not work with this code?

Code: Select all

EnableExplicit

Procedure Hello()
  
  ;Please place the cursor here.
  
EndProcedure

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 9:38 am
by BarryG
Your example works fine with a default prefs file: https://i.imgur.com/ivBONA5.png

But for my own custom prefs file, it fails: https://i.imgur.com/v0XLvhS.png

Not sure what it could be doing it. Too many Prefs settings to test. :(

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 9:39 am
by RSBasic
Can you send me your Prefs file? Either here or by private message.

\\Edit:
I think I know where the error is. I will check this.

Re: Multicolor Procedure List

Posted: Fri Jun 07, 2019 11:28 am
by RSBasic
Multicolor Procedure List 1.1.9 has been released.

Changelog:
  • Added: Setting "Automatically determine and highlight current procedure (performance degradation)".
  • Bugfix: Selection of the current procedure: Is now compatible with the "Show Procedure Arguments" setting.
  • Bugfix: Selection of the current procedure: Is now compatible with modules.
@BarryG
It's fixed.