changelog

branch
maintenance
changeset 6923
d062df8f1d9f
parent 6826
c6dda2cbe081
parent 6904
3f35037a08d4
--- a/changelog	Sat Mar 02 11:17:15 2019 +0100
+++ b/changelog	Fri Apr 05 19:06:39 2019 +0200
@@ -1,5 +1,39 @@
 Change Log
 ----------
+Version 19.04:
+- bug fixes
+- Code Style Checker
+  -- added a checker for advised forms of the return statement
+- Editor
+  -- added extended regular expression support (C++11) as of QScintilla 2.11.0
+  -- added capability to configure the subline indentation for wrapped lines
+  -- added capability to frame the line containing the cursor instead of
+     coloring it
+  -- added support for the "reverse selected lines" command (Meta+Alt+R)
+  -- added support for sub-styling (user definable words and their style)
+     (see Editor->Highlighters->Styles configuration page)
+     (only C++ and Python2/3 lexers support this feature)
+  -- extended the support for keyword sets (see Editor->Highlighters->Keywords
+     configuration page)
+- Email
+  -- changed the Google Mail interface to not use obsoleted packages anymore
+- Multi Project
+  -- added capability to the multi project browser to copy a project
+- Unit Test
+  -- added the capability to select the virtual environment for the unittest
+     run
+  -- removed the 'local' selection because it is obsolete
+  -- added capability to auto-discover tests
+  -- added capability to show auto-discovered tests and select from this list
+  -- added capability to stop the test on the first error or failure
+  -- added capability to run test with debugger support
+- Web Browser (NG)
+  -- added these search engines to the default list:
+     --- MetaGer
+     --- StartPage (German)
+     --- searx.me
+  -- added support to go one page back by pressing the backspace key
+
 Version 19.03:
 - bug fixes
 - Conda Interface
@@ -13,7 +47,7 @@
 - VirtualEnv Manager
   -- extended the environment definition by a flag indicating a remotely
      accessed environment
-- Web Browser (NG):
+- Web Browser (NG)
   -- added a site info widget that is show when the site icon in the URL entry
      is clicked
   -- added code to register custom protocol handlers (upon request of the user

eric ide

mercurial