AND51 wrote:I don't like to use AltGr everytime I want to type the name of an array or list, Shift is better.
+1
Same on french keyboards, probably on most non english keyboards ?
That's why I bought a US layout keyboard, it's less hassle to enter
the German Umlauts by typing in a combination of keys once
in a while than to ruin your wrist over the time with AltGr + ...
AND51 wrote:I don't like to use AltGr everytime I want to type the name of an array or list, Shift is better.
+1
Same on french keyboards, probably on most non english keyboards ?
That's why I bought a US layout keyboard
You cannot expect people to change their keyboard layout or buy a new keyboard only to cope with [ and ]. But I just assume, this idea was kinda joke...
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right." "psssst! i steal signatures... don't tell anyone! "
I use [] for pointer arrays stepping though memory blocks. I see the square brackets and know I'm working with raw memory and not PB structured arrays.
Going back to "What problem are we trying so solve" it looks like the issue is when there is nesting, arrays in functions etc then the level of curved brackets becomes ambiguous. An alternative solution would be to have the IDE colour code curved bracked at matching depth
MyProc(Left(MyArray(1),1))
Which could be customised as per other colouring preferences in the IDE.
my 2 yen
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
nested colouring would eat up a lot of editor's performance, I would suspect.
I'm happy with getting both brackets highlighted in blue when the cursor is on one of them,
resp. get the one highlighted in red when there is no match.
btw... is there a function to jump to the corresponting command,
e.g. jumping from the EndIf to the If by just one keypress?
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
I'm used to being called a crazy gaijin for whatever reason, pretty soon 1/3rd of my life will have been living here. better the bad mouthing come to me than go to my family if I was back in AU
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein