Class browsing xharbour/fivewin code

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
aschaft
Posts: 6
Joined: Fri Jul 15, 2005 9:34 am

Class browsing xharbour/fivewin code

Post by aschaft »

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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

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.
aschaft
Posts: 6
Joined: Fri Jul 15, 2005 9:34 am

Post by aschaft »

Thanks, I'll take a look

Alex
Post Reply