File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3+ 2.6.2
4+ -----
5+
6+ Improve linux icon theme integration (will use code-xxx icons for code
7+ completion icons and outline widget)
8+
9+ Fix a few issues in the pynotepad example and add a freeze_setup that works
10+ with python3 and PyQt5 (but not yet with python2 and PySide).
11+
3122.6.1
413-----
514New features/improvements:
@@ -194,13 +203,13 @@ Fixed bugs:
194203
195204New features:
196205 - add the following new modes:
197-
206+
198207 - PyAutoCompleteMode
199208 - CommentsMode
200209 - DocumentAnalyserMode
201210 - GoToAssignmentsMode
202211 - add the following new panels:
203-
212+
204213 - QuickDocPanel
205214 - SymbolBrowserPanel
206215 - CodeCompletion: provides method to interact with the subprocess interpreter
Original file line number Diff line number Diff line change 77
88"""
99
10- __version__ = '2.6.2.dev1 '
10+ __version__ = '2.6.2'
You can’t perform that action at this time.
0 commit comments