Author |
Topic  |
|
Lehner Franz
New Member

7 Posts |
Posted - Dec 16 2008 : 3:53:05 PM
|
First: Visual Assist is the coolest thing we ever found. We immediatly bought some licenses for our firm
But when working, i personally miss some things:
1: We have Multiple Trace Macros for our SW , looks like EE(("")); (ET, EM ... and so - depending on trace level)
So i definied some Macros with EE(("")); and so, but everytime when i press "enter" i am behind the last char ; It would be VERY nice, if it would be possible to give a curser position to the Snipped so that i appear between the "" ?
2: think you write printf( in this case, it will be compleated with ) but when i type " it does not compleate
So would it be possible for Special commands like printf and others, when you write them, that after you wrote them, the "" also work or simple appear initial too ?
and that when you write the text then there, and you type %s, that automatically a "," is added ? Maybe this is not nice when typing (have no user experience with this) but i think this would be really cool |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
|
feline
Whole Tomato Software
    
United Kingdom
19179 Posts |
Posted - Dec 18 2008 : 12:35:01 PM
|
Why would you want a comma added after typing %s ? Often I use %s with other words around it, or things other than a comma. |
zen is the art of being at one with the two'ness |
 |
|
rhummer
Tomato Guru
    
USA
527 Posts |
Posted - Dec 18 2008 : 12:45:26 PM
|
feline I think he is wanting to VA to add a ',' after the closing " for each special format in the string. So for example I write something like printf( "%s - %i (%s)" ) VA will auto insert ',' so it looks like printf( "%s - %i (%s)", , , ) |
Tools Engineer - Raven Software VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64
|
 |
|
Lehner Franz
New Member

7 Posts |
Posted - Dec 18 2008 : 2:06:33 PM
|
hi - thx for the $end$ hint, i immediate started to integrate this to my VA Snippets.
One/Two other things: In past i used Ultraedit and there is a feature there, what i really miss in VS
If you doubleclick a word (eg."test" inside int test; ) (VS is precise there) then it was/is possible to immediate do "F3" for jumping to the next word.
This would be very cool
and when i combine this with Notepadd++ hightlight feature "hightlight identical" so that after a word gets doubleclicked (and cursor does not get moved out of the selected words - eg. scrolling, F3) that these words get highlighted like seen on post
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=8312 |
 |
|
accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Dec 18 2008 : 7:19:19 PM
|
You can find next word also in Visual Studio: if you press Ctrl+F3, it will select the word then jump to the next occurrence.
Visual Assist will highlight this (the searched) word everywhere if you have
VA Options -> Advanced -> Display -> Highlight find results
turned on and you use VAX 17xx. |
 |
|
feline
Whole Tomato Software
    
United Kingdom
19179 Posts |
Posted - Dec 19 2008 : 11:02:28 AM
|
To highlight the current word without moving the caret you can bind a keyboard shortcut to the command:
VAssistX.FindSelected
I have assigned Alt+K personally.
|
zen is the art of being at one with the two'ness |
 |
|
|
Topic  |
|