[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    ANN: eric 24.1 released
From:       Detlev Offenbach <detlev () die-offenbachs ! de>
Date:       2024-01-01 10:53:14
Message-ID: d2a58c8e-2cef-4c77-9d62-6d37bdf2c3d4 () die-offenbachs ! de
[Download RAW message or body]

[Attachment #2 (multipart/mixed)]

[Attachment #4 (multipart/mixed)]

[Attachment #6 (multipart/alternative)]

[Attachment #8 (text/plain)]

Hello Pythonistas,

I just uploaded eric 24.1. It fixes some bugs and adds these new features.

  * General
      o Changed debug logging to be directed to a debug log file
        `eric7_debug.txt` in the `.eric7` directory.
  * Code Style Checker
      o Updated these checkers to support more cases.
          + Logging
          + Miscellaneous
          + Simplify
      o Extended the documentation style checker to check the tag
        sequence and the use of deprecated tags (eric doc style).
  * Editor
      o Added the capability to comment/uncomment/toggle comment for
        languages that do not support single line comments (e.g. HTML
        uses `<!--` and `-->`.
      o Added the capability to search & replace strings containing
        escape codes (like `\n`).
      o Introduced a configurable timeout after which the quick search
        text occurrences are highlighted (if this function is activated).
  * File Browser
      o Added context menu entries to show the directory path of an item
        in an external file manager.
  * Find In Files
      o Added the capability to search & replace strings containing
        escape codes (like `\n`).
  * Multiproject
      o Added the capability to indicate externally removed projects and
        actions to clear them out.
  * Project Browser
      o Added context menu entries to show the directory path of an item
        in an external file manager.
      o Added an entry to the background context menu to show the
        project directory in an external file manager.
  * Testing
      o Extended the testing dialog to allow filtering of the result
        list based on the result status.
      o Extended the testing dialog to allow to perform a discovery run
        only and just perform selected test cases of this list.
      o Extended the testing dialog to allow to perform the test with
        debugger support (only if the dialog was started from within
        eric IDE).
  * Viewmanager
      o Added `Close Tabs to the Left` and `Close Tabs to the Right`
        context menu entries to the tabview view manager.
      o Added `Close Editors Above` and `Close Editors Below` context
        menu entries to the listspace view manager.
  * Virtual Environments
      o Added the capability to search for unregistered Python
        interpreters in order to create an environment entry for those
        selected by the user.
  * Third Party packages
      o Upgraded pip-licenses to version 4.3.3.
      o Upgraded pycodestyle to version 2.11.1.

It is available via the eric web site or PyPI.

https://eric-ide.python-projects.org/index.html 
<https://eric-ide.python-projects.org/index.html>

https://pypi.org/project/eric-ide/ <https://pypi.org/project/eric-ide/>

Regards,

Detlev

-- 

Detlev Offenbach

detlev@die-offenbachs.de <mailto:detlev@die-offenbachs.de>


[Attachment #9 (text/html)]

<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta name="qrichtext" content="1">
    <style type="text/css">p, li { white-space: pre-wrap; }</style>
  </head>
  <body
style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; \
font-style:normal;">  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Hello Pythonistas,</p>  <p
style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; ">  </p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I just uploaded eric 24.1. It \
fixes some bugs and adds these new features.</p>  <ul>
      <li>General
</li>
      <ul>
        <li>Changed debug logging to be directed to a debug log file \
`eric7_debug.txt` in  the `.eric7` directory.
</li>
      </ul>
      <li>Code Style Checker
</li>
      <ul>
        <li>Updated these checkers to support more cases.
</li>
        <ul>
          <li>Logging
</li>
          <li>Miscellaneous
</li>
          <li>Simplify
</li>
        </ul>
        <li>Extended the documentation style checker to check the tag sequence and \
the use  of deprecated tags (eric doc style).
</li>
      </ul>
      <li>Editor
</li>
      <ul>
        <li>Added the capability to comment/uncomment/toggle comment for languages
 that do not support single line comments (e.g. HTML uses `&lt;!--` and
 `--&gt;`.
</li>
        <li>Added the capability to search &amp; replace strings containing escape \
codes  (like `\n`).
</li>
        <li>Introduced a configurable timeout after which the quick search text \
occurrences  are highlighted (if this function is activated).
</li>
      </ul>
      <li>File Browser
</li>
      <ul>
        <li>Added context menu entries to show the directory path of an item in an
 external file manager.
</li>
      </ul>
      <li>Find In Files
</li>
      <ul>
        <li>Added the capability to search &amp; replace strings containing escape \
codes  (like `\n`).
</li>
      </ul>
      <li>Multiproject
</li>
      <ul>
        <li>Added the capability to indicate externally removed projects and actions
 to clear them out.
</li>
      </ul>
      <li>Project Browser
</li>
      <ul>
        <li>Added context menu entries to show the directory path of an item in an
 external file manager.
</li>
        <li>Added an entry to the background context menu to show the project
 directory in an external file manager.
</li>
      </ul>
      <li>Testing
</li>
      <ul>
        <li>Extended the testing dialog to allow filtering of the result list
 based on the result status.
</li>
        <li>Extended the testing dialog to allow to perform a discovery run only and
 just perform selected test cases of this list.
</li>
        <li>Extended the testing dialog to allow to perform the test with debugger
 support (only if the dialog was started from within eric IDE).
</li>
      </ul>
      <li>Viewmanager
</li>
      <ul>
        <li>Added `Close Tabs to the Left` and `Close Tabs to the Right` context
 menu entries to the tabview view manager.
</li>
        <li>Added `Close Editors Above` and `Close Editors Below` context menu
 entries to the listspace view manager.
</li>
      </ul>
      <li>Virtual Environments
</li>
      <ul>
        <li>Added the capability to search for unregistered Python interpreters in
 order to create an environment entry for those selected by the user.
</li>
      </ul>
      <li>Third Party packages
</li>
      <ul>
        <li>Upgraded pip-licenses to version 4.3.3.
</li>
        <li>Upgraded pycodestyle to version 2.11.1.
</li>
      </ul>
    </ul>
    <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">It is available via the eric \
web site or PyPI.</p>  <p
style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; ">  </p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a  \
href="https://eric-ide.python-projects.org/index.html"><span  style=" \
text-decoration: underline; \
color:#2980b9;">https://eric-ide.python-projects.org/index.html</span></a></p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a  \
href="https://pypi.org/project/eric-ide/"><span  style=" text-decoration: underline; \
color:#2980b9;">https://pypi.org/project/eric-ide/</span></a></p>  <p
style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px; ">  </p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Regards,</p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Detlev</p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- </p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><span  style=" \
font-weight:600;">Detlev Offenbach</span></p>  <p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a  \
href="mailto:detlev@die-offenbachs.de"><span  style=" text-decoration: underline; \
color:#2980b9;">detlev@die-offenbachs.de</span></a> </p>  </body>
</html>


["OpenPGP_0xBD1F26A5DA8A6150.asc" (application/pgp-keys)]
["OpenPGP_signature.asc" (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic