CompletionTextEdit

Author:Neil Wallace (neil@openmolar.com)
Release:2.0.906~hg207
Date:April 18, 2013

A custom text editor, which uses a DictionaryCompleter to provide help for words of over 3 characters.

../../../_images/CompletionTextEdit.png

Note

see DictionaryCompleter about the paths for your dictionary.

methods and attributes

class lib_openmolar.common.qt4.widgets.completer_textedit.CompletionTextEdit(parent=None)[source]

Bases: PyQt4.QtGui.QTextEdit

__init__(parent=None)[source]
focusInEvent(event)[source]
insertCompletion(completion)[source]
keyPressEvent(event)[source]
setCompleter(completer)[source]
textUnderCursor()[source]

Table Of Contents

Previous topic

CommonSettings

Next topic

ConnectDialog