Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Build 1735: Suggestions in Listbox issue

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
jtwillia Posted - Sep 22 2009 : 12:45:48 PM
Hi,

In build 1735 my VA Snippets that have shortcuts do not show up in the suggestion list box in many cases. If I unchecked the "Show suggestions in listbox" option it works fine.

It seems that the snippets are given a lower priority than class member variables so they don't show in the list. If I uncheck the option mentioned above then it works great. I like the changed behavior of the "Show suggestions in listbox" and I suppose a solution to my problem could be to just change all my snippet shortcuts to start with something like "ZZZ" or whatnot so it will never conflict with other local identifiers... Or if there could be an option to always include snippets in the list box that would work too. Or perhaps include snippets but segment the list box into two parts, snippets and actual code elements.

Anyways just thought I'd mention the issue.

Jeff
3   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Oct 01 2009 : 9:59:52 PM
case=32585 and case=32586 are fixed in build 1738
sean Posted - Sep 23 2009 : 11:40:38 AM
Thanks for the reports Jeff.

The change in snippet behavior had been intentional but was incorrect. case=32585

The readonly suggestion is due to the scoped suggestions. case=32586

We'll take care of these in the next build.
jtwillia Posted - Sep 22 2009 : 1:06:32 PM
Also I found another problem that occurs.

I type this in C# class,

readonly Dictionary<string, string> descript_ = new

Normally, the popup listbox would have a suggestion that was "Dictionary<string, string>" but it is popping up this text as the suggestion:
"readonly Dictionary<string, string>"


© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000