File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ 2.6.3
4+ -----
5+
6+ Improvements:
7+ - a few improvements to some internal functions which leads to better
8+ performances in big files.
9+ - add file_size_limit to FileManager, when the file size is bigger than the
10+ limit, syntax highligher will get disabled
11+ - Improve plasma 5 integration (will use more icons from theme (
12+ code-variable, code-function,...))
13+ - Simplified color_scheme api, SyntaxHighlighter.color_scheme now accepts
14+ a string instead of a ColorScheme instance
15+
16+ Fixed bugs:
17+ - Fix Ctrl+Home (jump to first line)
18+ - Fix copy of directory in FileSystemTreeView
19+ - Fix file watcher notification when saving big files.
20+
21+
3222.6.2
423-----
524
@@ -59,7 +78,7 @@ New features:
5978 - Wheel support
6079
6180Fixed bugs:
62- - Fix an issue with draggable tabs on OSX (see pyQode/pyQode#31) and
81+ - Fix an issue with draggable tabs on OSX (see pyQode/pyQode#31) and
6382 improve tab bar appearance on OSX (see pyQode/pyQode#37)
6483 - Fix a segfault with SplittableTabWidget (see pyQode/pyQode#32)
6584 - Fix get_linus_file_explorer on Ubuntu
Original file line number Diff line number Diff line change 88widget, i.e. pyqode.core is a generic code editor widget.
99"""
1010
11- __version__ = '2.6.3.dev14 '
11+ __version__ = '2.6.3'
You can’t perform that action at this time.
0 commit comments