Multicolor Procedure List

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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?
Image
Image
HanPBF
Enthusiast
Enthusiast
Posts: 563
Joined: Fri Feb 19, 2010 3:42 am

Re: Multicolor Procedure List

Post 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)
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post by RSBasic »

Thank you very much. Now I can reproduce the error. I check that.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
HanPBF
Enthusiast
Enthusiast
Posts: 563
Joined: Fri Feb 19, 2010 3:42 am

Re: Multicolor Procedure List

Post by HanPBF »

:D
great!
works!
thanks a lot!
BarryG
Addict
Addict
Posts: 3294
Joined: Thu Apr 18, 2019 8:17 am

Re: Multicolor Procedure List

Post 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.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post by RSBasic »

Is your procedure in a module? You can enable the setting "Hide module names".
I will add module support later.
Image
Image
BarryG
Addict
Addict
Posts: 3294
Joined: Thu Apr 18, 2019 8:17 am

Re: Multicolor Procedure List

Post by BarryG »

Nope, no module.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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
Image
Image
BarryG
Addict
Addict
Posts: 3294
Joined: Thu Apr 18, 2019 8:17 am

Re: Multicolor Procedure List

Post 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. :(
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
Post Reply