Sat, 04 Jul 2015 11:52:05 +0200 Detlev Offenbach Changed the user script link in the grease monkey dialog because userscript.org is done. 6_0_x changeset | files
Sat, 04 Jul 2015 11:50:01 +0200 Detlev Offenbach Changed the user script link in the grease monkey dialog because userscript.org is done. changeset | files
Fri, 03 Jul 2015 19:07:06 +0200 Detlev Offenbach Added the search markers to the marker map of the editor. changeset | files
Wed, 01 Jul 2015 19:34:51 +0200 Detlev Offenbach Removed support for project type 'E4Plugin' because eric4 and eric5 are out of service. changeset | files
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. changeset | files
Sat, 27 Jun 2015 11:07:21 +0200 Detlev Offenbach Corrected some more German translations. changeset | files
Sat, 27 Jun 2015 10:58:58 +0200 Detlev Offenbach Corrected some German translations. changeset | files
Sat, 27 Jun 2015 10:42:27 +0200 Detlev Offenbach Small ammendment to the mouse click handler functions of the editor. changeset | files
Fri, 26 Jun 2015 19:21:16 +0200 Detlev Offenbach Extended the viewmanager interface to allow to open a new editor next to the current one. changeset | files
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. changeset | files
Thu, 25 Jun 2015 19:09:11 +0200 Detlev Offenbach Fixed an issue in the spell checker causing eric to fail at startup on Windows, if pyenchant was uninstalled. This happens because the uninstaller doesn't get rid of all files. The __pycache__ directories are left behind causing the failure. 6_0_x changeset | files
Thu, 25 Jun 2015 19:09:11 +0200 Detlev Offenbach Fixed an issue in the spell checker causing eric to fail at startup on Windows, if pyenchant was uninstalled. This happens because the uninstaller doesn't get rid of all files. The __pycache__ directories are left behind causing the failure. changeset | files
Thu, 25 Jun 2015 18:58:34 +0200 Detlev Offenbach Fixed an issue in the debugger backend causing a crash if a class reimplements __repr__ and a breakpoint is set in the __init__() method of such class. 6_0_x changeset | files
Thu, 25 Jun 2015 18:58:34 +0200 Detlev Offenbach Fixed an issue in the debugger backend causing a crash if a class reimplements __repr__ and a breakpoint is set in the __init__() method of such class. changeset | files
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. changeset | files
Thu, 25 Jun 2015 18:42:55 +0200 Detlev Offenbach Added a dialog to configure a mouse click sequence. changeset | files
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. changeset | files
Wed, 24 Jun 2015 19:45:21 +0200 Detlev Offenbach Fixed some code style issues. changeset | files
Tue, 23 Jun 2015 19:43:21 +0200 Detlev Offenbach Added a configuration page for mouse click handler support. changeset | files
Tue, 23 Jun 2015 19:10:18 +0200 Detlev Offenbach Completed the mouse click handler support. changeset | files
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). changeset | files
Sun, 21 Jun 2015 21:07:47 +0200 Detlev Offenbach Fixed an issue creating translation files. 6_0_x changeset | files
Sun, 21 Jun 2015 21:07:47 +0200 Detlev Offenbach Fixed an issue creating translation files. changeset | files
Sun, 21 Jun 2015 20:21:48 +0200 Detlev Offenbach Added a TODO to the editor. changeset | files
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. changeset | files
Sat, 13 Jun 2015 18:18:39 +0200 Detlev Offenbach Corrected a code style issue. 6_0_x changeset | files
Sat, 13 Jun 2015 19:27:40 +0200 Detlev Offenbach Fixed issues where dialogs could not be minimized on some desktop environments. 6_0_x changeset | files
Sat, 13 Jun 2015 19:28:13 +0200 Detlev Offenbach Merged remote changes. changeset | files
Sat, 13 Jun 2015 19:27:40 +0200 Detlev Offenbach Fixed issues where dialogs could not be minimized on some desktop environments. changeset | files
Sat, 13 Jun 2015 18:18:39 +0200 Detlev Offenbach Corrected a code style issue. changeset | files
Sat, 13 Jun 2015 12:31:57 +0200 Detlev Offenbach Fixed an issue in the web browser causing a traceback when resetting the zoom factor. 6_0_x changeset | files
Sat, 13 Jun 2015 12:31:57 +0200 Detlev Offenbach Fixed an issue in the web browser causing a traceback when resetting the zoom factor. changeset | files
Sat, 06 Jun 2015 16:17:48 +0200 Detlev Offenbach Created global tag <release-6.0.6>. 6_0_x changeset | files
Sat, 06 Jun 2015 16:17:30 +0200 Detlev Offenbach Prepared new release. 6_0_x release-6.0.6 changeset | files
Sun, 31 May 2015 17:58:29 +0200 Detlev Offenbach Fixed a bug introduced by the last change. changeset | files
Sun, 31 May 2015 17:30:12 +0200 Detlev Offenbach Added capability to the editor to ask multiple completion list and call-tip providers. changeset | files
Sat, 30 May 2015 20:16:47 +0200 Detlev Offenbach Fixed the last socket change. changeset | files
Sat, 30 May 2015 13:27:43 +0200 Detlev Offenbach Simplified the debugger backend connection code for the Python2 and Python3 debuggers. changeset | files
Sat, 30 May 2015 12:39:30 +0200 Detlev Offenbach Improved error messages of the source code documentation tool. 6_0_x changeset | files
Sat, 30 May 2015 12:38:30 +0200 Detlev Offenbach Added tags to describe the type of parameters (@type, @ptype) and return values (@rtype). changeset | files
Mon, 25 May 2015 16:28:18 +0200 Detlev Offenbach Made some corrections to the various README files and converted them to reStructured Text. changeset | files
Mon, 25 May 2015 16:27:07 +0200 Detlev Offenbach Some corrections to the various README files. 6_0_x changeset | files
Sun, 17 May 2015 16:55:30 +0200 Detlev Offenbach Little change to the dialog code generation dialog to not show internal widgets (i.e. those starting with 'qt_'). 6_0_x changeset | files
Sun, 17 May 2015 16:55:30 +0200 Detlev Offenbach Little change to the dialog code generation dialog to not show internal widgets (i.e. those starting with 'qt_'). changeset | files
Sat, 16 May 2015 16:23:54 +0200 Detlev Offenbach Fixed a little issue in the code metrics dialog. 6_0_x changeset | files
Sat, 16 May 2015 16:23:54 +0200 Detlev Offenbach Fixed a little issue in the code metrics dialog. changeset | files
Sat, 16 May 2015 12:47:31 +0200 Detlev Offenbach Added code to intercept a parse error of form files to the dialog code creation dialog. 6_0_x changeset | files
Sat, 16 May 2015 12:47:31 +0200 Detlev Offenbach Added code to intercept a parse error of form files to the dialog code creation dialog. changeset | files
Fri, 15 May 2015 19:31:14 +0200 Detlev Offenbach Added a Qt based xmlrpc client. changeset | files
Fri, 15 May 2015 18:38:52 +0200 Detlev Offenbach Fixed an issue in the Debug UI. 6_0_x changeset | files
Fri, 15 May 2015 18:38:52 +0200 Detlev Offenbach Fixed an issue in the Debug UI. changeset | files
Sun, 10 May 2015 11:59:37 +0200 Detlev Offenbach Merged and released updated Spanish translations. changeset | files
Sat, 09 May 2015 17:07:36 +0200 Jaime Seuma eric i18n es update, default branch. changeset | files
Sat, 09 May 2015 17:07:56 +0200 Detlev Offenbach Added methods to QsciScintillaCompat to find the start and end of an indicator and to go to the previous or next occurrence of an indicator. changeset | files
Sat, 09 May 2015 14:10:59 +0200 Detlev Offenbach Fixed issues in the Subversion and Mercurial log browser windows. 6_0_x changeset | files
Sat, 09 May 2015 13:41:45 +0200 Detlev Offenbach The logic for the selection of PyQt tools in the various project browsers now depends on the PyQt version used to execute eric. 6_0_x changeset | files
Sat, 09 May 2015 14:10:59 +0200 Detlev Offenbach Fixed issues in the Subversion and Mercurial log browser windows. changeset | files
Sat, 09 May 2015 13:41:45 +0200 Detlev Offenbach The logic for the selection of PyQt tools in the various project browsers now depends on the PyQt version used to execute eric. changeset | files
Mon, 04 May 2015 19:42:53 +0200 Detlev Offenbach Fixed an issue in a third party package causing a stacktrace on Python2 in a call to str(). 6_0_x changeset | files
Mon, 04 May 2015 19:42:53 +0200 Detlev Offenbach Fixed an issue in a third party package causing a stacktrace on Python2 in a call to str(). changeset | files
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip

eric ide

mercurial