IDE supporting RegExp when doing Search&Replace

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

IDE supporting RegExp when doing Search&Replace

Post by AND51 »

Well, what about the nice idea if the IDE would support regular expressions in search & destroy...
err...
search & replace-fields when hitting Ctrl+F ? :)

PSPad has this feature, too.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: IDE supporting RegExp when doing Search&Replace

Post by blueznl »

AND51 wrote:Well, what about the nice idea if the IDE would support regular expressions in search & destroy...
err...
search & replace-fields when hitting Ctrl+F ? :)

PSPad has this feature, too.
Search & destroy?!?

:-)

Too many games lately? :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Re: IDE supporting RegExp when doing Search&Replace

Post by AND51 »

blueznl wrote:
AND51 wrote:if the IDE would support regular expressions in search & destroy...
err...
search & replace-fields when hitting Ctrl+F ?
Search & destroy?!?
This pun was related to some situations when the IDE crushed my code in further times (I posted them)... Since then, I call the Search&Replace function "Search&Destroy"... sometimes...

Well, this smalltalk shouldn't interrupt this feature request. :wink:
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply