| Thread | Last Post | Replies |
|
| Expanding TextSelection | 07 Jun 2006 14:58 GMT | 2 |
How do I get the whole word of a text selection. For example, If my TextSelection object IsEmpty = True, then how can I get the whole word? Similiar behavior can be found when you simply click on a word in code (without selecting any characters) and hit Ctrl+F (Find) In the find ...
|
| Regular expression to delete end-of-line comments | 07 Jun 2006 14:17 GMT | 1 |
I am attempting to write a macro to delete end-of-line comments containing preceding code using a regular expression. eg: // This is the constructor of a class that has been exported. NOT TO BE
|
| Package Load Key Not Working | 07 Jun 2006 06:22 GMT | 6 |
I've got a package load key that is not working correctly (this is actually the third one i've tried). I recieve this error in my log when I try to run VS Exp w/ NoVISP. ------------------
|
| Deployment in vs2005 | 07 Jun 2006 06:15 GMT | 1 |
I was looking at the differences in deployment between vs2003 and vs2005 (http://www.knowdotnet.com/articles/addininstallation.html). Does this apply to all add-ins in vs2005 or just ones written in managed code? I created an unmanaged C++ add-in in vs2005 and it did not generate ...
|
| Javascript debugger | 07 Jun 2006 06:04 GMT | 1 |
In VS.Php for Visual Studio 2003, we could debug JavaScript and Php scripts within the same debug session. Even if you had JS and PHP in the same file. It all work fine. When we port this functionality to 2005, it no longer works. There is not much documentation for us to figure ...
|
| VS 2005 Adding a Command Bar and Buttons? | 05 Jun 2006 23:13 GMT | 2 |
I've been through this hell once before with VS2003, now it looks in VS2005 the whole Command bar mess has been changed and none for the better - it still has the same convoluted hierarchy. Anyway, I can't seem to create custom menu popups and see them visible. THey
|