Re: [Interest] QT Creator consistency

2022-12-02 Thread Thiago Macieira
On Friday, 2 December 2022 16:24:56 PST Turtle Creek Software wrote: > Using the latest, I weirdly kept seeing preprocessor output. Huh? Turns > out Follow Symbol Under Cursor moved from #2 to #3 in the right-click > menu. You can Ctrl+Click or use F2. That's faster than the right-click menu. >

[Interest] QT Creator consistency

2022-12-02 Thread Turtle Creek Software
The last few updates to QT Creator have made small changes to the user interface, annoyingly. Using the latest, I weirdly kept seeing preprocessor output. Huh? Turns out Follow Symbol Under Cursor moved from #2 to #3 in the right-click menu. When using a command 50 times a day, one clicks by

Re: [Interest] QRegularExpression for replace

2022-12-02 Thread Thiago Macieira
On Thursday, 1 December 2022 11:43:39 PST Scott Bloom wrote: > Im looking for a way using QRE to do something like the following > > auto regEx = QRegularExpression( "(?.*)" ); > if ( regEx.match( string ) ) > auto newString = regEx.replace( string, "${name}" ); This requires