Watchlist, variable viewer

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
miskox
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Aug 27, 2017 7:37 pm
Location: Slovenia

Watchlist, variable viewer

Post by miskox »

I use keyboard a lot! I miss better keyboard support in WatchList and Variable viewer. Also it would be nice to have a 'double click' on an array name ( arrays/linked lists/maps tabs) (in Variable viewer) to automatically select 'display all items (first option when right-clicked). And on the 'variables' tab double-click on a variable name would add it to Watchlist (first option when right-clicked).

Variable viewer: View array/List/Map: add option 'display zero items only'.
Anyone has another idea?

(same tab): Why sort does not work? I click on a name and my list is:

Code: Select all

var_nam("Ljub f")
var_nam("Ljub e")
var_nam("Prol")
var_nam("Ljub b")
I would expect for it to be sorted? Maybe if this is a bug add this to the list, too.

Saso
User avatar
oreopa
Enthusiast
Enthusiast
Posts: 283
Joined: Sat Jun 24, 2006 3:29 am
Location: Edinburgh, Scotland.

Re: Watchlist, variable viewer

Post by oreopa »

miskox wrote: Mon Oct 10, 2022 12:23 pm...Also it would be nice to have a 'double click' on an array name ( arrays/linked lists/maps tabs) (in Variable viewer) to automatically select 'display all items (first option when right-clicked). And on the 'variables' tab double-click on a variable name would add it to Watchlist (first option when right-clicked)...
I've requested the former before, IIRC, so +2 :D

+1 the latter also.
Proud supporter of PB! * Musician * C64/6502 Freak
Post Reply