Some styling changes to the changelog file. eric7

Tue, 18 Oct 2022 11:59:53 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 18 Oct 2022 11:59:53 +0200
branch
eric7
changeset 9411
cc0f35e9d5dd
parent 9410
78a2830ec5d2
child 9412
45e7bb09c120

Some styling changes to the changelog file.

docs/changelog.md file | annotate | diff | comparison | revisions
--- a/docs/changelog.md	Tue Oct 18 11:46:35 2022 +0200
+++ b/docs/changelog.md	Tue Oct 18 11:59:53 2022 +0200
@@ -3,9 +3,9 @@
 ### Version 22.11
 - bug fixes
 - Debugger
-    - added the capability to apply the current selection of the 'Variable Types Filter'
+    - added the capability to apply the current selection of the `Variable Types Filter`
       to see its effect
-    - added the capability to add a positive ('Show Only') or negative ('Don't Show')
+    - added the capability to add a positive (`Show Only`) or negative (`Don't Show`)
       variables filter to the global and local variables viewers
 - Editor
     - added a configuration option to reject the loading of a file that exceeds the
@@ -38,7 +38,7 @@
 - pip Interface
     - changed the pip licenses dialog to show the count of each individual license
 - Project
-    - added capability to use a virtual Python environment named .venv embedded
+    - added capability to use a virtual Python environment named `.venv` embedded
       within the project directory
     - added a configuration option to save the project automatically whenever it changes
 - Testing
@@ -54,7 +54,7 @@
       installed upon request (--with-tools)
     - extended the install-dependencies.py script to differentiate between optional and
       required dependencies. Invoke it with
-      (`python3 install-dependencies.py --all | --optional | --required`)
+      `python3 install-dependencies.py --all | --optional | --required`.
 
 ### Version 22.9
 - bug fixes
@@ -96,10 +96,10 @@
     - added capability to repair dependency issues
     - added capability to generate text for a 'constraints.txt' file
 - setup Wizard
-    - added support for 'project_urls'
-    - added support for 'entry_points'
-    - added a variant to create a 'setup.cfg' file
-    - added a variant to create a 'pyproject.toml' file
+    - added support for `project_urls`
+    - added support for `entry_points`
+    - added a variant to create a `setup.cfg` file
+    - added a variant to create a `pyproject.toml` file
 - Third Party packages
     - upgraded coverage to 6.4.2
     - upgraded eradicate to 2.1.0
@@ -150,7 +150,7 @@
       frameworks other than "unittest"
     - implemented support for the "unittest" and "pytest" frameworks
 - Wizards
-    - extended the QInputDialog wizard to support the 'getMultiLineText()'
+    - extended the QInputDialog wizard to support the `getMultiLineText()`
       function
 - Third Party packages
     - upgraded pip-licenses to version 3.5.4
@@ -159,8 +159,8 @@
 ### Version 22.5
 - bug fixes
 - General
-    - added configuration options to disable the embedded "Find/Replace In
-      Files" and "Find File" tools and use dialog based variants instead
+    - added configuration options to disable the embedded `Find/Replace In
+      Files` and `Find File` tools and use dialog based variants instead
 - Mercurial Interface
     - added capability to enter a revset expression when defining a revision
       to operate on
@@ -184,8 +184,8 @@
 - bug fixes
 - General
     - performance improvements
-    - added a '`__main__.py`' script to allow starting eric7 with
-      '`python3 -m eric7`'
+    - added a `__main__.py` script to allow starting eric7 with
+      `python3 -m eric7`
 - MicroPython
     - enhanced support for ESP32 devices
     - updated the list of known UF2 capable boards
@@ -208,7 +208,7 @@
       Others Browser
 - Styles and Themes
     - added a dark blueish style (QSS and Highlighters) and an associated theme
-      (dark_blue.ethj and dark_blue_with_stylesheet.ethj)
+      (`dark_blue.ethj` and `dark_blue_with_stylesheet.ethj`)
 - Third Party packages
     - upgraded coverage to 6.2.0
 
@@ -227,7 +227,7 @@
     - added disabled widgets in order to show their colors as well
 - Styles and Themes
     - added a dark greenish style (QSS and Highlighters) and an associated theme
-      (dark_green.ethj and dark_green_with_stylesheet.ethj)
+      (`dark_green.ethj` and `dark_green_with_stylesheet.ethj`)
 
 ### Version 21.12
 - bug fixes

eric ide

mercurial