[No Bug]PB6.03b1 Statusbar Function-Param-Highlight not working
[No Bug]PB6.03b1 Statusbar Function-Param-Highlight not working
I don't know what it's called, but the thingy in the IDE's status bar that highlights the active index of a function's parameter no longer works...
Last edited by chi on Sat Jun 17, 2023 7:01 am, edited 1 time in total.
Et cetera is my worst enemy
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
I cannot confirm this.
For me, the current parameter (the one where the cursor is currently positioned) is still displayed in bold. Actually as always.
For me, the current parameter (the one where the cursor is currently positioned) is still displayed in bold. Actually as always.
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
Does it still refuse to show up if your window is maximized?
I think I find it that it doesn't show itself unless the window is maximized here.
I think I find it that it doesn't show itself unless the window is maximized here.
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
Lucky youAxolotl wrote: Wed Jun 14, 2023 3:54 pm I cannot confirm this.
For me, the current parameter (the one where the cursor is currently positioned) is still displayed in bold. Actually as always.

The state of the IDE doesn't change anything for me. Still no highlight... Changing back to 6.02 and it works.nsstudios wrote: Wed Jun 14, 2023 4:25 pm Does it still refuse to show up if your window is maximized?
I think I find it that it doesn't show itself unless the window is maximized here.
Et cetera is my worst enemy
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
I changed something here to fix a DPI issue, so probably something I overlooked. It works here as well maximized or not.
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
No problems here with 6.03 beta 1 (64-bit). Haven't tried the 32-bit version. Which version do you use, chi?
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
It's the commit fixing DPI scale, may be you can find something wrong here: https://github.com/fantaisie-software/p ... aaa5b10def
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
.
Last edited by BarryG on Thu Jun 15, 2023 11:48 am, edited 1 time in total.
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
Thank you, that was indeed the problem. I'm using a custom dark theme and the msgbox font is Segoe UI Semibold; 8; ClearType. There is no visual difference between lfWeight 400 and 700 (but It starts to get bold with 800). I switched the msgbox font to Segoe UI Regular and the "highlight" is working again...Fred wrote: Thu Jun 15, 2023 9:12 am It's the commit fixing DPI scale, may be you can find something wrong here: https://github.com/fantaisie-software/p ... aaa5b10def
Et cetera is my worst enemy
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
It's not clear to me, do I have to fix something or it was on your side ?
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
Whoa! I had the same problem with other apps(notepad++, db browser) when I changed my Windows system fonts from Segoe UI font. Had to change back to system default fonts. That was 2017.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: PB6.03b1 Statusbar Function-Param-Highlight not working
I guess it was on my side, since i dared to switch the system font in my themeFred wrote: Thu Jun 15, 2023 2:46 pm It's not clear to me, do I have to fix something or it was on your side ?

I spent a few minutes trying to find a solution, but unless you want to test each font weight by size and pixel color and compare it to the others to see if it gets bolder, there's no easy way out. And that might be a bit of an overkill.
Et cetera is my worst enemy