Fri, 19 May 2023 15:09:24 +0200
Editor, Search & Replace widget:
- Changed the logic in replace mode such, that the find text is copied to the replace text entry, when it receives the focus and is empty. (see issue 502).
<!DOCTYPE html> <html><head> <title>eric7.QScintilla.TypingCompleters</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.QScintilla.TypingCompleters</h1> <p> Package implementing lexers for the various supported programming languages. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.QScintilla.TypingCompleters.CompleterBase.html">CompleterBase</a></td> <td>Module implementing a base class for all typing completers.</td> </tr> <tr> <td><a href="eric7.QScintilla.TypingCompleters.CompleterPython.html">CompleterPython</a></td> <td>Module implementing a typing completer for Python.</td> </tr> <tr> <td><a href="eric7.QScintilla.TypingCompleters.CompleterRuby.html">CompleterRuby</a></td> <td>Module implementing a typing completer for Ruby.</td> </tr> <tr> <td><a href="eric7.QScintilla.TypingCompleters.CompleterYaml.html">CompleterYaml</a></td> <td>Module implementing a typing completer for Python.</td> </tr> <tr> <td><a href="eric7.QScintilla.TypingCompleters.__init__.html">TypingCompleters</a></td> <td>Package implementing lexers for the various supported programming languages.</td> </tr> </table> </body></html>