Jewe - 2004-07-16

Hi,

I'm kind of new to the Dev cpp env.
but I some questions about it.

The class viewer some times does not show the new created members. this is updated after I press ctrl - s. (Save) is this normal behavior?

some times the treeview is not restored correctly after saving the file.
one time it's you can see the functions another time all tree's are closed.

And when you build the program do the files save automatically? if not, could this become an option?

Is it possible for auto completion to react on Tab instead of enter? I'm kind of used to the tab so, thats why I ask. At the moment auto completion does not work on function.

for example:
class myClass
{
  myClass(){}
  void SomeFunction(){}
};

myClass *mpNew;

mpNew->(ctrl space) and no reaction

btw: using version 4.9.8.10. and I really like the improvements. keep up the good work.

thx,

Jewe