[ROOT] Tab completion

From: Jiri Masik (masik@pc203b.fzu.cz)
Date: Fri Oct 27 2000 - 01:08:36 MEST


Hello,

I have a suggestion to improve rint/src/TTabCom.cxx::DetermineClass
wrt completion based on the object name. For some time CINT has been
emitting a different info on objects - not in sync with tab completion
mechanism (please see
http://root.cern.ch/root/roottalk/roottalk00/2018.html for an
example). I suggest adding the following line to TTabCom.cxx before
the comment // non-class type ==> failure 

if (type == "const") file1 >> type;

which should hopefully discard the first const keyword.
I'm running 2.25/03 on Debian Linux (PowerPC/Intel).

cheers, 
        Jiri



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:36 MET