What's supported by this sample:

- Get syntax coloring, IntelliSense and brace matching when writing regular expressions.
- Test your regular expressions against sample input right there within the editor
- Save your regular expressions for re-use across projects and solutions.
- Choose from a list of common built-in regular expressions

Some screenshots:

regex_01.png

regex_02.png
Last edited May 21 at 8:20 AM by victorgarciaaprea, version 3
Comments
MuiBienCarlota Jun 1 at 5:51 PM 
A very usefull extension
But I have a strange behavior in Expression text box with a french keyboard. When I try to enter an open parenthesis '(', I get '5' instead. In french keyboard, same key is used for '(' and '5'.
We must have:
* In CapsLock mode to Off and no Shift down: '('/'5' key must give '('
* In CapsLock mode to Off and Shift down: '('/'5' key must give '5'
* In CapsLock mode to On and no Shift down: '('/'5' key must give '5'
but in Expression text box I get:
* In CapsLock mode to Off and no Shift down: '('/'5' key must give '5'
* In CapsLock mode to Off and Shift down: '('/'5' key must give '%'
* In CapsLock mode to On and no Shift down: '('/'5' key must give '5'

It's only a problem of Expression text box. Matches text box works fine.

Some kind of hardcoded processing?

MuiBienCarlota Jun 1 at 6:01 PM 
A small addition over previous comment.
After exiting "Regex Editor" dialog box, mouse text selection is activated (like maintening Shift down). Perhaps a side effect of Ctrl+Click.
I suspected an bad interaction with GoToDef extension, so I disabled it but problem remains.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987