changeset: 8b119c4f69d0 date: Fri Nov 11 13:01:49 2011 +0000 Updated the NEWS file. Updated the introductory documentation. Released as v2.6. changeset: ba98bc555aca date: Mon Nov 07 19:05:38 2011 +0000 Added QsciCommandSet::boundTo(). Ordinary keys and those bound to commands now override any shortcuts. changeset: 9ff20df1997b date: Fri Oct 28 17:25:00 2011 +0100 More updated German translations from Detlev. changeset: 4903315d96b1 date: Thu Oct 27 21:49:15 2011 +0100 Updated Spanish translations from Jaime. Updated German translations from Detlev. changeset: b6f0a46e0eac date: Sun Oct 23 16:23:02 2011 +0100 Fixed SelectAll in the Python bindings. changeset: 6ab90cb63b2b date: Sun Oct 23 15:00:02 2011 +0100 Fixed drag and drop (specifically so that copying works on OS/X again). changeset: a746e319d9cd date: Sat Oct 22 22:16:46 2011 +0100 Fixed a display bug with kerned fonts. changeset: 7f6c34ad8d27 date: Sat Oct 22 18:33:09 2011 +0100 The foreground and background colours of selected text are now taken from the application palette. changeset: 1717c6d59b12 date: Sat Oct 22 18:15:44 2011 +0100 Updated the NEWS file. changeset: c42fa7e83b07 date: Sat Oct 22 18:14:46 2011 +0100 Renamed QsciCommand::SelectDocument to SelectAll. Added QsciScintilla::createStandardContextMenu(). changeset: 92d0b6ddf371 date: Fri Oct 21 12:02:12 2011 +0100 Updated the .ts files. changeset: 964fa889b807 date: Fri Oct 21 11:55:48 2011 +0100 Completed the OS/X specific key bindings. changeset: 0073fa86a5a0 date: Thu Oct 20 18:33:58 2011 +0100 Fixed the support for SCMOD_META. Started to add the correct OS/X key bindings as the default. changeset: 7c7b81b55f0e date: Thu Oct 20 16:32:05 2011 +0100 All available commands are now defined in the standard command set. changeset: 0ca6ff576c21 date: Thu Oct 20 13:15:54 2011 +0100 Completed the QsciCommand::Command documentation. Added the members to QsciCommand.Command in the Python bindings. changeset: e75565018b90 date: Tue Oct 18 18:21:53 2011 +0100 Added QsciCommandSet::find(). changeset: 4852ee57353e date: Tue Oct 18 17:41:14 2011 +0100 Added Command, command() and execute() to QsciCommand. Backed out the high level support for moving the selection up and down. changeset: e65a458cd9d8 date: Mon Oct 17 17:50:18 2011 +0100 Fix for the changed fold at else property in the SQL lexer. changeset: b397695bc2ab date: Mon Oct 17 17:37:38 2011 +0100 Added highlightSubidentifiers() and setHighlightSubidentifiers() to the Python lexer. changeset: 687d04948c5d date: Mon Oct 17 16:40:32 2011 +0100 Added support for triple quoted strings to the C++ lexer. changeset: 3ac1ccfad039 date: Mon Oct 17 16:04:32 2011 +0100 Added low level support for identifiers, scrolling to the start and end. Added low and hight level support for moving the selection up and down. changeset: f3cd3244cecd date: Mon Oct 17 14:05:48 2011 +0100 Added low and high level support for margin options. changeset: 7e4a4d3529a8 date: Fri Oct 14 18:29:18 2011 +0100 Updated the brace matching support to handle indicators. changeset: 879b97c676a4 date: Fri Oct 14 15:59:58 2011 +0100 Added SCI_SETEMPTYSELECTION. changeset: b3643569a827 date: Fri Oct 14 15:46:11 2011 +0100 Updated the support for indicators. changeset: 7127ee82d128 date: Fri Oct 14 14:46:43 2011 +0100 Added SCI_MARKERSETBACKSELECTED and SCI_MARKERENABLEHIGHLIGHT. changeset: 7707052913ef date: Fri Oct 14 11:43:05 2011 +0100 Added low and high-level support for RGBA images (ie. QImage). changeset: 710e50d5692c date: Thu Oct 13 19:03:42 2011 +0100 Updated the Lua lexer. changeset: 6d16e2e9354b date: Thu Oct 13 18:58:19 2011 +0100 Updated the Perl lexer. changeset: 16c6831c337f date: Tue Oct 11 22:51:40 2011 +0100 Some fixes left over from the merge of v2.29. Added support for RGBA images so that the merged version compiles. changeset: 750c2c3cef72 date: Tue Oct 11 12:46:23 2011 +0100 Merged Scintilla v2.29. changeset: eab39863675f date: Tue Oct 11 12:29:55 2011 +0100 Merged the v2.5 maintenance branch back into the trunk. changeset: 87ae98d2674b date: Thu Apr 07 19:47:39 2011 +0100 Fixed the handling of the font quality setting so that the default behavior (particularly on Windows) is the same as earlier versions. changeset: e4807fd91f6c date: Tue Mar 29 16:47:21 2011 +0100 Added tag 2.5 for changeset 9d94a76f783e changeset: 9d94a76f783e date: Tue Mar 29 16:19:58 2011 +0100 Released as v2.5.