Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Suggestions when inserting into existing code
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

xMRi
Tomato Guru

Germany
315 Posts

Posted - Feb 24 2004 :  07:02:58 AM  Show Profile
Think about the follwoing line.
SWP_SHOWWINDOW|SWP_NOZORDER|SWP_NOSIZE
I place may caret at the front of this line and start writing:

SWP_ISWP_SHOWWINDOW|SWP_NOZORDER|SWP_NOSIZE

The I shows the caret. In this situation no suggestion pops up. Only if a space or operator is between the text I write and the next text the suggestion pops up.

Is there any chance to get a suggestion in this case too?
Martin

Martin Richter [rMVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming

PatLuja
Tomato Guru

Belgium
416 Posts

Posted - Feb 26 2004 :  02:58:49 AM  Show Profile
Dear Martin,

I believe VA X tries to find SWP_SWP_SHOWWINDOW in this case (and it will not find such an entry). Try typing a space first (or in your case maybe an bit-wise OR |), then press the left cursor and then type SWP_.
It will show: SWP_ SWP_SHOWWINDOW.
Now VA X will probably give you some suggestions.

I hope it somewhat usefull.

With kind regards,
Patrick Luja
Go to Top of Page

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - Feb 26 2004 :  03:14:32 AM  Show Profile
As far as I can remember, Visual Assist .NET was able to do so, at least with variables!

Very often, I had 2 structs named "MyKundenDaten" and "ProgrammDaten"

So if I had "ProgrammDaten", I could easily select the word "Programm" and start typing "MyK" (this would like like this: "MyKDaten") and VA .NET would popup a suggestion with "MyKundenDaten".
This behaviour is gone in VA_X! I always have to type the full name of my variables when replacing bits of variable-names...

Go to Top of Page

schoenherr
Tomato Guru

Germany
160 Posts

Posted - Feb 27 2004 :  12:59:56 AM  Show Profile
WannabeeDeveloper:
yes it's sure previous versions of visual assist had this feature and yes it's sure: I'm absolutely missing this.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000