• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

J++ problem please help

spp

Golden Member
so all the visual studio programs(C++ J++) have this nifty feature which displays a list of functions or members that you can use,
for example, if length() is a function i can use with a string named string, then when i type

string.

it will give me a list of functions and members, one of which is length.

it worked for me before, but somehow it stopped doing that this morning.....

any idea why this happens and how to fix it?

Thanks a lot!
 
there should be an option in the Tools menu in the editor frame where you can check or uncheck whether you want to automatically list members.

at least that's how VC++ and VB work.
 
well that's what i thought, and when unchecking on another computer it does disable the autolist members...
but it is checked on my computer and the list is still not showing up
 
Back
Top