Regex Editor
(Free)
 |
vga
|
May 26 2009
Hi,
There is an update now available (v1.1) which fixes the mouse cursor bug. Please give it a try.
Thanks!
|
 |
MWatts
|
May 24 2009
After installing this extension my mouse is unavailable in the editor in VS2010 Beta 1.
|
-
-
|
The textbox for the expression uses english keyboard layout even if my default is set to another layout. All the other textboxes works fine.
|
-
|
Thanks for reporting this. Do you mind going over to http://editorsamples.codeplex.com and create a bug report under "Issue Tracker" ?
Thanks.
|
-
|
Hello, I dont knwow if you missed it but I did a issue report on codeplex for this.
Best regards
|
-
-
|
If you have downloaded version 1.0 please update to this version which fixes the mouse cursor bug.
If the extension is still installed in your machine you can go to the "Updates" tab in the Extension Manager dialog -- or you can install from scratch if you have uninstalled version 1.0.
Thanks!
|
-
-
|
When I enable this extension, my cursor disappears and flickers when I roll the mouse pointer from place to place.
|
-
|
I have the same problem. My mouse cursor disapppears when this extension is enabled. Also happens when the enhanced intellisense extension is enabled (also from MS).
|
-
|
Are you using the public beta1 bits? (build 20506.01)
|
-
|
I've the same problem with this extension using the Beta1. Would really like to use this extension, but so it is unusable.
regards CFI
P.S. @Stu: The Enhanced IntellisSense works on my PC.
|
-
|
I' have the same problem. VS version 10.0.20506.1 Beta1
|
-
|
There's a bug in the extension, sorry guys.
@vga (victor, right?): when you get a chance, drop me (noahric @ microsoft) an email, and we can get the extension fixed up. Thanks!
|
-
|
Weird... I can't repro it on my box (which is running an internal build matching the public beta1) -- I'll try again against the bits downloaded from MSDN monday first time, and I'll work with Noah who seems to have find the issue.
We will have this fixed ASAP, thanks for reporting this!
|
-
|
Installing this extension also causes my mouse cursor to totally dissapear from the source code editor and make the whole editor unstable.
I am using Windows 7 RC1 x 64 and VS2010 B1
|
-
|
update: the bug has been fixed now and updated bits will be posted soon to the gallery (i've already sent them out) -- i'll post again here when i get confirmation of this.
thanks everyone for reporting this!!
btw, don't forget to checkout editorsamples.codeplex.com which is the project hosting source code for this extension and others -- please post there any FEATURE requests you would like to see implemented and any BUGS you may find.
Thanks again!
|
-
|
Hi Everyone!
The updated bits are now online. You can download/install v1.1 now which fixes the mouse cursor bug. If you have the extension already installed you should be able to go to the "Updates" tab in the Extension Manager dialog and it should detect that there is an update.
Thanks!
|
-
-
|
Hi,
how can i use this tool? I've installed it, but can't find how to open the toolwindow.
regards
|
-
|
ahhhh hidden.... strg click :(
|
-
|
Just type "new Regex(" (no quotes) and this should make it appear. And if you have:
Regex r = new Regex("foo") <- when hovering over the expression text you should get a tooltip that says "Ctrl Click" to open the Regex Editor.
|
|