Results 1 to 22 of 22

Thread: VBTools AddIn - Auto indent VB code !

Hybrid View

  1. #1
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    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).

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    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.

  3. #3
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    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
  •  



Click Here to Expand Forum to Full Width