Mon, 14 Oct 2013 18:26:25 +0200 Detlev Offenbach Fixed a few documentation strings that got broken while doing the line shortening job. That concludes the later. file | diff | annotate
Sun, 13 Oct 2013 16:11:46 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sun, 29 Sep 2013 18:22:08 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Tue, 24 Sep 2013 18:57:33 +0200 Detlev Offenbach Fixed issues in the view manager and the user interface. 5_3_x file | diff | annotate
Thu, 05 Sep 2013 18:11:19 +0200 Detlev Offenbach Fixed an error in the view manager when the last editor is closed. 5_3_x file | diff | annotate
Thu, 05 Sep 2013 18:11:19 +0200 Detlev Offenbach Fixed an error in the view manager when the last editor is closed. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Fri, 05 Jul 2013 19:17:29 +0200 Detlev Offenbach Added support to highlight the current class/method name of the current editor to the project sources viewer. file | diff | annotate
Tue, 28 May 2013 20:52:12 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Tue, 28 May 2013 17:40:53 +0200 Detlev Offenbach Changed logic when showing the 'Edit Dictionaries' menu. 5_3_x file | diff | annotate
Tue, 28 May 2013 17:40:53 +0200 Detlev Offenbach Changed logic when showing the 'Edit Dictionaries' menu. 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, 25 Mar 2013 03:11:06 +0100 T.Rzepka Script changes: Future import added, super calls modified and unicode behavior for str. Py2 comp. file | diff | annotate
Mon, 11 Mar 2013 19:00:54 +0100 Detlev Offenbach Made the activation state of the "Save All" action dependent upon the overall modification status of all open editors. 5_3_x file | diff | annotate
Mon, 11 Mar 2013 19:00:54 +0100 Detlev Offenbach Made the activation state of the "Save All" action dependent upon the overall modification status of all open editors. file | diff | annotate
Sun, 10 Mar 2013 17:25:37 +0100 Detlev Offenbach Removed the Terminal widget because there are severe issues with certain shells that cannot be fixed and it is a rarely used feature. 5_3_x file | diff | annotate
Sun, 10 Mar 2013 17:10:23 +0100 Detlev Offenbach Removed the Terminal widget because there are severe issues with certain shells that cannot be fixed and it is a rarely used feature. file | diff | annotate
Sun, 17 Feb 2013 18:23:01 +0100 Detlev Offenbach Added the capability to preview HTML, Mardown and ReST files. file | diff | annotate
Fri, 15 Feb 2013 19:50:49 +0100 Detlev Offenbach Added support for SSI include statements to the HTML preview function. file | diff | annotate
Mon, 11 Feb 2013 18:13:10 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Sun, 10 Feb 2013 14:48:24 +0100 Detlev Offenbach Started with delaying the import upon the time it is needed. file | diff | annotate
Sat, 09 Feb 2013 13:00:50 +0100 Detlev Offenbach Added functionality to refresh the coverage markers of an editor if such are shown. 5_3_x file | diff | annotate
Sat, 09 Feb 2013 13:00:50 +0100 Detlev Offenbach Added functionality to refresh the coverage markers of an editor if such are shown. file | diff | annotate
Thu, 24 Jan 2013 19:10:01 +0100 Detlev Offenbach Made the search and replace widgets scrollable (customisation for smaller screens). file | diff | annotate
Mon, 14 Jan 2013 18:42:07 +0100 Detlev Offenbach Fixed the QScintilla related zoom code. 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
Sat, 12 Jan 2013 18:44:39 +0100 Detlev Offenbach Introduced a zoom widget in the status bar of several windows. file | diff | annotate
Thu, 10 Jan 2013 19:15:10 +0100 Detlev Offenbach Removed the file name label from the main window status bar because that info is redundant. file | diff | annotate
Thu, 10 Jan 2013 19:03:16 +0100 Detlev Offenbach Fixed a little issue in ViewManager.py. file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Sat, 22 Dec 2012 15:09:28 +0100 Detlev Offenbach Fixed a few PEP-8 related issues. file | diff | annotate
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:33:12 +0100 Detlev Offenbach Fixed an omission of the recent changes. file | diff | annotate
Sat, 10 Nov 2012 19:18:05 +0100 Detlev Offenbach Added actions to open the find in files and replace in files dialogs in a mode that searches open files only. 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
Sat, 10 Nov 2012 16:17:03 +0100 Detlev Offenbach Added a dialog to edit the various spell checking dictionaries. 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, 15 Oct 2012 19:10:17 +0200 Detlev Offenbach Redid the focusChanged change of ViewManager.py. 5_2_x file | diff | annotate
Mon, 15 Oct 2012 19:10:17 +0200 Detlev Offenbach Redid the focusChanged change of ViewManager.py. file | diff | annotate
Sat, 06 Oct 2012 18:49:58 +0200 Detlev Offenbach Removed obsolete and incorrect code from the view manager. 5_2_x file | diff | annotate
Sat, 06 Oct 2012 18:48:56 +0200 Detlev Offenbach Fixed an issue with the last change. 5_2_x file | diff | annotate
Sat, 06 Oct 2012 18:42:02 +0200 Detlev Offenbach Some code cleanup in the view manager and a change to get rid of an observation related to the C++ object of the editActGrp object being destroyed while still in use. 5_2_x file | diff | annotate
Sat, 06 Oct 2012 18:49:58 +0200 Detlev Offenbach Removed obsolete and incorrect code from the view manager. file | diff | annotate
Sat, 06 Oct 2012 18:48:56 +0200 Detlev Offenbach Fixed an issue with the last change. file | diff | annotate
Sat, 06 Oct 2012 18:42:02 +0200 Detlev Offenbach Some code cleanup in the view manager and a change to get rid of an observation related to the C++ object of the editActGrp object being destroyed while still in use. file | diff | annotate
Sat, 04 Aug 2012 19:06:05 +0200 Detlev Offenbach Corrected a display string. 5_2_x file | diff | annotate
Sat, 04 Aug 2012 19:03:31 +0200 Detlev Offenbach Corrected a display string. 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
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
Sat, 14 Jan 2012 15:10:25 +0100 Detlev Offenbach Changed the file double click behavior in the source and file browser. 5_1_x file | diff | annotate
Sat, 14 Jan 2012 15:10:25 +0100 Detlev Offenbach Changed the file double click behavior in the source and file browser. file | diff | annotate
Sun, 01 Jan 2012 16:45:41 +0100 Detlev Offenbach Added an alternate shortcut for zooming. 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
Sat, 24 Dec 2011 14:38:40 +0100 Detlev Offenbach Added an action to reset the zoom factor. 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
Wed, 14 Dec 2011 19:57:54 +0100 Detlev Offenbach Changes to speed up the start-up phase by creating some dialog on demand. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial