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
 1423: Completion dropdown width
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Erik Olofsson
Tomato Guru

111 Posts

Posted - Sep 25 2005 :  4:22:42 PM  Show Profile
Sometimes the the size of the dropdown does not change to the widest member in it. This results in completion members being clipped.

I have been trying to understand how to reproduce this, but it seems a bit random.

The way I bring up the completion box is:

EPM << Ctrl+Space here

It lists the following enums and often the box is clipped after the underscore.

EPMVersionControlAccessRight_List
EPMVersionControlAccessRight_Read
EPMVersionControlAccessRight_Write
EPMVersionControlAccessRight_Rename
EPMVersionControlAccessRight_Create
EPMVersionControlAccessRight_Delete
EPMVersionControlAccessRight_PermanentDelete
EPMVersionControlAccessRight_Restore
EPMVersionControlAccessRight_WritePermissions
EPMVersionControlAccessRight_ReadPermissions

Cutting Edge Project Management
http://www.hansoft.se

Edited by - Erik Olofsson on Sep 25 2005 4:25:16 PM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 26 2005 :  6:27:28 PM  Show Profile
using VS 2003, VA 1423 and C++ i turned this into the enum:

enum long_names
{
    EPMVersionControlAccessRight_List,
    EPMVersionControlAccessRight_Read,
    EPMVersionControlAccessRight_Write,
    EPMVersionControlAccessRight_Rename,
    EPMVersionControlAccessRight_Create,
    EPMVersionControlAccessRight_Delete,
    EPMVersionControlAccessRight_PermanentDelete,
    EPMVersionControlAccessRight_Restore,
    EPMVersionControlAccessRight_WritePermissions,
    EPMVersionControlAccessRight_ReadPermissions
};


suggestion and completion listboxes are always the right width for the items when i try this. which IDE and language are you using? any other plugins, etc?

zen is the art of being at one with the two'ness
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