From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32543 invoked by alias); 30 Apr 2015 04:30:09 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 26728 invoked by uid 89); 30 Apr 2015 04:27:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <1430368085.10140.61.camel@cygwin.com> Subject: Updated: qscintilla2-2.8.4-3 From: Yaakov Selkowitz To: cygwin-announce Date: Thu, 30 Apr 2015 04:30:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-04/txt/msg00054.txt.bz2 The following packages have been updated in the Cygwin distribution: * libqscintilla2_11-2.8.4-3 * libqscintilla2-common-2.8.4-3 * libqscintilla2-devel-2.8.4-3 * libqscintilla2-qt5_11-2.8.4-3 * libqscintilla2-qt5-common-2.8.4-3 * libqscintilla2-qt5-devel-2.8.4-3 * python-pyqt4-qsci-2.8.4-3 * python-pyqt5-qsci-2.8.4-3 * python3-pyqt4-qsci-2.8.4-3 * python3-pyqt5-qsci-2.8.4-3 QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class. As well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground/background colours and multiple fonts. This release is a rebuild for the Qt5 dllimport change. -- Yaakov