Wed, 30 Nov 2016 19:59:57 +0100 Detlev Offenbach Started implementing project type specific APIs. APIs file | diff | annotate
Sat, 10 Sep 2016 17:42:01 +0200 Detlev Offenbach Removed the breakpoint related stuff for Ruby files in the editor. file | diff | annotate
Sun, 24 Jul 2016 12:01:01 +0200 Detlev Offenbach Updated coverage.py to version 4.1.0. file | diff | annotate
Sun, 03 Apr 2016 17:07:25 +0200 Detlev Offenbach Corrected some code style issues. file | diff | annotate
Mon, 28 Mar 2016 11:51:49 +0200 Detlev Offenbach Fixed an issue causing a crash with latest PyQt5 (5.6). 6_1_x file | diff | annotate
Mon, 28 Mar 2016 11:51:49 +0200 Detlev Offenbach Fixed an issue causing a crash with latest PyQt5 (5.6). file | diff | annotate
Sun, 06 Mar 2016 13:42:29 +0100 Detlev Offenbach Synchronized the Complete menus of the global Edit menu and the editor context menu. file | diff | annotate
Sat, 06 Feb 2016 12:31:51 +0100 Detlev Offenbach Fixed a few little issues. file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Thu, 22 Oct 2015 19:48:40 +0200 Detlev Offenbach Improved the syntax checker, code style checker and indentation checker interfaces. file | diff | annotate
Sun, 11 Oct 2015 12:09:50 +0200 Detlev Offenbach Removed an unused import left over by the coverage changes. file | diff | annotate
Sun, 04 Oct 2015 22:37:56 +0200 T.Rzepka Updated coverage to 4.0 (breaks with Python 3.2 support). file | diff | annotate
Thu, 03 Sep 2015 23:01:02 +0200 T.Rzepka Workaround for missing lines at vertical scroll bar caused by annotations. 6_0_x file | diff | annotate
Thu, 03 Sep 2015 23:01:02 +0200 T.Rzepka Workaround for missing lines at vertical scroll bar caused by annotations. file | diff | annotate
Wed, 02 Sep 2015 18:44:31 +0200 Detlev Offenbach Fixed an issue in the editor causing the encodings menu not being synchronized after a re-open operation. 6_0_x file | diff | annotate
Wed, 02 Sep 2015 18:44:31 +0200 Detlev Offenbach Fixed an issue in the editor causing the encodings menu not being synchronized after a re-open operation. file | diff | annotate
Mon, 31 Aug 2015 18:53:49 +0200 Detlev Offenbach Fixed a few code style issues. file | diff | annotate
Sun, 30 Aug 2015 19:21:37 +0200 Detlev Offenbach Fixed an issue in the editor causing the encodings menu not being synchronized after a save operation. 6_0_x file | diff | annotate
Sun, 30 Aug 2015 19:21:37 +0200 Detlev Offenbach Fixed an issue in the editor causing the encodings menu not being synchronized after a save operation. file | diff | annotate
Fri, 28 Aug 2015 16:38:57 +0200 Detlev Offenbach Added capability to save a copy of the editor contents. file | diff | annotate
Sun, 23 Aug 2015 11:00:13 +0200 T.Rzepka Avoid that lines are look like they where doubled and sometimes even Python crashes. 6_0_x file | diff | annotate
Sun, 23 Aug 2015 11:37:17 +0200 T.Rzepka Source files now executable even with unicodes in path or filename. file | diff | annotate
Sun, 23 Aug 2015 11:00:13 +0200 T.Rzepka Avoid that lines are look like they where doubled and sometimes even Python crashes. file | diff | annotate
Wed, 19 Aug 2015 11:00:48 +0200 Detlev Offenbach Little enhancement to the editor context menu to enable the Tools submenu only, if it contains some entries (populated by plug-ins). 6_0_x file | diff | annotate
Wed, 19 Aug 2015 11:00:48 +0200 Detlev Offenbach Little enhancement to the editor context menu to enable the Tools submenu only, if it contains some entries (populated by plug-ins). file | diff | annotate
Fri, 03 Jul 2015 19:07:06 +0200 Detlev Offenbach Added the search markers to the marker map of the editor. file | diff | annotate
Sun, 28 Jun 2015 13:37:45 +0200 Detlev Offenbach Changed the call to mouse click handlers in the editor to pass the calling editor as a parameter. file | diff | annotate
Sat, 27 Jun 2015 10:42:27 +0200 Detlev Offenbach Small ammendment to the mouse click handler functions of the editor. file | diff | annotate
Fri, 26 Jun 2015 18:34:11 +0200 Detlev Offenbach Corrected the mouse release event handler of the editor to call the super class one first. file | diff | annotate
Thu, 25 Jun 2015 18:50:11 +0200 Detlev Offenbach Fixed an issue in the mouse click handler of the editor. Needed to cast the modifiers and mouse button to an integer. file | diff | annotate
Wed, 24 Jun 2015 19:52:13 +0200 Detlev Offenbach Moved the code to create a display string for a modifier and mouse button combination to a separate file because it will be needed in other places than just the editor as well. file | diff | annotate
Tue, 23 Jun 2015 19:43:21 +0200 Detlev Offenbach Added a configuration page for mouse click handler support. file | diff | annotate
Tue, 23 Jun 2015 19:10:18 +0200 Detlev Offenbach Completed the mouse click handler support. file | diff | annotate
Mon, 22 Jun 2015 19:50:05 +0200 Detlev Offenbach Started implementing support for mouse click handlers into the Editor. This can be used by plug-ins to implement function executed by a mouse click (e.g. goto definition upon Ctrl+Left Button). file | diff | annotate
Sun, 21 Jun 2015 20:21:48 +0200 Detlev Offenbach Added a TODO to the editor. file | diff | annotate
Sun, 21 Jun 2015 20:18:34 +0200 Detlev Offenbach Fixed a bug in the editor resulting in an empty QScintilla completion list being shown. file | diff | annotate
Sun, 31 May 2015 17:58:29 +0200 Detlev Offenbach Fixed a bug introduced by the last change. file | diff | annotate
Sun, 31 May 2015 17:30:12 +0200 Detlev Offenbach Added capability to the editor to ask multiple completion list and call-tip providers. file | diff | annotate
Tue, 21 Apr 2015 19:36:10 +0200 Detlev Offenbach Fixed an issue with the API auto-prepare function. 6_0_x file | diff | annotate
Tue, 21 Apr 2015 19:36:10 +0200 Detlev Offenbach Fixed an issue with the API auto-prepare function. file | diff | annotate
Tue, 07 Apr 2015 13:54:51 +0200 Detlev Offenbach Fixed an issue causing wrong display of manually invoked calltips when auto-caltips were disabled. 6_0_x file | diff | annotate
Tue, 07 Apr 2015 13:54:51 +0200 Detlev Offenbach Fixed an issue causing wrong display of manually invoked calltips when auto-caltips were disabled. file | diff | annotate
Sat, 14 Mar 2015 14:36:52 +0100 Detlev Offenbach Added capability to configure the indentation guides colors. file | diff | annotate
Wed, 11 Mar 2015 18:25:37 +0100 Detlev Offenbach Fixed an issue in the editor causing a traceback when setting a language for an empty editor. 6_0_x file | diff | annotate
Wed, 11 Mar 2015 18:25:37 +0100 Detlev Offenbach Fixed an issue in the editor causing a traceback when setting a language for an empty editor. file | diff | annotate
Tue, 03 Mar 2015 19:53:50 +0100 Detlev Offenbach Corrected some auto-completion related terms. file | diff | annotate
Sat, 28 Feb 2015 16:16:49 +0100 Detlev Offenbach Added a TODO to allow multiple completion and calltips providers. file | diff | annotate
Fri, 27 Feb 2015 19:43:04 +0100 Detlev Offenbach Improved the handling of the various auto-completion actions. file | diff | annotate
Thu, 29 Jan 2015 19:57:19 +0100 Detlev Offenbach Fixed an issue in the editor and minieditor caused by using an obsolete method. file | diff | annotate
Fri, 02 Jan 2015 14:56:04 +0100 Detlev Offenbach Fixed an issue with the Tools menu. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Thu, 18 Dec 2014 18:56:04 +0100 Detlev Offenbach Fixed an issue related to handling an inactive syntax checker in the editor. 5_5_x file | diff | annotate
Thu, 18 Dec 2014 18:56:04 +0100 Detlev Offenbach Fixed an issue related to handling an inactive syntax checker in the editor. file | diff | annotate
Wed, 17 Dec 2014 19:57:27 +0100 Detlev Offenbach Added TODOs to handle a deactivated (i.e. not loaded) syntax checker service. file | diff | annotate
Sun, 12 Oct 2014 17:03:59 +0200 Detlev Offenbach Removed the annotations scrollbar code because it is not really an eric issue. 5_5_x file | diff | annotate
Sun, 12 Oct 2014 17:03:59 +0200 Detlev Offenbach Removed the annotations scrollbar code because it is not really an eric issue. file | diff | annotate
Sun, 12 Oct 2014 16:17:30 +0200 Detlev Offenbach Corrected the annotations scrollbar fix because it caused seg faults for short files. 5_5_x file | diff | annotate
Sun, 12 Oct 2014 16:17:30 +0200 Detlev Offenbach Corrected the annotations scrollbar fix because it caused seg faults for short files. file | diff | annotate
Sat, 11 Oct 2014 19:08:00 +0200 Detlev Offenbach Refined the last fix to maintain the scrollbar position. 5_5_x file | diff | annotate
Sat, 11 Oct 2014 19:08:00 +0200 Detlev Offenbach Refined the last fix to maintain the scrollbar position. file | diff | annotate
(0) -300 -100 -60 tip

eric ide

mercurial