* Sun Apr 07 2019 seanlew@opensuse.org
- Update to 19.04
* added a checker for advised forms of the return statement
* addd extended regex support for C++ 11
* added capability to configure the subline indent
* added capability to frame the line containing the cursor
* added support for sub-styling
* extended support for keyword sets
* Sun Mar 03 2019 seanlew@opensuse.org
- Update to 19.03
* added an interface for the conda environment/pkg management
* suppress auto-completions in various circumstances
* changed the if from menu based -> widget-based in toolbox
* extended the environment def by a flag indicting remote access
* updated pycodestyle to 2.5.0
* updated pyflakes to 2.1.0
* Mon Feb 18 2019 seanlew@opensuse.org
- Update to 19.02
* added capability to suppress some markers in the marker map
* add capability to the multi project browser to remove a project
* added support to select a client SSL Cert (Qt 5.12)
* Fri Jan 11 2019 seanlew@opensuse.org
- Update to 19.01
* added entry to select the virt environment of the current proj
* added support for some resource compiler options
* added single application mode
* change logic inside eric to use a browser to show help text
* Sat Dec 29 2018 sean@suspend.net
- Update to 18.12:
* changed the 'regexp' search option to use POSIX mode
* added the ability to search for a regex
* added support for the resource-suffix and --import-from= opts
* added a button to open the translator config page
* extended the env definition by a flag indicating an Anaconda env
* changed the start menu to give a list of defined envs
* Fri Nov 02 2018 sean@suspend.net
- Update to 18.11:
- IRC
- - added support for some of the "/" commands to the user context menu
- Translator
- - changed DeepL support to DeepL Pro
- VCS
- - added capability to show some VCS information in the main status window
* Tue Oct 23 2018 Hans-Peter Jansen <hpj@urpla.net>
- Update to 18.10:
- General
- - changed the extension of the generated script files for Windows
from '.bat' to '.cmd'
- Debugger
- - added code to use the default virtual environment, if none has
been configured yet
- IRC
- - added support for the /query, /notice, /ping, /ignore, /unignore,
/away, /join, /part and /partall commands
- Tasks
- - added code to mark a line as not containing a task with '__NO-TASK__'
* Wed Sep 12 2018 Hans-Peter Jansen <hpj@urpla.net>
- Update to 18.09:
- bug fixes
- Mercurial Interface
- - added support for Mercurial 4.7 extended commands 'graft', 'rebase' and
'export'
* Fri Aug 03 2018 hpj@urpla.net
- Update to 18.08:
- bug fixes
- General
- - made the activation of these internal tools configurable
* Template-Viewer
* File-Browser
* Symbols
* Code Documentation Viewer
* Cooperation
* IRC
* Numbers
- File-Browser
- - changed code so file-browser is always a standalone window
- Project Interfaces Browser
- - added actions to configure some IDL compiler options (-I, -D, -U)
- Shell
- - changed code so shell is always a standalone window
- Translator
- - added a translation engine for the IBM Watson Language Translator
- Web Browser (NG)
- - added default search engine definitions for
* Qwant
* StartPage
- Update to 18.07:
- bug fixes
- Checkers
- - upgraded pyflakes to version 2.0.0
- Debugger
- - added support of breakpoint() builtin of Python 3.7
- - added code to try to open the source file if an exception occurred in
a cython .pyd file
- Git Interface
- - added capability to change the URL and/or user credentials for a
remote repository
- pip Interface
- - added support for the '--user' option of install and list commands
- - changed to use the new VirtualEnv Manager
- Unit Test
- - extended the standalone unit test tool to be able to open source in an
editor window
- VirtualEnv Manager
- - added a manager for virtual environments
- - changed a few places to use the newly introduced virtual environments
(Note: a new session file format and debug properties file format
has been introduced)
* Thu Jun 07 2018 hpj@urpla.net
- fix api requires/obsoletes
* Mon Jun 04 2018 hpj@urpla.net
- Update to 18.06:
- bug fixes
- Editor
- - added a configuration option (Editor->Style page) to show the marker map
on the left or right of the editor
- - added a context menu for the "fold" margin
- - improved handling of folded lines when using "go to" functions
- - resize auto complete list box to fit with contents
- - added a configuration option (Editor->autocomplete to set up maximum
width and height of the auto complete list box
- Shell
- - resize auto complete list box to fit with contents
- pip Interface
- - added an action to install a locally available package/wheel
- Web Browser (NG)
- - improved the sending of the "Referer" header like it is done by Firefox
- remove eric-fix-bindir.patch: desktop files install fix is released from
upstream
* Sun May 27 2018 hpj@urpla.net
- Use build conditionals to select qt version
- Further spec file cleanup
- Fix eric-api recommendation
* Thu May 24 2018 mcepl@suse.com
- Rename files from eric6 to eric, when applicable
- Build with Qt4 on LEAP 42.3
* Mon May 21 2018 hpj@urpla.net
- fix requires/obsoletes
- cleanup spec
* Fri May 04 2018 hpj@urpla.net
- use upstream fix for desktop files
* Tue May 01 2018 hpj@urpla.net
- Update to 18.05:
- bug fixes
- General
- - added the '--disable-plugin=' option to disable plug-ins via the command
line
- Code Style Checker
- - added support for '# noqa' and '# NOQA' comments to suppress warnings
- - extended the dialog to be able to define the number of blank lines
before class and function/method definitions
- Project
- - added support for 'make' to the Project menu and run it automatically
before the main script is started (configuration option)
- Syntax Checker
- - added support for '# noqa' and '# NOQA' comments to suppress warnings
- Translator
- - updated the translator URL for DeepL
- Web Browser (NG)
- - improvement of the download manager
- - added support for the Google Safe Browsing Lookup API (v4)
- Third Party packages
- - updated coverage.py to 4.5.1
- - updated pycodestyle to 2.4.0
- - updated send2trash to version 1.5.0
- Fix desktop files executable path
* Mon Apr 30 2018 hpj@urpla.net
- Update to 18.04:
- bug fixes
- General
- - added config option to disable the use of the global menu bar on Linux
Code Style Checker
- - added checks for default docstring in functions and modules
- - added check for dictionaries with sorted keys
- - added checks for logging statements
- - added check for the 'gettext' import statement
- - added some checks of the bugbear checker
- Update to 18.03:
- bug fixes
- Editor
- - added support for EditorConfig
- - added VCS conflict markers to the types shown on the marker map
- Update to 18.02:
- bug fixes
- General
- - extended the session to store/retrieve the split views and the order of
the editors (Note: The new session file format is not backward compatible
and cannot be read by eric releases prior to 18.02)
- - added basic support for Cython
- Editor
- - added a context menu entry to "Execute Selection In Console"
- Web Browser (NG)
- - added support for HTML5 "Desktop Video Capture" and "Desktop Audio and
Video Capture" as of Qt 5.10.0/PyQt 5.10.0
- - added the capability to pause/resume download (Qt 5.10.0/PyQt 5.10.0)
- - added support for attributes introduced by Qt 5.9 and Qt 5.10
- Rename package to eric6
* Sat Jan 06 2018 termim@gmail.com
- Update to 18.01:
- bug fixes
- Debugger / Breakpoint Viewer
- - added the capability to remember the most recently used file names and
conditions
- Editor
- - added an action to the view menu to clear all folds of the current editor
- - added an entry to delete all change markers to the marker margin context
menu
- Project
- - If a project does not contain protobuf files, the old project file format
(5.1) is generated to make the file backward compatible.
- Plug-ins
- - added the pip interface plug-in to the core plug-ins
- - added the virtualenv/pyvenv interface plug-in to the core plug-ins
- - added the setup.py wizard plug-in to the core plug-ins
- - added the eric plug-in wizard plug-in to the core plug-ins
- - added the .desktop wizard plug-in to the core plug-ins
- - added the translator plug-in to the core plug-ins
- - added the git plug-in to the core plug-ins
* *Note**: These plug-ins should be deinstalled via the plug-in
uninstallation dialog of eric before upgrading eric. A reconfiguration of
these plug-ins may be neccessary.
- PluginToolPip
- PluginWizardVirtualenv
* Thu Jan 04 2018 termim@gmail.com
- fix rpm build
* Tue Dec 26 2017 jengelh@inai.de
- Remove marketing from description.