Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Releases: petervaro/python

Removed optional comment

21 Sep 13:06
Compare
Choose a tag to compare

The main idea behind the optional comment-based highlighting was to preserve the highlighter's "purity", that is, if something is not strictly part of the language (like regex or the format mini language) then it should not be highlighted by default. Unfortunately the current limitations of ST's highlighting implementation makes it impossible to make this feature work reliably (the scopes are not inheriting the "states" of their parents). Because of that, I decided I will go with the original version, and r-strings will be highlighted as regexes, and f-strings as formatting ones.

It is possible though, that my original idea of differentiating between the uppercase and the lowercase string prefixes will be implemented in the future. Yes, it is forcing the developers to use an unnatural convention, but that was the case with the comment-based ones as well.. We'll see!

Minor fix

21 Nov 23:05
Compare
Choose a tag to compare

Comment bundle's unnecessary double extra space between pound sign and comment has been fixed.

Minor fix

21 Nov 19:49
Compare
Choose a tag to compare

lambda word-boundary problem fixed

Major Updates and Improvements

21 Nov 19:29
Compare
Choose a tag to compare

Current release addresses and fixes several long awaited issues.
It also introduces the concept of "comment-driven-optional-highlights".
Adds tons of new features, which makes it compatible to python up to 3.7.

Completely restructured and refactored

07 Oct 12:41
Compare
Choose a tag to compare

Several bug fixes and issues are fixed; many new features implemented; the repository and all branches are clean (and sexy) now; the code-base is refactored, it is fully modular now.

Micro change

10 May 14:46
Compare
Choose a tag to compare

I can't believe I screwed up for the first time :(

Minor changes 4.

10 May 13:30
Compare
Choose a tag to compare

Comment short-cut fixed (Comments.tmPreferences) for Python3. Also the generated *_Test is placed into a test folder.

Minor changes 3.

09 May 10:05
Compare
Choose a tag to compare

Thanks for all the feedbacks!
I fixed a few bugs and created better conversion functions too, so the naming problem won't be a problem again.

Minor changes 2.

05 May 10:15
Compare
Choose a tag to compare

Fixed some minor issues. Thanks for the feedback @yuryshulaev!

Minor update

12 Feb 13:29
Compare
Choose a tag to compare

Python 3 Sublime Build system is now Windows ready. Thanks for the feedback of @eric-wieser !