Update Python style for Python 3.7

This commit is contained in:
1024jp 2018-08-09 11:59:11 +09:00
parent 99829e80c4
commit ebbb1b1931
4 changed files with 15 additions and 3 deletions

View File

@ -2,6 +2,15 @@
Change Log
==========================
3.5.0 (unreleased)
--------------------------
### Improvements
- Update Swift syntax style for Swift 4.2.
3.5.0-rc (266)
--------------------------

View File

@ -61,6 +61,7 @@
<li>Optimize the performance of character counting.</li>
<li>Improve general stability of the print operation.</li>
<li>Optimize auto URL detection with paste to a large document.</li>
<li>Update Python syntax style for Python 3.7.</li>
<li><span class="trivial">trivial</span> Update some Japanese localization.</li>
<li><span class="trivial">trivial</span> Update editor opacity sample tips.</li>
<li><span class="trivial">trivial</span> <span class="label">non-AppStore ver.</span>: Update Sparkle framework.</li>

View File

@ -60,6 +60,7 @@
<li>文字数カウントのパフォーマンスを最適化</li>
<li>プリント時のパフォーマンスを最適化</li>
<li>大きな書類でのURLリンク検出のパフォーマンスを最適化</li>
<li>Pythonシンタックス定義をPython 3.7に合わせて更新</li>
<li><span class="trivial">trivial</span> いくつかの日本語ローカライズを更新</li>
<li><span class="trivial">trivial</span> 不透明度スライダのサンプルボックスの描画を更新</li>
<li><span class="trivial">trivial</span> <span class="label">非AppStore版のみ</span>: Sparkleフレームワークを更新</li>

View File

@ -8,12 +8,12 @@ interpreters:
- keyString: "python2"
- keyString: "python3"
metadata:
version: "2.4.1"
lastModified: "2018-01-14"
version: "2.5.0"
lastModified: "2018-08-09"
distributionURL: "https://coteditor.com"
author: "1024jp, nanasiya"
license: "Same as CotEditor"
description: "Support both Python2 and Python3 (<= 3.6).\n\nMaintained by 1024jp since 2013."
description: "Support both Python2 and Python3 (<= 3.7).\n\nMaintained by 1024jp since 2013."
outlineMenu:
- beginString: "^([\\t ]*)class[\\t ]+(.+?):?[\\t]*$"
keyString: "$1$2"
@ -189,6 +189,7 @@ commands:
- beginString: "bin"
- beginString: "bit_length"
- beginString: "bool"
- beginString: "breakpoint"
- beginString: "bytearray"
- beginString: "bytes"
- beginString: "callable"