|
| 1 | +2.2.0 |
| 2 | +----- |
| 3 | + |
| 4 | +New features: |
| 5 | + - automatically fold import statements when opening document |
| 6 | + - improved GoToAssignment mode (now highlighting word only if a jump is |
| 7 | + possible) |
| 8 | + - SH: highlight cls pseudo keyword |
| 9 | + - SH: highlight builtin methods (__init__, __call__, __add__,...) |
| 10 | + - add support for auto completion of classmethods |
| 11 | + - improve defined_names worker to work recursively (now able to catch |
| 12 | + nested classes) |
| 13 | + |
| 14 | +Fixed bugs: |
| 15 | + - fix confusing convention: now both line numbers and column numbers starts |
| 16 | + from 0 |
| 17 | + - fix editor not having focus when clicking on an item in the symbol |
| 18 | + browser panel |
| 19 | + - fix regex in PyInteractiveConsole |
| 20 | + - fix performance issue with import region folding |
| 21 | + - fix performance issue with docstring folding |
| 22 | + - fix performance issue with auto indent |
| 23 | + - fix code completion tooltip: use description instead of full name |
| 24 | + - SH: fix highlighting of commented docstrings |
| 25 | + |
| 26 | +2.1.0 |
| 27 | +----- |
| 28 | + |
| 29 | +New features: |
| 30 | + - code folding (with support for folding docstrings and imports) |
| 31 | + - new python syntax highlighter (based on the Spyder IDE PythonSH) with |
| 32 | + additional support for docstrings, decorators and self parameter. |
| 33 | + The new highlighter is a lot faster than the previous one and has a better |
| 34 | + docstring highlighting. |
| 35 | + - new PyInteractiveConsole for running python program. The new console has |
| 36 | + support for highlighting tracebakc and let you jump to the incriminated |
| 37 | + file with just one click. |
| 38 | + |
| 39 | +Bug fixed: |
| 40 | + |
| 41 | + - many bugs have been fixed in the auto indent mode |
| 42 | + - many small bugs have been fixed in QIdle |
| 43 | + - fix cursor position after comment/uncomment (Ctrl+/) |
| 44 | + |
| 45 | +2.0.0 |
| 46 | +----- |
| 47 | + |
| 48 | +Too many things have change since 1.3.2 as the API has undergone some heavy |
| 49 | +refactoring. |
| 50 | + |
| 51 | +1.3.2 |
| 52 | +----- |
| 53 | + |
| 54 | +New features: |
| 55 | + - add support for jedi 0.8 final which bring several minor enhancements |
| 56 | + |
| 57 | +Fixed bugs: |
| 58 | + - fix a bug with boostrap.py |
| 59 | + |
| 60 | +1.3.1 |
| 61 | +----- |
| 62 | + |
| 63 | +New features: |
| 64 | + |
| 65 | + - the comments mode is now PEP8 compliant |
| 66 | + - the documentation panel now uses docutils to get an html representation |
| 67 | + of docstrings |
| 68 | + - QPythonCodeEdit now includes the file watcher mode |
| 69 | + - lots of improvements to the auto indent mode |
| 70 | + |
| 71 | +Fixed bugs: |
| 72 | + |
| 73 | + - Add support for jedi 0.8 (which has not been released yet, compatibility |
| 74 | + with jedi 0.7 has been kept) |
| 75 | + - many bug fixes to the auto indent mode |
| 76 | + |
| 77 | + |
| 78 | +1.3.0 |
| 79 | +----- |
| 80 | + |
| 81 | +Fixed bugs: |
| 82 | + |
| 83 | + - more fixes to auto completion |
| 84 | + - fixes for auto indentation mode |
| 85 | + - fix type error in document layout parser. |
| 86 | + - Fix calltips when there is a closing parenthesis |
| 87 | + |
| 88 | + |
| 89 | +1.2.0 |
| 90 | +----- |
| 91 | + |
| 92 | +Fixed bugs: |
| 93 | + |
| 94 | + - Fix various bugs with auto complete |
| 95 | + - Fix bugs with code completion in comments and strings |
| 96 | + - Fix for designer plugin |
| 97 | + |
| 98 | +1.1.0 |
| 99 | +----- |
| 100 | + |
| 101 | +New features: |
| 102 | + - add the following new modes: |
| 103 | + - :class:`pyqode.python.PyAutoCompleteMode` |
| 104 | + - :class:`pyqode.python.CommentsMode` |
| 105 | + - :class:`pyqode.python.DocumentAnalyserMode` |
| 106 | + - :class:`pyqode.python.GoToAssignmentsMode` |
| 107 | + - add the following new panels: |
| 108 | + - :class:`pyqode.python.QuickDocPanel` |
| 109 | + - :class:`pyqode.python.SymbolBrowserPanel` |
| 110 | + - CodeCompletion: provides method to interact with the subprocess interpreter |
| 111 | + - CodeCompletion: preload hooks |
| 112 | + - Add :class:`pyqode.python.Boostrapper` class to help start the code completion with a list of modules to |
| 113 | + preload + example with a splash screen. |
| 114 | + |
| 115 | +Fixed bugs: |
| 116 | + - Disable actions which depends on preload |
| 117 | + - Disable code completion in commente and strings |
| 118 | + - Fix highlighting in docstrings (highlighting was lost when there was an '=' in the docstring. |
| 119 | + |
| 120 | +1.0.0 |
| 121 | +----- |
| 122 | + |
| 123 | +Initial development. |
0 commit comments