Documentation/Source/index-eric6.Utilities.ClassBrowsers.html

changeset 5977
8a0ec75b0f73
parent 3673
e26d7d0c1088
equal deleted inserted replaced
5976:549918576245 5977:8a0ec75b0f73
26 Currently it offers class browser support for the following 26 Currently it offers class browser support for the following
27 programming languages. 27 programming languages.
28 </p><p> 28 </p><p>
29 <ul> 29 <ul>
30 <li>CORBA IDL</li> 30 <li>CORBA IDL</li>
31 <li>Python</li> 31 <li>JavaScript</li>
32 <li>ProtoBuf</li>
33 <li>Python 2</li>
34 <li>Python 3</li>
32 <li>Ruby</li> 35 <li>Ruby</li>
33 </ul> 36 </ul>
34 </p> 37 </p>
35 38
36 39
47 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td> 50 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td>
48 </tr><tr> 51 </tr><tr>
49 <td><a href="eric6.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td> 52 <td><a href="eric6.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td>
50 <td>Parse a JavaScript file and retrieve variables and functions.</td> 53 <td>Parse a JavaScript file and retrieve variables and functions.</td>
51 </tr><tr> 54 </tr><tr>
55 <td><a href="eric6.Utilities.ClassBrowsers.protoclbr.html">protoclbr</a></td>
56 <td>Parse a ProtoBuf protocol file and retrieve messages, enums, services and rpc methods.</td>
57 </tr><tr>
52 <td><a href="eric6.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td> 58 <td><a href="eric6.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td>
53 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td> 59 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td>
54 </tr><tr> 60 </tr><tr>
55 <td><a href="eric6.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td> 61 <td><a href="eric6.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td>
56 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td> 62 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td>

eric ide

mercurial