pyqode.python.panels package

Module contents

This packages contains the python specific panels:

  • QuickDocPanel: show docstring of functions/classes.
  • SymbolBrowserPanel: combo box that shows the symbols in the current document.

Classes

QuickDocPanel

class pyqode.python.panels.QuickDocPanel

Bases: pyqode.core.api.panel.Panel

Shows the python documentation for the word under the text cursor.

This panel quickly shows the documentation of the symbol under cursor.

on_install(editor)
on_state_changed(state)
refresh_style()
STYLESHEET = '\n QTextEdit\n {\n background-color: %s;\n color: %s;\n }\n '

SymbolBrowserPanel

class pyqode.python.panels.SymbolBrowserPanel

Bases: pyqode.core.api.panel.Panel

Shows a combo box with the definitions found in the document.

Allow quick navigation in the file and sync with the cursor position.

on_state_changed(state)

Table Of Contents

Previous topic

pyqode.python.modes package

Next topic

pyqode.python.widgets package