Sun, 12 Sep 2021 17:30:38 +0200
Plugin Repository: added an integrated plugin repository viewer (right side).
<!DOCTYPE html> <html><head> <title>eric7.JediInterface</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>eric7.JediInterface</h1> <p> Package implementing the jedi assistant interface. </p> <p> This package implements just the interface for the eric7 IDE. The underlying functionality is provided by the jedi library (<a href="https://github.com/davidhalter/jedi"> https://github.com/davidhalter/jedi</a>). </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.JediInterface.AssistantJedi.html">AssistantJedi</a></td> <td>Module implementing the Jedi assistant plug-in.</td> </tr> <tr> <td><a href="eric7.JediInterface.JediClient.html">JediClient</a></td> <td>Module implementing the Jedi client of eric7.</td> </tr> <tr> <td><a href="eric7.JediInterface.JediServer.html">JediServer</a></td> <td>Module implementing the autocompletion interface to jedi.</td> </tr> </table> </body></html>