Hi,
How involved would it be to browse xharbour/fw code in the class browser?
Alex
CLASS Myclass
// Definitions
Method New
Method End
DATA cVar1
ENDCLASS
// Implementation
Method New() CLASS Myclass
return Self
Class browsing xharbour/fivewin code
The Zeus class browser is nothing more than a graphical display of the tags information produced by Exuberant Ctags. I had a look at the languages currently supported and sure enough Clipper and xHabour are not on the list 
So the in order for the Zeus browser to work the Exuberant Ctags would need to be extended to support the xharbour/fw language.
I found this link: Add Support for a New Language
and it describes what is needed to add a language to Exuberant Ctags.

So the in order for the Zeus browser to work the Exuberant Ctags would need to be extended to support the xharbour/fw language.
I found this link: Add Support for a New Language
and it describes what is needed to add a language to Exuberant Ctags.