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?