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
|
Sat, 11 Oct 2014 18:47:47 +0200 |
Detlev Offenbach |
Implemented some code to (hopefully) fix the scrollbar issue of the editor.
5_5_x
|
file |
diff |
annotate
|
Sat, 11 Oct 2014 18:47:47 +0200 |
Detlev Offenbach |
Implemented some code to (hopefully) fix the scrollbar issue of the editor.
|
file |
diff |
annotate
|
Sat, 13 Sep 2014 16:13:52 +0200 |
Detlev Offenbach |
Added more changes to make eric6 usable with PyQt4 as well.
|
file |
diff |
annotate
|
Sat, 05 Jul 2014 12:13:23 +0200 |
Detlev Offenbach |
Finished renaming eric5 for PyQt5 to eric6.
|
file |
diff |
annotate
|
Sun, 29 Jun 2014 20:13:56 +0200 |
Detlev Offenbach |
Started porting eric5 to PyQt5.
|
file |
diff |
annotate
|
Fri, 30 May 2014 15:16:40 +0200 |
Detlev Offenbach |
Fixed a few source code style issues found by the updated pe8 checker.
|
file |
diff |
annotate
|
Sun, 18 May 2014 14:13:09 +0200 |
Detlev Offenbach |
Corrected a bunch of source docu issues.
|
file |
diff |
annotate
|
Sat, 17 May 2014 11:43:07 +0200 |
Detlev Offenbach |
Re-fixed the recent editor issue.
5_4_x
|
file |
diff |
annotate
|
Sat, 17 May 2014 11:43:07 +0200 |
Detlev Offenbach |
Re-fixed the recent editor issue.
|
file |
diff |
annotate
|
Sat, 17 May 2014 10:39:44 +0200 |
Detlev Offenbach |
Einige kleinere Korrekturen.
|
file |
diff |
annotate
|
Fri, 16 May 2014 23:36:27 +0200 |
T.Rzepka |
BackgroundService: Restart of the client in different situations handled.
|
file |
diff |
annotate
|
Thu, 15 May 2014 18:45:31 +0200 |
Detlev Offenbach |
Fixed another silly issue in the editor.
5_4_x
|
file |
diff |
annotate
|
Thu, 15 May 2014 18:45:07 +0200 |
Detlev Offenbach |
Fixed another silly issue in the editor.
|
file |
diff |
annotate
|
Wed, 14 May 2014 18:49:47 +0200 |
Detlev Offenbach |
Fixed a silly issue in the editor.
5_4_x
|
file |
diff |
annotate
|
Wed, 14 May 2014 18:49:25 +0200 |
Detlev Offenbach |
Fixed a silly issue in the editor.
|
file |
diff |
annotate
|
Mon, 05 May 2014 19:27:30 +0200 |
Detlev Offenbach |
Added support for the QScintilla Gettext lexer (QsciLexerPO) as of QScintilla 2.8.2.
|
file |
diff |
annotate
|
Mon, 21 Apr 2014 19:20:27 +0200 |
T.Rzepka |
Reintegrated the js syntax checker and therefore improved the background service a little.
Py2 comp.
|
file |
diff |
annotate
|
Thu, 10 Apr 2014 23:03:29 +0200 |
T.Rzepka |
Enable coverage info in Python2 projects.
Py2 comp.
|
file |
diff |
annotate
|