Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Mon, 17 Mar 2014 19:11:48 +0100 Detlev Offenbach Extended QsciScintillaCompat to allow to set the modified status and made the selection of an encoding in the editor change the modified state. file | diff | annotate
Mon, 17 Mar 2014 19:07:51 +0100 Detlev Offenbach Extended QsciScintillaCompat to allow to set the modification status. 5_4_x file | diff | annotate
Fri, 31 Jan 2014 12:20:32 +0100 Detlev Offenbach Implemented some work-arounds for strange focus handling on Qt5. 5_4_x file | diff | annotate
Fri, 31 Jan 2014 12:12:56 +0100 Detlev Offenbach Implemented a work-around for a buggy behavior for Qt5, where application focus is given to a completion list but not returned after selecting an entry by double-clicking it. file | diff | annotate
Sun, 05 Jan 2014 17:13:21 +0100 Detlev Offenbach A little change to the QScintilla inputMethodEvent() overwriting code. file | diff | annotate
Sat, 04 Jan 2014 16:23:47 +0100 Detlev Offenbach Implemented a workaround for a non-working implementation of inputMethodEvent() in QScintilla 2.8.x. It simply overwrites these methods with empty ones in order to not loose selected text on focus out. file | diff | annotate
Thu, 02 Jan 2014 19:40:08 +0100 Detlev Offenbach Fixed a bug creating a project from a repository and implemented a bugfix method for an issue in QsciScintilla. file | diff | annotate
Mon, 11 Nov 2013 19:45:35 +0100 Detlev Offenbach Corrected an incomplete source docu string. file | diff | annotate
Sun, 10 Nov 2013 14:40:34 +0100 Detlev Offenbach Added an extended progress dialog to make the progress bar label more descriptive. file | diff | annotate
Sat, 09 Nov 2013 17:46:01 +0100 Detlev Offenbach Added support for find indicators to the editor (QScintilla >= 2.8). file | diff | annotate
Fri, 08 Nov 2013 19:22:12 +0100 Detlev Offenbach Implemented support for the new QScintilla feature to always highlight the caret line. file | diff | annotate
Sun, 13 Oct 2013 17:44:48 +0200 Detlev Offenbach Corrected some source docu issues and regenerated the source docu. file | diff | annotate
Sun, 29 Sep 2013 18:23:27 +0200 Detlev Offenbach Regenerated source docu after corrections. file | diff | annotate
Sun, 30 Jun 2013 19:55:48 +0200 Detlev Offenbach Fixed a serious typo. file | diff | annotate
Sun, 19 May 2013 15:39:12 +0200 Detlev Offenbach Added support for virtual space to the Editor and Mini Editor. file | diff | annotate
Sun, 19 May 2013 14:38:05 +0200 Detlev Offenbach Added methods to QsciScintillaCompat to handle multiple selections. file | diff | annotate
Wed, 08 May 2013 18:49:06 +0200 Detlev Offenbach Fixed a typo in some source docu. file | diff | annotate
Wed, 08 May 2013 18:42:59 +0200 Detlev Offenbach Added some line of code missing from the grafted changeset. 5_3_x file | diff | annotate
Fri, 19 Apr 2013 18:34:33 +0200 Detlev Offenbach Added entires to convert the selection to upper/lower case to the edit menu. file | diff | annotate
Wed, 17 Apr 2013 19:58:24 +0200 Detlev Offenbach Added the capability to sort lines spanned by a rectangular selection based on the selected text. file | diff | annotate
Mon, 15 Apr 2013 19:36:22 +0200 Detlev Offenbach Added a function to QsciScintillaCompat to check for a rectangular selection. file | diff | annotate
Sat, 02 Feb 2013 19:55:18 +0100 Detlev Offenbach Regenerated source docu. file | diff | annotate
Sat, 02 Feb 2013 19:15:52 +0100 Detlev Offenbach Regenerated source docu. file | diff | annotate
Sat, 26 Jan 2013 12:44:46 +0100 Detlev Offenbach Regenerated the source docu with the HTML5 generator. 5_3_x file | diff | annotate
Fri, 25 Jan 2013 17:54:37 +0100 Detlev Offenbach Regenerated the source docu with the HTML5 generator. file | diff | annotate
Sun, 13 Jan 2013 19:11:18 +0100 Detlev Offenbach Fixed the feedback of a changed zoom value from the editors, shell or terminal to the view manager. file | diff | annotate
Fri, 30 Dec 2011 18:33:18 +0100 Detlev Offenbach Added capability to zoom by a pinch gesture to the editor, the shell, the terminal, the web browser and various graphics related windows. file | diff | annotate
Sun, 13 Nov 2011 19:56:47 +0100 Detlev Offenbach Started to add support for QScintilla 2.6 (and newer). file | diff | annotate
Sun, 13 Nov 2011 19:13:43 +0100 Detlev Offenbach Fixed a compatibility issue with QScintilla 2.6. 5_1_x file | diff | annotate
Sun, 04 Sep 2011 16:06:54 +0200 Detlev Offenbach Regenerated source docu according to latest standard. 5_1_x file | diff | annotate
Sat, 20 Aug 2011 17:24:33 +0200 Detlev Offenbach Fixed an issue in the source documentor and regenerated the source docu. file | diff | annotate
Sat, 20 Aug 2011 16:30:49 +0200 Detlev Offenbach Updated source docu with new soutce documentor. file | diff | annotate
Fri, 11 Mar 2011 16:51:57 +0100 Detlev Offenbach Made code mostly PEP 8 compliant (except all whitespace and line length). file | diff | annotate
Thu, 10 Mar 2011 14:50:53 +0100 Detlev Offenbach Adjusted code to use the QScintilla contractedFolds() and setContractedFolds() methods (as of QScintilla 2.5). file | diff | annotate
Fri, 13 Aug 2010 11:16:25 +0200 Detlev Offenbach Fixed an issue in the editor related to unicode handling. 5_0_x file | diff | annotate
Fri, 13 Aug 2010 11:15:18 +0200 Detlev Offenbach Fixed an issue in the editor related to unicode handling. file | diff | annotate
Sun, 01 Aug 2010 13:06:25 +0200 Detlev Offenbach Fixed a few unicode related issues. 5_0_x release-5.0.1 file | diff | annotate
Sun, 01 Aug 2010 13:05:08 +0200 Detlev Offenbach Fixed a few unicode related issues. file | diff | annotate
Sat, 31 Jul 2010 12:33:19 +0200 Detlev Offenbach Fine tuned the new default style and regenerated the source docu. file | diff | annotate
Mon, 26 Jul 2010 19:59:27 +0200 Detlev Offenbach Added another style for the source docu. file | diff | annotate
Sun, 25 Jul 2010 12:02:49 +0200 Detlev Offenbach Added code to adjust the cursor flash time of the editor to the global settings. file | diff | annotate
Sun, 25 Jul 2010 12:01:06 +0200 Detlev Offenbach Added code to adjust the cursor flash time of the editor to the global settings. 5_0_x file | diff | annotate
Sat, 12 Jun 2010 15:24:53 +0200 Detlev Offenbach Added capability to configure the colors of the foldmarkers. file | diff | annotate
Wed, 02 Jun 2010 10:04:33 +0200 Detlev Offenbach Added additional fold styles. file | diff | annotate
Thu, 14 Jan 2010 18:35:52 +0000 Detlev Offenbach Corrected the version docu and regenerated the source docu. file | diff | annotate
Fri, 08 Jan 2010 19:14:19 +0000 Detlev Offenbach Removed (commented out) the encoding/decoding related stuff of Utilities. file | diff | annotate
Wed, 06 Jan 2010 18:14:15 +0000 Detlev Offenbach Fixed a bug in eric5-doc.py and regenerated docu. file | diff | annotate
Sat, 02 Jan 2010 18:19:35 +0000 Detlev Offenbach Updated documentation. file | diff | annotate
(0) tip

eric ide

mercurial