|
-
Jul 27th, 2007, 10:55 AM
#1
Frenzied Member
Re: VBTools AddIn - Auto indent VB code !
Refactoring is renaming a variable in one place and having it renamed everywhere else (within the relevant scope).
-
Jul 27th, 2007, 11:01 AM
#2
Re: VBTools AddIn - Auto indent VB code !
I actually wanted to do something like that, but I ran into problems when I could not get the hWnd handle of the Code Window (for subclassing)
I have one more neat idea to add if I would be able to subclass the window. To integrate API into the IDE, for exaple, if i type in the code window "Private Declare " and as soon as I press the space bar, to show like the intellisense a list of all the APIs and while I type to search for a match that begins with what I typed... just like the intellisense... and also to have the option to automatically insert Types and constants for that particular API that I'm adding...
Last edited by CVMichael; Jul 27th, 2007 at 11:10 AM.
-
Aug 7th, 2007, 11:40 AM
#3
Frenzied Member
Re: VBTools AddIn - Auto indent VB code !
There is source code here on how to make an extended search
http://kandkconsulting.tripod.com/VB/VBCode.htm##AddIN
You could incorporate it to bring VBTools closer to replacing MZTools
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|