-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
python-qutepart (2.1.0-1~ubuntuseries1) ubuntuseries; urgency=low | ||
|
||
* Linter marks | ||
* API: drawWhiteSpaceTrailing -> drawIncorrectIndentation | ||
drawWhiteSpaceAnyIndentation -> drawAnyWhitespace | ||
* API: increaseIndentAction, undoAction, redoAction | ||
* API: Updated XML parsers. More languages are supported. | ||
* Better autoindentation for Python | ||
|
||
-- Andrei Kopats <[email protected]> Tue, 22 Jul 2014 22:37:37 +0300 | ||
|
||
python-qutepart (1.3.0-1~ubuntuseries1) ubuntuseries; urgency=low | ||
|
||
* API: Added binaryParserAvailable flag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: python-qutepart | ||
Version: 1.3.0 | ||
Version: 2.1.0 | ||
Release: 1%{?dist} | ||
Summary: Code editor widget for PyQt | ||
Group: Development/Libraries/Python | ||
|
@@ -36,6 +36,7 @@ Qutepart is a code editor widget for PyQt. Features: | |
- Autocompletion based on document content | ||
- Marking too long lines with red line | ||
- Rectangular selection and copy-paste | ||
- Linter marks support | ||
|
||
|
||
%prep | ||
|
@@ -57,6 +58,13 @@ Qutepart is a code editor widget for PyQt. Features: | |
|
||
|
||
%changelog | ||
* Tue Jul 22 2014 Andrei Kopats <[email protected]> 2.1.0-4 | ||
- API: Linter marks | ||
- API: drawWhiteSpaceTrailing -> drawIncorrectIndentation, drawWhiteSpaceAnyIndentation -> drawAnyWhitespace | ||
- API: increaseIndentAction, undoAction, redoAction | ||
- API: Updated XML parsers. More languages are supported. | ||
- Better autoindentation for Python | ||
|
||
* Thu Mar 14 2014 Andrei Kopats <[email protected]> 1.3.0-3 | ||
- Bugfixes and improvements | ||
- API: Added binaryParserAvailable flag | ||
|