Applications, Games, Tools, User libs and useful stuff coded in PureBasic
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Thu Jun 06, 2019 9:23 am
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.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Thu Jun 06, 2019 9:44 am
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.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Thu Jun 06, 2019 11:33 am
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?
HanPBF
Enthusiast
Posts: 570 Joined: Fri Feb 19, 2010 3:42 am
Post
by HanPBF » Thu Jun 06, 2019 11:42 am
Hello!
- the project explorer should be shown by default starting PureBasic ("I click Project Explorer tab." here, things seem just to work then)
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Thu Jun 06, 2019 12:05 pm
Thank you very much. Now I can reproduce the error. I check that.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Thu Jun 06, 2019 12:53 pm
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.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Thu Jun 06, 2019 9:18 pm
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.
HanPBF
Enthusiast
Posts: 570 Joined: Fri Feb 19, 2010 3:42 am
Post
by HanPBF » Fri Jun 07, 2019 5:48 am
great!
works!
thanks a lot!
BarryG
Addict
Posts: 4135 Joined: Thu Apr 18, 2019 8:17 am
Post
by BarryG » Fri Jun 07, 2019 8:59 am
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.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Fri Jun 07, 2019 9:02 am
Is your procedure in a module? You can enable the setting "Hide module names".
I will add module support later.
BarryG
Addict
Posts: 4135 Joined: Thu Apr 18, 2019 8:17 am
Post
by BarryG » Fri Jun 07, 2019 9:06 am
Nope, no module.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Fri Jun 07, 2019 9:09 am
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
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Fri Jun 07, 2019 9:39 am
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.
RSBasic
Moderator
Posts: 1228 Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:
Post
by RSBasic » Fri Jun 07, 2019 11:28 am
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.