double click select binary value including %

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Wolfram
Enthusiast
Enthusiast
Posts: 568
Joined: Thu May 30, 2013 4:39 pm

double click select binary value including %

Post by Wolfram »

At the moment a double click on %10000001 will only select 10000001.
I expect a selection including the % like it is on $FFFF.
Of cause if you would write c = 15%10 the operation % would select as well, but I think normally you write c = 15 % 10 (value SPACE operation SPACE value).
macOS Catalina 10.15.7
User avatar
Sicro
Enthusiast
Enthusiast
Posts: 538
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

Re: double click select binary value including %

Post by Sicro »

+1

This thread is based on this thread:
Bug in IDE - double click to select problem
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
Post Reply