File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1515
1616# https://www.sublimetext.com/docs/1/api-reference
1717
18- version = '1.4.2 ' # build 0
18+ version = '1.4.3 ' # build 0
1919os .environ ["PACKAGE_VERSION" ] = version
2020
2121from .imports .utils import * # should be imported after environ["PACKAGE_VERSION"] is set
Original file line number Diff line number Diff line change 1+ Features/Changes:
2+
3+ - Fixed problem with navigating to the syntax error on double-click in the output panel
4+
5+ *********************************************************************************
6+ NOTE: Due to the ST3 plugin hosting limitations some Python modules need to be fully
7+ re-initialized during upgrades. Thus it is recommended to restart Sublime Text
8+ before you start using the CS-Script plugin.
9+ *********************************************************************************
Original file line number Diff line number Diff line change 1+ Features/Changes:
2+
3+ - Fixed problem with navigating to the syntax error on double-click in the output panel
4+
5+ *********************************************************************************
6+ NOTE: Due to the ST3 plugin hosting limitations some Python modules need to be fully
7+ re-initialized during upgrades. Thus it is recommended to restart Sublime Text
8+ before you start using the CS-Script plugin.
9+ *********************************************************************************
You can’t perform that action at this time.
0 commit comments