Hi.
I have been using Visual Studio at school, and Project Builder at home to do my school excersises. ( Java & C++)
A thing that I love about Visual Studio is the autocomplete function(*).
But is it true, that there are no function like that in Project Builder ?
I have tried various combinations of shift, tab, command and ctrl keys, but whit out any luck.
Jens Peter
----
(*) The autocomplete function, helps you by showing you the avaliable functions and variables of an object.
If say, you have a object of a class named calculator, and that class contains some math functions. When I then create a object of calculator ( calc ) and i want to use the calc object, calc.[then the autocomplete shows me the functions & variable avaliable]