Sun, 11 Nov 2012 18:57:09 +0100 |
Detlev Offenbach |
Added some icons to the "Languages" and "End-of-Line Type" context menus of the editor and changed the status labels for programming language and end-of-line type of the main window to show an icon.
|
file |
diff |
annotate
|
Sat, 10 Nov 2012 19:36:48 +0100 |
Detlev Offenbach |
Deleted a forgotten debug statement in the editor.
|
file |
diff |
annotate
|
Sat, 10 Nov 2012 18:05:51 +0100 |
Detlev Offenbach |
Added actions to search for the next/previous occurence of the current word (default shortcuts Ctrl+. and Ctrl+,).
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 10:40:43 +0100 |
Detlev Offenbach |
Fixed an issue in the editor related to not re-initializing the online change tracer after a file has been refreshed (reread after an external change).
|
file |
diff |
annotate
|
Mon, 29 Oct 2012 19:13:00 +0100 |
Detlev Offenbach |
Finalized the change tracing stuff.
|
file |
diff |
annotate
|
Sun, 28 Oct 2012 20:19:15 +0100 |
Detlev Offenbach |
Improved the change tracing function by marking saved and unsaved changes differently.
|
file |
diff |
annotate
|
Sun, 28 Oct 2012 17:41:29 +0100 |
Detlev Offenbach |
Enhanced the code coverage dialog functionality.
|
file |
diff |
annotate
|
Sat, 27 Oct 2012 20:10:59 +0200 |
Detlev Offenbach |
Added capability to mark changed lines and to navigate between them to the editor.
|
file |
diff |
annotate
|
Mon, 01 Oct 2012 19:44:40 +0200 |
Detlev Offenbach |
Made the fiveth set of Qt5 compatibility changes (some of the previous changes are backed out due to changes in PyQt4).
|
file |
diff |
annotate
|
Sun, 30 Sep 2012 13:27:28 +0200 |
Detlev Offenbach |
Made the first set of Qt5 compatibility changes.
|
file |
diff |
annotate
|
Mon, 10 Sep 2012 18:42:28 +0200 |
Detlev Offenbach |
Implemented functions to load UML graphics from disc.
|
file |
diff |
annotate
|
Sun, 09 Sep 2012 17:40:32 +0200 |
Detlev Offenbach |
Refactored the UML graphics code.
|
file |
diff |
annotate
|
Wed, 05 Sep 2012 20:07:02 +0200 |
Detlev Offenbach |
Changed the diagrams to show a better diagram title when printed.
|
file |
diff |
annotate
|
Sun, 12 Aug 2012 13:22:05 +0200 |
Detlev Offenbach |
Merged heads.
5_2_x
|
file |
diff |
annotate
|
Sun, 12 Aug 2012 13:20:29 +0200 |
Detlev Offenbach |
Backed out changeset <1989>.
5_2_x
|
file |
diff |
annotate
|
Mon, 02 Jul 2012 19:55:18 +0200 |
Detlev Offenbach |
Fixed the breakpoint performance issue properly.
5_2_x
|
file |
diff |
annotate
|
Sat, 04 Aug 2012 18:56:59 +0200 |
Detlev Offenbach |
A little enhancement to the editor "Save As" function to use the extension of the current file to select the filter for the file dialog.
5_2_x
|
file |
diff |
annotate
|
Sat, 04 Aug 2012 18:56:59 +0200 |
Detlev Offenbach |
A little enhancement to the editor "Save As" function to use the extension of the current file to select the filter for the file dialog.
|
file |
diff |
annotate
|
Wed, 11 Jul 2012 19:15:52 +0200 |
Detlev Offenbach |
Refined the "workspace" change to use the user home directory as a last resort.
|
file |
diff |
annotate
|
Tue, 10 Jul 2012 19:06:38 +0200 |
Detlev Offenbach |
Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
|
file |
diff |
annotate
|
Tue, 03 Jul 2012 19:01:50 +0200 |
Detlev Offenbach |
Fixed an issue related to breakpoints and cloned editors.
5_2_x
|
file |
diff |
annotate
|
Tue, 03 Jul 2012 19:01:50 +0200 |
Detlev Offenbach |
Fixed an issue related to breakpoints and cloned editors.
|
file |
diff |
annotate
|
Mon, 02 Jul 2012 19:55:18 +0200 |
Detlev Offenbach |
Fixed the breakpoint performance issue properly.
|
file |
diff |
annotate
|
Wed, 13 Jun 2012 19:27:35 +0200 |
Detlev Offenbach |
Little improvement to the editor assembly.
|
file |
diff |
annotate
|
Wed, 02 May 2012 19:10:17 +0200 |
Detlev Offenbach |
Fixed an issue in the editor that can lead to an endless loop.
5_2_x
|
file |
diff |
annotate
|
Wed, 02 May 2012 19:10:17 +0200 |
Detlev Offenbach |
Fixed an issue in the editor that can lead to an endless loop.
|
file |
diff |
annotate
|
Sun, 29 Apr 2012 16:42:02 +0200 |
Detlev Offenbach |
Changed the tasks handling to allow for more fine grained task designations.
|
file |
diff |
annotate
|
Sun, 22 Apr 2012 12:01:43 +0200 |
Detlev Offenbach |
Added a signal to the editor showing a refresh has happend and connected the editor assembly to it.
5_2_x
|
file |
diff |
annotate
|
Sun, 22 Apr 2012 12:01:43 +0200 |
Detlev Offenbach |
Added a signal to the editor showing a refresh has happend and connected the editor assembly to it.
|
file |
diff |
annotate
|
Sat, 07 Apr 2012 16:39:36 +0200 |
Detlev Offenbach |
Fixed another issue with a multi-connected signal.
5_2_x
|
file |
diff |
annotate
|
Sat, 07 Apr 2012 16:39:36 +0200 |
Detlev Offenbach |
Fixed another issue with a multi-connected signal.
|
file |
diff |
annotate
|
Fri, 06 Apr 2012 13:59:54 +0200 |
Detlev Offenbach |
Some little optimisations.
|
file |
diff |
annotate
|
Sun, 01 Apr 2012 19:01:59 +0200 |
Detlev Offenbach |
A few optimizations and a fix for a bug, that caused incorrect display of breakpoints in the editor margin.
5_2_x
|
file |
diff |
annotate
|
Sun, 01 Apr 2012 19:01:59 +0200 |
Detlev Offenbach |
A few optimizations and a fix for a bug, that caused incorrect display of breakpoints in the editor margin.
|
file |
diff |
annotate
|
Sun, 01 Apr 2012 14:31:29 +0200 |
Detlev Offenbach |
Fixed an issue in the editor caused by double connecting to a signal.
5_2_x
|
file |
diff |
annotate
|
Sun, 01 Apr 2012 14:31:29 +0200 |
Detlev Offenbach |
Fixed an issue in the editor caused by double connecting to a signal.
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 19:47:18 +0100 |
Detlev Offenbach |
Fixed an issue in the editor applying templates.
5_2_x
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 19:47:18 +0100 |
Detlev Offenbach |
Fixed an issue in the editor applying templates.
|
file |
diff |
annotate
|
Mon, 30 Jan 2012 18:53:47 +0100 |
Detlev Offenbach |
Did some PEP-8 related corrections.
5_2_x
|
file |
diff |
annotate
|
Mon, 30 Jan 2012 18:53:11 +0100 |
Detlev Offenbach |
Did some PEP-8 related corrections.
|
file |
diff |
annotate
|
Sat, 21 Jan 2012 15:01:53 +0100 |
Detlev Offenbach |
Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
|
file |
diff |
annotate
|
Sat, 21 Jan 2012 14:49:00 +0100 |
Detlev Offenbach |
Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
5_2_x
|
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
|
Mon, 26 Dec 2011 19:32:02 +0100 |
Detlev Offenbach |
Updated copyright for 2012.
5_1_x
|
file |
diff |
annotate
|
Mon, 26 Dec 2011 19:31:22 +0100 |
Detlev Offenbach |
Updated copyright for 2012.
|
file |
diff |
annotate
|
Mon, 26 Dec 2011 14:58:44 +0100 |
Detlev Offenbach |
- added capability to zoom by Ctrl + Mouse Wheel to the editor
|
file |
diff |
annotate
|
Sun, 18 Dec 2011 16:21:11 +0100 |
Detlev Offenbach |
Added an action to the editor to toggle block comments.
|
file |
diff |
annotate
|
Sat, 17 Dec 2011 15:19:45 +0100 |
Detlev Offenbach |
Corrected a few issues related to showing the coverage context menu items.
5_1_x
|
file |
diff |
annotate
|
Sat, 17 Dec 2011 15:19:45 +0100 |
Detlev Offenbach |
Corrected a few issues related to showing the coverage context menu items.
|
file |
diff |
annotate
|
Mon, 28 Nov 2011 20:03:49 +0100 |
Detlev Offenbach |
Fixed a few PEP-8 issues.
|
file |
diff |
annotate
|
Wed, 26 Oct 2011 19:23:56 +0200 |
Detlev Offenbach |
Fixed an issue in the editor.
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 19:42:58 +0200 |
Detlev Offenbach |
Made tasks manager forget about global file tasks when file is closed (configurable via configuration dialog).
|
file |
diff |
annotate
|
Sun, 02 Oct 2011 20:06:38 +0200 |
Detlev Offenbach |
Added a syntax check while typing function.
|
file |
diff |
annotate
|
Fri, 09 Sep 2011 11:54:20 +0200 |
Detlev Offenbach |
Made the check for line flags like __IGNORE_WARNING__ more flexible and extensible.
|
file |
diff |
annotate
|
Tue, 06 Sep 2011 19:47:39 +0200 |
Detlev Offenbach |
Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
|
file |
diff |
annotate
|
Tue, 06 Sep 2011 18:18:40 +0200 |
Detlev Offenbach |
Fixed an issue in the editor setting the correct language.
5_1_x
|
file |
diff |
annotate
|
Tue, 06 Sep 2011 18:18:40 +0200 |
Detlev Offenbach |
Fixed an issue in the editor setting the correct language.
|
file |
diff |
annotate
|
Sun, 24 Jul 2011 19:22:40 +0200 |
Detlev Offenbach |
Added an action to preview the file in the eric web browser.
|
file |
diff |
annotate
|
Sun, 10 Jul 2011 16:31:33 +0200 |
Detlev Offenbach |
Added editor actions to go to the last edit location and to the previous or next Python or Ruby class or method definition.
|
file |
diff |
annotate
|
Sun, 19 Jun 2011 19:36:27 +0200 |
Detlev Offenbach |
Changed the code to use super() to access the superclass.
|
file |
diff |
annotate
|