changelog

Fri, 04 Jul 2014 19:59:05 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 04 Jul 2014 19:59:05 +0200
branch
5_5_PyQt4_only
changeset 3666
d1ebdb8b0221
parent 3652
c8a2140564c4
child 3682
2543741b47b7
child 3765
51f828b3f5c2
permissions
-rw-r--r--

Closed the PyQt4 only branch to give it a new name.

0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 Change Log
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 ----------
3652
c8a2140564c4 Prepared snapshot release of eric 5.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3647
diff changeset
3 Version 5.5-snapshot-20140628:
3180
2ed66f1e69fd Started 5.5.x line of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3165
diff changeset
4 - bug fixes
3360
15ea213fcdfb Changed the eric mascot to be a Python (i.e. the snake). New icons and pixmaps provided by Thimo Kraemer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3349
diff changeset
5 - General
15ea213fcdfb Changed the eric mascot to be a Python (i.e. the snake). New icons and pixmaps provided by Thimo Kraemer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3349
diff changeset
6 -- changed the eric mascot to be a Python (i.e. the snake). New icons
15ea213fcdfb Changed the eric mascot to be a Python (i.e. the snake). New icons and pixmaps provided by Thimo Kraemer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3349
diff changeset
7 and pixmaps provided by Thimo Kraemer.
3536
c06338ca892b Enhanced the Mercurial log browser dialog to show a summary of the data of the selected changeset in a text edit pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3468
diff changeset
8 -- changed the code to be executed with Python 2 as well (thanks to
c06338ca892b Enhanced the Mercurial log browser dialog to show a summary of the data of the selected changeset in a text edit pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3468
diff changeset
9 Tobias Rzepka)
3537
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
10 -- implemented a background service which execute Python2 and Python3 scripts
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
11 in the background independent of the current interpreter
3208
884465a61753 Updated pyflakes to version 0.7.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3200
diff changeset
12 - Checkers
3616
081b69e00f3e updated pep8 to 1.5.6
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3586
diff changeset
13 -- updated pep8 to 1.5.6
3544
431c842fd09a updated pyflakes to version 0.8.1 (Python 3.4.0 compatible)
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3537
diff changeset
14 -- updated pyflakes to version 0.8.1 (Python 3.4.0 compatible)
3449
aa2bd0199c64 Finished the JavaScript support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3396
diff changeset
15 -- added syntax checker for JavaScript files
3450
2f7c8fd8e3f5 Added capability to check multiple files from the project sources browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3449
diff changeset
16 -- added capability to check multiple files from the project sources browser
3537
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
17 - Debugger
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
18 -- updated coverage to 3.7.1
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
19 -- enabled coverage info in Python2 projects
3341
7c015811fc4d Finished implementing support for a marker map in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3319
diff changeset
20 - Editor
7c015811fc4d Finished implementing support for a marker map in the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3319
diff changeset
21 -- added a scrolling map like display showing all markers
3394
d1d4d79b4f11 Added a context menu entry to reload a file with a given encoding.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3360
diff changeset
22 -- added a context menu entry to reload a file with a given encoding
3468
869d0b6e1e16 Added an API file for QSS and corrected an issue in the APIs manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3450
diff changeset
23 -- added a lexer for Qt style sheet files (when upgrading from older
869d0b6e1e16 Added an API file for QSS and corrected an issue in the APIs manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3450
diff changeset
24 eric versions a change of the lexer association for *.qss files needs
869d0b6e1e16 Added an API file for QSS and corrected an issue in the APIs manager.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3450
diff changeset
25 to be done via the configuration dialog)
3557
3ea8ba471d96 Added support for the QScintilla Gettext lexer (QsciLexerPO) as of QScintilla 2.8.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3544
diff changeset
26 -- added support for the QScintilla Gettext lexer (QsciLexerPO) as of
3ea8ba471d96 Added support for the QScintilla Gettext lexer (QsciLexerPO) as of QScintilla 2.8.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3544
diff changeset
27 QScintilla 2.8.2
3647
fef91a1eb27b Added support for the QScintilla CoffeeScript lexer (QsciLexerCoffeeScript) as of QScintilla 2.8.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3644
diff changeset
28 -- added support for the QScintilla CoffeeScript lexer
fef91a1eb27b Added support for the QScintilla CoffeeScript lexer (QsciLexerCoffeeScript) as of QScintilla 2.8.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3644
diff changeset
29 (QsciLexerCoffeeScript) as of QScintilla 2.8.3
3197
4103c8013c36 Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3185
diff changeset
30 - Multi Project
4103c8013c36 Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3185
diff changeset
31 -- added support for the categorisation of projects and changed the
4103c8013c36 Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3185
diff changeset
32 multi project file format
3200
83bde5e6f146 Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3197
diff changeset
33 - Plugin Manager
83bde5e6f146 Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3197
diff changeset
34 -- extended the plugin repository dialog to allow to hide unwanted entries
83bde5e6f146 Extended the plugin repository dialog to allow to hide unwanted entries and cleanup the plugin downloads area.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3197
diff changeset
35 and cleanup the plugin downloads area
3537
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
36 -- implemented the Python2 compatibility check for plug-ins (new boolean flag
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
37 'python2Compatible'
3449
aa2bd0199c64 Finished the JavaScript support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3396
diff changeset
38 - Project
aa2bd0199c64 Finished the JavaScript support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3396
diff changeset
39 -- added support for JavaScript projects
3644
a2c88b9b1d16 Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3616
diff changeset
40 -- added code to move deleted files/directories to the recycle bin falling
a2c88b9b1d16 Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3616
diff changeset
41 back to removing them (os.remove), if send2trash cannot be imported due
a2c88b9b1d16 Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3616
diff changeset
42 to missing dependencies
3185
d4fa462547bc Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3180
diff changeset
43 - Version Control System Interfaces
3349
2a034a7f1f54 Made the status LED (right lower corner) clickable (depending on overall VCS status it will show the log browser or the status dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3341
diff changeset
44 -- All
2a034a7f1f54 Made the status LED (right lower corner) clickable (depending on overall VCS status it will show the log browser or the status dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3341
diff changeset
45 --- made the status LED (right lower corner) clickable (depending on
2a034a7f1f54 Made the status LED (right lower corner) clickable (depending on overall VCS status it will show the log browser or the status dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3341
diff changeset
46 overall VCS status it will show the log browser or the status dialog)
3185
d4fa462547bc Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3180
diff changeset
47 -- Mercurial
d4fa462547bc Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3180
diff changeset
48 --- enhanced the tag dialog and extended the log browser to allow
d4fa462547bc Enhanced the Mercurial tag dialog and extended the Mercurial log browser to allow tagging of a specific revision
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3180
diff changeset
49 tagging of a specific revision
3231
a7c9914d1c41 Added dialogs to enter the contents for initial .hgrc/mercurial.ini and .hg/hgrc files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3208
diff changeset
50 --- added dialogs to enter the contents for initial .hgrc/mercurial.ini
a7c9914d1c41 Added dialogs to enter the contents for initial .hgrc/mercurial.ini and .hg/hgrc files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3208
diff changeset
51 and .hg/hgrc files
3277
b7d9c75223e3 Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3256
diff changeset
52 --- added a configuration option to enforce the usage of the internal
3256
1a43351889d5 Aded a configuration option to enforce the useage of the internal merge tool.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3231
diff changeset
53 merge tool
3277
b7d9c75223e3 Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3256
diff changeset
54 --- made availablity of push/pull related actions dependent on configured
b7d9c75223e3 Made availablity of push/pull related actions dependent on configured remote repository (default/default-push in .hg/hgrc).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3256
diff changeset
55 remote repository (default/default-push in .hg/hgrc)
3279
8df9706ef7f4 Extended the Mercurial log browser by an action to switch to the selected revision.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3277
diff changeset
56 --- extended the log browser by an action to switch to the selected
8df9706ef7f4 Extended the Mercurial log browser by an action to switch to the selected revision.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3277
diff changeset
57 revision
3302
e92f0dd51979 Removed the Mercurial support for a command options dialog and added useable global options to the Mercurial config page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3279
diff changeset
58 --- added support for the shelve extension (as of Mercurial 2.8)
3319
d3250b3367c9 Finished the Mercurial largefiles support by updating the translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3302
diff changeset
59 --- added support for the largefiles extension (as of Mercurial 2.0)
3396
5320ecd70fdb Added support for Mercurial queues summary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3394
diff changeset
60 --- added support for Mercurial queues summary
3586
6e3a6c5b58bf Added support for various Mercurial 'resolve' subcommands.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3557
diff changeset
61 --- added support for various 'resolve' subcommands
3537
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
62 - Third Party packages
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
63 -- updated CharDet to 2.2.1
3180
2ed66f1e69fd Started 5.5.x line of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3165
diff changeset
64
3165
400234200cd6 Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3135
diff changeset
65 Version 5.4.0:
400234200cd6 Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3135
diff changeset
66 - bug fixes
400234200cd6 Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3135
diff changeset
67
3135
13069ce079f2 Prepared 5.4.0-RC1 release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3123
diff changeset
68 Version 5.4.0-RC1:
2317
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
69 - bug fixes
2334
fc69ad77e18a Introduced a zoom widget in the status bar of several windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2320
diff changeset
70 - General
fc69ad77e18a Introduced a zoom widget in the status bar of several windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2320
diff changeset
71 -- introduced a zoom widget in the status bar of several windows
2354
c63de4af553d Centralized the SSL error handling in E5SslErrorHandler.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2352
diff changeset
72 -- centralized the SSL error handling in E5SslErrorHandler
2359
ef81d2d0a031 Moved the SSL widgets to the E5Network package.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2354
diff changeset
73 -- moved the SSL widgets to the E5Network package
2410
dfd7d0718210 Finished implementing the delayed import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2362
diff changeset
74 -- changed the 'import' statements to improve startup behavior
2411
aec0a8a6e548 Removed the QtHelp dependancy; support is only available, if the QtHelp module could be imported.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2410
diff changeset
75 -- removed the QtHelp dependancy; support is only available,
aec0a8a6e548 Removed the QtHelp dependancy; support is only available, if the QtHelp module could be imported.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2410
diff changeset
76 if the QtHelp module could be imported
2608
01118174a2f5 Changed code to be compatible with latest PyQt4 Windows installers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2543
diff changeset
77 -- changed code to be compatible with latest PyQt4 Windows installers
2624
e04b5d53281e Introduced a configurable delay timer to get smoother sidebars behavior.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2622
diff changeset
78 -- introduced a configurable delay timer to get smoother sidebars behavior
2683
ef93fc7332a2 Added a specialized error message handler allowing to filter messages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2659
diff changeset
79 -- added a specialized error message handler allowing to filter messages
2930
92973b701875 Added commandline options '--start-file', '--start-multi' and '--start-project' to start with the most recently opened file, multi project or project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2929
diff changeset
80 -- added commandline options '--start-file', '--start-multi' and
92973b701875 Added commandline options '--start-file', '--start-multi' and '--start-project' to start with the most recently opened file, multi project or project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2929
diff changeset
81 '--start-project' to start with the most recently opened file,
92973b701875 Added commandline options '--start-file', '--start-multi' and '--start-project' to start with the most recently opened file, multi project or project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2929
diff changeset
82 multi project or project
3092
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
83 -- added a dialog to show the most recent error log
2511
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
84 - Debugger
2622
08cc2f31c983 Added a viewer for the call stack leading to the current line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2609
diff changeset
85 -- Debug Viewer
08cc2f31c983 Added a viewer for the call stack leading to the current line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2609
diff changeset
86 --- added a viewer for the call stack leading to the current line
2511
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
87 -- Variables Viewer
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
88 --- changed the way multi line strings are shown in the value
a0ff5574e43a Changed the way multi line strings are shown in the value column of the variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2492
diff changeset
89 column
2906
b14b7c320327 Update the change log
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2845
diff changeset
90 - Checkers
2985
177b1858245f Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2930
diff changeset
91 -- Coding Style (previously PEP-8)
177b1858245f Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2930
diff changeset
92 --- extended the coding style checker and its fixer
2929
28ab0bc63d69 Finished enhancing the docstring checker to include the eric docstring style.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2906
diff changeset
93 --- added a checker for naming conventions
28ab0bc63d69 Finished enhancing the docstring checker to include the eric docstring style.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2906
diff changeset
94 --- added a checker for docstring conventions
2985
177b1858245f Finished changing the names of the various code style checkers to make them more appropriate to the broadened scope.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2930
diff changeset
95 --- extended the fixer for docstring issues
2424
8fe1fdc174ab Added the capability to preview HTML, Mardown and ReST files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2411
diff changeset
96 - Editor
3537
7662053c3906 updated CharDet to 2.2.1, updated changelog
T.Rzepka <Tobias.Rzepka@gmail.com>
parents: 3536
diff changeset
97 -- added the capability to preview HTML, Markdown and ReST files
2589
a51b0c113ed7 Added the capability to sort lines spanned by a rectangular selection based on the selected text.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2543
diff changeset
98 -- added the capability to sort lines spanned by a rectangular selection
a51b0c113ed7 Added the capability to sort lines spanned by a rectangular selection based on the selected text.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2543
diff changeset
99 based on the selected text
2593
a2df0adce985 Added entires to convert the selection to upper/lower case to the edit menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2589
diff changeset
100 -- added entires to convert the selection to upper/lower case to the
a2df0adce985 Added entires to convert the selection to upper/lower case to the edit menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2589
diff changeset
101 edit menu
2640
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
102 -- changed the line numbers margin to adjust themselves to the size needed
2659
7f46c5a7ed73 Added support for virtual space to the Editor and Mini Editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2640
diff changeset
103 -- added support for virtual space
2768
eab35f6e709f Added support to show the current class/method name in the combo boxes at the top of the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2751
diff changeset
104 -- added support to show the current class/method name in the combo boxes
eab35f6e709f Added support to show the current class/method name in the combo boxes at the top of the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2751
diff changeset
105 at the top of the editor
2779
4d433896b6d6 Added a JavaScript parser to the file browser in order to show the structure of JavaScript files
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2769
diff changeset
106 - File Browser
3092
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
107 -- added a JavaScript parser in order to show the structure of JavaScript
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
108 files
2640
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
109 - Mini Editor
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
110 -- changed the line numbers margin to adjust themselves to the size needed
2659
7f46c5a7ed73 Added support for virtual space to the Editor and Mini Editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2640
diff changeset
111 -- added support for virtual space
2317
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
112 - Multi Project
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
113 -- extended the context menus of the multi project browser to be able
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
114 to add projects this way
2746
96dc4bcb6dc0 Finished implementing PyQt5 project support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2736
diff changeset
115 - Project
96dc4bcb6dc0 Finished implementing PyQt5 project support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2736
diff changeset
116 -- added support for PyQt5 projects
2540
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
117 - Project Viewer
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
118 -- All
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
119 --- added a context menu entry to delete the selected directory
2722
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
120 -- Forms Viewer
2540
f346433ea963 Added a context menu entry to delete the selected directory to the project viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2511
diff changeset
121 --- added support for more widgets in the code creation dialog
2722
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
122 --- added a plug-in hook for the 'open' action
2769
8cbebde7a984 Added support to highlight the current class/method name of the current editor to the project sources viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2768
diff changeset
123 -- Sources Viewer
3092
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
124 --- added support to highlight the current class/method name of the
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
125 current editor
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
126 --- added a JavaScript parser in order to show the structure of JavaScript
f7ec7a3e7270 Added a dialog to show the most recent error log.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2985
diff changeset
127 files
2722
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
128 -- Translations Viewer
1c5df42d94bf Added a plug-in hooks for the 'open' action to the project forms and translations viewers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2694
diff changeset
129 --- added a plug-in hook for the 'open' action
2640
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
130 - Shell
dedcd4f987e0 Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2624
diff changeset
131 -- changed the line numbers margin to adjust themselves to the size needed
2605
20036ebbf50a Extended the list of supported unicode code blocks in the symbols viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2593
diff changeset
132 - Symbols Viewer
20036ebbf50a Extended the list of supported unicode code blocks in the symbols viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2593
diff changeset
133 -- extended the list of supported unicode code blocks
2320
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
134 - Template Viewer
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
135 -- added a context menu entry to reload the templates
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
136 -- changed logic such, that the templates are only written, if they contain
fe9d876fc9dd Added a context menu entry to reload the templates and changed the logic such, that the templates are only written, if they contain some changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2317
diff changeset
137 some changes
2362
68a92d01c1cc Made the search and replace widgets scrollable (customisation for smaller screens).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2359
diff changeset
138 - User Interface
68a92d01c1cc Made the search and replace widgets scrollable (customisation for smaller screens).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2359
diff changeset
139 -- made the search and replace widgets scrollable (customisation for
68a92d01c1cc Made the search and replace widgets scrollable (customisation for smaller screens).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2359
diff changeset
140 smaller screens)
2352
21971ebfaaef Added a confirmation dialog to the 'revert' VCS actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2334
diff changeset
141 - Version Control System Interfaces
21971ebfaaef Added a confirmation dialog to the 'revert' VCS actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2334
diff changeset
142 -- All
21971ebfaaef Added a confirmation dialog to the 'revert' VCS actions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2334
diff changeset
143 --- added a confirmation dialog to the 'revert' actions
2543
eb9472947653 Added a 'Copy Changesets' button to the Mercurial log browser dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2540
diff changeset
144 -- Mercurial
eb9472947653 Added a 'Copy Changesets' button to the Mercurial log browser dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2540
diff changeset
145 --- added a 'Copy Changesets' button to the log browser dialog
2810
fe551b27f62e Editing the Mercurial config file will generate a minimal one if none exists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2804
diff changeset
146 --- editing the config file will generate a minimal one if none exists
2811
7b2ec3af3505 Added support for the Mercurial 'summary' command.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2810
diff changeset
147 --- added support for the 'summary' command
2837
a96cb48e86a5 Added the capability to compare files side-by-side to Mercurial.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2811
diff changeset
148 --- added capability to compare files side-by-side
2845
7e55c6268c35 Added capability to compare files side-by-side to the Subversion interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2837
diff changeset
149 -- Subversion
7e55c6268c35 Added capability to compare files side-by-side to the Subversion interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2837
diff changeset
150 --- added capability to compare files side-by-side
3108
30521d7d3101 Added cabaility to upgrade the working copy format to the Subversion interfaces.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3092
diff changeset
151 --- added cabaility to upgrade the working copy format
2432
b1a2f9054b28 Reworked the various SSL info widgets of the web browser to show more info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2426
diff changeset
152 - Web Browser
b1a2f9054b28 Reworked the various SSL info widgets of the web browser to show more info.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2426
diff changeset
153 -- reworked the various SSL info widgets to show more info
2694
d87cbab5d596 Added a dialog to configure hosts to be exempted from caching.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2683
diff changeset
154 -- added a dialog to configure hosts to be exempted from caching
2804
a331371462a3 Added the capability to save the visible part of the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2779
diff changeset
155 -- added the capability to save the visible part of the current page
a331371462a3 Added the capability to save the visible part of the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2779
diff changeset
156 as a screen shot
2736
86cd4d14b58e Added a wizard for the Qt5 QRegularExpression class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2722
diff changeset
157 - Wizards
2751
5f7d5ce932fc Correction to the change log file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2746
diff changeset
158 -- added a wizard for the Qt5 QRegularExpression class (requires PyQt5)
3122
4bcf6c0f4432 Added support for PyQt5 to the QFileDialog wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3108
diff changeset
159 -- added support for PyQt5 to the QFileDialog wizard
2426
da76c71624de Updated to Pygments 1.6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2424
diff changeset
160 - Third Party packages
da76c71624de Updated to Pygments 1.6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2424
diff changeset
161 -- updated to Pygments 1.6
2317
ac7ffbf5b36b Extended the context menus of the multi project browser to be able to add projects this way.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2313
diff changeset
162
2313
ac0b798529d8 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2298
diff changeset
163 Version 5.3-snapshot-20130106:
2170
f4e0f6133ace Started implementing the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2168
diff changeset
164 - bug fixes
2298
fa4f79c34e0c Added support for Qt5 documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2227
diff changeset
165 - General
fa4f79c34e0c Added support for Qt5 documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2227
diff changeset
166 -- added support for Qt5 (experimental)
2173
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
167 - Debugger
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
168 -- added the capability to trace function calls and returns to the
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
169 Python 2 and Python 3 debuggers
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
170 - Debug Viewer
c21d1e99015a Finished the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2170
diff changeset
171 -- added a viewer for call trace logs
2213
022f4ad3ed19 Added actions to search for the next/previous occurence of the current word (default shortcuts Ctrl+. and Ctrl+,).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2212
diff changeset
172 - Editor
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
173 -- added actions to search for the next/previous occurence of the current
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
174 word (default shortcuts Ctrl+. and Ctrl+,)
2217
e80c74f2a25a Added some icons to the "Languages" and "End-of-Line Type" context menus of the editor and changed the status labels for programming language and end-of-line type of the main window to show an icon.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2214
diff changeset
175 -- added some icons to the "Languages" and "End-of-Line Type" context menus
2227
b7aceb255831 First commit of the simple IRC client for eric. It is usable but not yet complete.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2217
diff changeset
176 - IRC
b7aceb255831 First commit of the simple IRC client for eric. It is usable but not yet complete.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2217
diff changeset
177 -- added a simple IRC client
2212
87d664204684 Added a dialog to edit the various spell checking dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2195
diff changeset
178 - Spell Checker
87d664204684 Added a dialog to edit the various spell checking dictionaries.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2195
diff changeset
179 -- added a dialog to edit the various spell checking dictionaries
2195
d6cbd81fb692 Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2190
diff changeset
180 - Syntax Checker
d6cbd81fb692 Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2190
diff changeset
181 -- added capability to the syntax checker dialog to show all errors/warnings
d6cbd81fb692 Added capability to the syntax checker dialog to show all errors/warnings in an editor when the file entry is double activated.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2190
diff changeset
182 in an editor when the file entry is double activated
2182
fc3210851b07 Changed the layout of the right side widgets and added a sub menu for the switching between the 'inner' windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2173
diff changeset
183 - User Interface
fc3210851b07 Changed the layout of the right side widgets and added a sub menu for the switching between the 'inner' windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2173
diff changeset
184 -- changed the layout of the right side widgets and added a sub menu
fc3210851b07 Changed the layout of the right side widgets and added a sub menu for the switching between the 'inner' windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2173
diff changeset
185 for the switching between the 'inner' windows.
2190
abd65b78425e Added a notification system and updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2182
diff changeset
186 -- added a notification system
2214
4ce1ebcc3806 Added actions to open the find in files and replace in files dialogs in a mode that searches open files only.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2213
diff changeset
187 - View Manager
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
188 -- added actions to open the find in files and replace in files dialogs in a
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
189 mode that searches open files only
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
190 -- change the status labels for programming language and end-of-line type to
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
191 show an icon
2170
f4e0f6133ace Started implementing the call trace functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2168
diff changeset
192
2168
b7cf4e2a3012 Prepared new snapshot release of eric 5.3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2163
diff changeset
193 Version 5.3-snapshot-20121101:
1917
c73052b6b65e Fixed an issue with failed logins for certain files by implementing a referer whitelist. All hosts in this list will get a referer header.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1911
diff changeset
194 - bug fixes
1939
eadb2328d7d4 Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1934
diff changeset
195 - General
eadb2328d7d4 Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1934
diff changeset
196 -- introduced a "workspace" directory that is used as the default for opening
eadb2328d7d4 Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1934
diff changeset
197 or saving new files or projects (configurable on Multiproject config page)
2163
2b02339f52bf Enhanced the code coverage dialog functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2162
diff changeset
198 - Code Coverage
2b02339f52bf Enhanced the code coverage dialog functionality.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2162
diff changeset
199 -- enhanced the code coverage dialog functionality
2040
4cefd094353b Made the selectable project types of the project properties dialog dependent upon the selected programming language.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2039
diff changeset
200 - Configuration Dialog
4cefd094353b Made the selectable project types of the project properties dialog dependent upon the selected programming language.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2039
diff changeset
201 -- added a filter edit to filter the configuration tree
1926
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
202 - Debug Viewer
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
203 -- added the configurable capability to automatically show the source,
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
204 when the call frame is changed in the callstack viewer of the local
474057fbefe0 Added the configurable capability to automatically show the source, when the call frame is changed in the callstack viewer of the local variables viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
205 variables viewer
2162
4627e6ea7b6b Added capability to mark changed lines and to navigate between them to the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2137
diff changeset
206 - Editor
4627e6ea7b6b Added capability to mark changed lines and to navigate between them to the editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2137
diff changeset
207 -- added capability to mark changed lines and to navigate between them
2037
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
208 - Graphics Dialogs
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
209 -- added capability to store and load diagrams to/from disk
7a3470ae170e Improved the package diagram to include subpackages and their module names.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2005
diff changeset
210 -- improved the package diagram to include subpackages and their module names
2039
fa41ccd7f7bc Added the capability to rebuild a diagram without losing the current item positions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2037
diff changeset
211 -- added the capability to rebuild a diagram without losing the current item
fa41ccd7f7bc Added the capability to rebuild a diagram without losing the current item positions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2037
diff changeset
212 positions
2137
5a9bdcb8c934 Added the 'addSideWidget()' and 'removeSideWidget()' methods to the UserInterface class to allow plug-in developers to add a plug-in widget to the left or bottom side containers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2063
diff changeset
213 - Plug-ins
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
214 -- added the 'addSideWidget()' and 'removeSideWidget()' methods to the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
215 UserInterface class to allow plug-in developers to add a plug-in widget
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
216 to the left or bottom side containers
2040
4cefd094353b Made the selectable project types of the project properties dialog dependent upon the selected programming language.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2039
diff changeset
217 - Project
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
218 -- made the selectable project types of the project properties dialog
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
219 dependent upon the selected programming language
1990
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
220 - Version Control System Interfaces
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
221 -- Mercurial
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
222 --- added support for --log and --dry-run to the hg graft operation as of
7fee3661c4f9 Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1972
diff changeset
223 Mercurial 2.3.0
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
224 --- added code to disable the (deprecated) transplant menu for
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
225 Mercurial 2.3.0
1934
ad6b7c30fb9f Added context menu entries for HTML5 media elements.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1926
diff changeset
226 - Web Browser
ad6b7c30fb9f Added context menu entries for HTML5 media elements.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1926
diff changeset
227 -- added context menu entries for HTML5 media elements
1945
47016f5af3b8 Enhanced the web browser by adding a personal information manager to assist in completing form fields through field context menu entries or by pressing Ctrl+Return/Ctrl+Enter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1939
diff changeset
228 -- added a personal information manager to assist in completing form fields
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
229 through field context menu entries or by pressing Ctrl+Return or
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
230 Ctrl+Enter
1953
26aa6fd94dc2 Added support for GreaseMonkey scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1945
diff changeset
231 -- added support for GreaseMonkey scripts
1963
9c5b3235abf9 Added an icon to the status bar to give direct access to AdBlock.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1953
diff changeset
232 -- added an icon to the status bar to give direct access to AdBlock
1970
02cf3bac079b Rewrote huge part of AdBlock to speed up and added support for dependent AdBlock subscriptions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1964
diff changeset
233 -- rewrote huge part of AdBlock to speed up
02cf3bac079b Rewrote huge part of AdBlock to speed up and added support for dependent AdBlock subscriptions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1964
diff changeset
234 -- added support for dependent AdBlock subscriptions
1972
5341662d6cfb Added support for AdBlock exceptions to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1970
diff changeset
235 -- added support for AdBlock exceptions
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
236 -- added support for AdBlock checksum checking when downloading a
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
237 subscription
2005
6867cf32df67 Added support for variable AdBlock update periods (given in subscription) to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1994
diff changeset
238 -- added support for variable AdBlock update periods (given in subscription)
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
239 -- changed FTP support to use Python's ftplib instead of QFtp because the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
240 later is not supported in Qt5 anymore
2063
2227d4cc905e Added a handler for file: schemes to allow directory listings.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 2060
diff changeset
241 -- added a handler for file: schemes to allow directory listings
1917
c73052b6b65e Fixed an issue with failed logins for certain files by implementing a referer whitelist. All hosts in this list will get a referer header.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1911
diff changeset
242
1911
0ad47d8b7e57 Prepared snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1909
diff changeset
243 Version 5.3-snapshot-20120624:
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
244 - bug fixes
1852
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
245 - General
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
246 -- removed the user interface layout types "Floating Windows" and
12d37ab1baf3 Removed the user interface layout types "Floating Windows" and "Dock Windows".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
247 "Dock Windows"
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
248 - Log Viewer
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
249 -- added the capability to search in the recorded log
1833
f7cd855680f1 Added the capability to search in the output of the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1830
diff changeset
250 - Shell
f7cd855680f1 Added the capability to search in the output of the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1830
diff changeset
251 -- added the capability to search in the output of the shell window
1830
f2fccb8c2ab4 Added the capability to search in the output of the terminal window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1823
diff changeset
252 - Terminal
f2fccb8c2ab4 Added the capability to search in the output of the terminal window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1823
diff changeset
253 -- added the capability to search in the output of the terminal window
1855
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
254 - Version Control System Interfaces
1880
dbd4d7698310 Added code to ensure, that some eric specific files and directories get ignored
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1856
diff changeset
255 -- All
dbd4d7698310 Added code to ensure, that some eric specific files and directories get ignored
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1856
diff changeset
256 --- added code to ensure, that some eric specific files and directories
dbd4d7698310 Added code to ensure, that some eric specific files and directories get ignored
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1856
diff changeset
257 get ignored
1885
e51a12f1f404 Improved the VCS copy/move operations a bit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1880
diff changeset
258 --- improved the copy/move operation a bit
1855
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
259 -- Mercurial
93bf1823466a Added support for amending commits as of Mercurial 2.2.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1833
diff changeset
260 --- added support for amending commits as of Mercurial 2.2
1909
b8be6f82bc7c Finished implementing support for Mercurial sub-repositories.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1888
diff changeset
261 --- added support for sub-repositories
1888
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1885
diff changeset
262 -- Subversion
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1885
diff changeset
263 --- added capability to select from existing change lists and added a
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1885
diff changeset
264 dialog to browse the change lists
1853
01812b281a1e Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1852
diff changeset
265 - Web Browser
01812b281a1e Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1852
diff changeset
266 -- extended the "Clear Private Data" dialog to clear flash cookies and
01812b281a1e Extended the "Clear Private Data" dialog of the web browser to clear flash cookies and to select a browsing history period to clear.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1852
diff changeset
267 to select a browsing history period to clear
1854
191efdc54c62 Made the AdBlock update period configurable between 1 and 14 days.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1853
diff changeset
268 -- made the AdBlock update period configurable between 1 and 14 days
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1821
diff changeset
269
1821
1e5b1b281cec Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1819
diff changeset
270 Version 5.3-snapshot-20120430:
1558
754120837dd8 Extended the check for acceptable SSL certificates for indication via the URL entry field.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1527
diff changeset
271 - bug fixes
1566
0cb791cc631a Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1558
diff changeset
272 - Editor
0cb791cc631a Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1558
diff changeset
273 -- added capability to change the colours of the edit area independant from
0cb791cc631a Fixed the issue where a non matching background was shown in the editor for lines below the end of the text, if a lexer with a non-standard background was set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1558
diff changeset
274 the colours of the system style
1653
fed1920ff53b Added capability to save project tasks automatically (configurable on project configuration page of configuration dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
275 - Project
fed1920ff53b Added capability to save project tasks automatically (configurable on project configuration page of configuration dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
276 -- added capability to save project tasks automatically (configurable on
fed1920ff53b Added capability to save project tasks automatically (configurable on project configuration page of configuration dialog).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
277 project configuration page of configuration dialog)
1819
cfcfd617216a Changed the tasks handling to allow for more fine grained task designations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1818
diff changeset
278 - Tasks
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
279 -- changed the tasks handling to allow for more fine grained task
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
280 designations
1770
c17e67e69ef5 Added a tool to take screenshots (fullscreen or rectangular selection).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1749
diff changeset
281 - Tools
1772
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
282 -- added a tool to take screenshots (fullscreen, selected screen, rectangular
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
283 selection, elliptical selection or freehand selection)
1576
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
284 - Version Control System Interfaces
1605
899cb1241de5 Added support for Phases as of Mercurial 2.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1596
diff changeset
285 -- Mercurial
1655
d2b583fdde1c Added support for the graft command as of Mercurial 2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1653
diff changeset
286 --- added support for the graft command as of Mercurial 2.0
1605
899cb1241de5 Added support for Phases as of Mercurial 2.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1596
diff changeset
287 --- added support for Phases as of Mercurial 2.1
1576
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
288 -- Subversion
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
289 --- changed code to make the subversion plug-ins compatible with the new
72e5b4b8bad7 Changed code to make the subversion plug-ins compatible with the new generation working copy meta-data format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1566
diff changeset
290 generation working copy meta-data format
1586
b3e34806b734 Extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1576
diff changeset
291 - Web Browser
b3e34806b734 Extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1576
diff changeset
292 -- extended the check for acceptable SSL certificates for indication via the
b3e34806b734 Extended the web page context menu by several entries to send links or the selected text, handling the clicked frame, translate the selected text with Google Translate and search it in Wictionary.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1576
diff changeset
293 URL entry field
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
294 -- extended the web page context menu by several entries to send links or
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
295 the selected text, handling the clicked frame, translate the selected
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
296 text with Google Translate and search it in Wictionary
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
297 -- extended the User Agent handling to be able to set the string on a host
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
298 basis (next to the global user agent string)
1620
8172cc5d4dda Added code to save the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1605
diff changeset
299 -- added code to save the current page as a screen shot
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
300 -- added capability to synchronize bookmarks, history, passwords and user
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
301 agent settings via an FTP server or a shared directory
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
302 -- added the ClickToFlash plug-in to (temporarily) block Flash and related
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
303 content
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
304 -- added capability to suppress Referer Headers (configurable via eric4 Web
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
305 Browser configuration page)
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
306 -- added capability to select the first nine tabs by pressing Alt+1 to Alt+9
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
307 and to switch to the last tab by pressing Alt+0
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
308 -- added a Speed Dial to the web browser including the capability to select
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
309 the first ten pages by pressing Meta+1 to Meta+0
1693
9bb872e26a33 Added a history sub-menu showing the most visited sites.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1680
diff changeset
310 -- added a history sub-menu showing the most visited sites
1694
648466a9451b Added the capability to restore closed tabs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1693
diff changeset
311 -- added the capability to restore closed tabs
1713
56fdde8a2441 Added a bookmarks importer to get them directly from other browsers files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1705
diff changeset
312 -- added a bookmarks importer to get them directly from other browsers files
1733
231e6f05d274 Added a dialog to edit bookmark properties and the description to the add bookmark dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1713
diff changeset
313 -- extended bookmarks to hold a description and various timestamps
1749
cfddfc179a2c Aadded capability to manage the QtHelp filter attributes to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1733
diff changeset
314 -- added capability to manage the QtHelp filter attributes
1780
f42757fd021b Added a page to the site info dialog to show web databases of the site.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1772
diff changeset
315 -- added a page to the site info dialog to show web databases of the site
1818
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
316 - Wizards
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
317 -- QRegExp
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1780
diff changeset
318 --- added support for the various pattern syntaxes
1705
b0fbc9300f2b Update to Pygments 1.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
319 - Third Party packages
b0fbc9300f2b Update to Pygments 1.5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
320 -- updated to Pygments 1.5
1558
754120837dd8 Extended the check for acceptable SSL certificates for indication via the URL entry field.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1527
diff changeset
321
754120837dd8 Extended the check for acceptable SSL certificates for indication via the URL entry field.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1527
diff changeset
322 Version 5.2.0:
1195
572730077b35 Fixed an issue opening help pages with a system web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1192
diff changeset
323 - bug fixes
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
324 - Cooperation Functions
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
325 -- added code to the cooperation functions to support IPv6
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
326 - Debugger
1310
7fdcfa822e3e Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1307
diff changeset
327 -- extended debugger to show class variables
7fdcfa822e3e Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1307
diff changeset
328 -- extended debugger to ignore exceptions occuring in lines having a
7fdcfa822e3e Extended debugger to ignore exceptions occuring in lines having a '__IGNORE_EXCEPTION__' line flag set.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1307
diff changeset
329 '__IGNORE_EXCEPTION__' line flag set
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
330 - Editor
1196
77da430b4080 Added an action to preview the file in the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1195
diff changeset
331 -- added an action to preview the file in the eric web browser. File name
77da430b4080 Added an action to preview the file in the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1195
diff changeset
332 extension to support this feature can be configured on the
77da430b4080 Added an action to preview the file in the eric web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1195
diff changeset
333 Editor->Filehandling page
1299
fd5d21389d2b Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1294
diff changeset
334 -- added an action to the editor context menu and to the tabview and listview
fd5d21389d2b Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1294
diff changeset
335 view managers to open an associated 'rejections' file (i.e. same file name
fd5d21389d2b Added an action to the editor context menu and to the tabview and listview view managers to open an associated 'rejections' file (i.e. same file name with '.rej' appended).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1294
diff changeset
336 with '.rej' appended)
1500
6ce6deb421cf Added an action to the editor to toggle block comments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1499
diff changeset
337 -- added an action to toggle block comments
1353
e1c0af081a8e Added a syntax check while typing function.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1342
diff changeset
338 -- added a syntax check while typing function
1358
c1622c708cd9 Added source navigation function for Python 2, Python 3 and Ruby sources.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1353
diff changeset
339 -- added source navigation function for Python 2, Python 3 and Ruby sources
1444
552d2d74f5cf Started to add support for QScintilla 2.6 (and newer).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1427
diff changeset
340 -- added support for QScintilla 2.6 (and newer)
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
341 -- added capability to zoom by Ctrl + Mouse Wheel (same for the shell and
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
342 terminal)
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
343 -- added capability to zoom by a pinch gesture (same for the shell and
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
344 terminal)
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
345 -- added capability to go to method and class definitions by Shift + Mouse
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
346 Wheel
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
347 -- added the capability to replace just the selected occurence of the search
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
348 text
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
349 - Plug-in Manager Tools
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
350 -- added code to download and install plug-ins
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
351 - Source Browser
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
352 -- show class attributes, class methods and static methods with different
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
353 icons
1303
6018d7ac3aec Added context menu for attributes to the file browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1299
diff changeset
354 -- added context menu for attributes
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
355 - Source Documentor
1227
c5db073a124f Added support for class attributes, class methods and static methods to the class browsers and the source documentor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1221
diff changeset
356 -- introduced separate sections for class methods and static methods
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
357 - Tasks Manager
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
358 -- made tasks manager forget about global file tasks when file is closed
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
359 (configurable via configuration dialog)
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
360 - Tools
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
361 -- API files generator
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
362 --- added code to write base class information to be used by the
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
363 eric assistant plug-in
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
364 - Unit Test
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
365 -- extended the unit test module to allow to rerun only failed tests of the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
366 last
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
367 - Version Control System Interfaces
1267
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
368 -- all
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
369 --- made "Show Log" behave like "Show Limited Log" and removed the later
1294
d051b9d1426d Added context menu actions to select/deselect all commitable items of the various VCS status dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1274
diff changeset
370 --- added context menu actions to select/deselect all commitable items
d051b9d1426d Added context menu actions to select/deselect all commitable items of the various VCS status dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1274
diff changeset
371 of the status dialogs
1503
4e48604157a4 Added a file selector to the top of the diff dialogs to quickly jump to the diff for the selected file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1500
diff changeset
372 --- added a file selector to the top of the diff dialogs to quickly jump
4e48604157a4 Added a file selector to the top of the diff dialogs to quickly jump to the diff for the selected file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1500
diff changeset
373 to the diff for the selected file
1267
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
374 -- Mercurial
5eddb59304c7 Made "Show Log" behave like "Show Limited Log" and removed the later.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1227
diff changeset
375 --- added interface for the Mercurial command server (as of Mercurial 1.9)
1274
442c748018c5 Added code to the Mercurial plug-in to support multiple revisions where appropriate.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1267
diff changeset
376 --- added code to support multiple revisions where appropriate
1307
9f7a056dbcc6 Modified pull such, that it will try to apply an existing changegroups file first.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1303
diff changeset
377 --- modified pull such, that it will try to apply an existing changegroups
9f7a056dbcc6 Modified pull such, that it will try to apply an existing changegroups file first.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1303
diff changeset
378 file first (created by an hg incoming)
1311
95685f9ad9f8 Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1310
diff changeset
379 --- added support for importing patches
1315
faafd2aa48d5 Added support for exporting patches.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1314
diff changeset
380 --- added support for exporting patches
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
381 --- added configuration option to create backup files when reverting
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
382 changes
1504
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
383 - View Manager
3e6ec85cede1 Added an action to reset the zoom factor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1503
diff changeset
384 -- added an action to reset the zoom factor
1499
b4d0457afb15 Extended the unit test module to allow to rerun only failed tests of the last.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1453
diff changeset
385 - Web Browser
1314
7e7b88c58fda Added the "Do Not Track" feature.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1312
diff changeset
386 -- added the "Do Not Track" feature
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
387 -- added code to indicate invalid SSL certificates in the URL entry and the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
388 SSL info dialog
1415
28fa9633d57e Added a dialog to show RSS feeds.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1373
diff changeset
389 -- added a dialog to show RSS feeds
1427
09d6731b73ad Added a dialog to show some information about the current site.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1415
diff changeset
390 -- added a dialog to show some information about the current site
1507
9225700cbff5 - added capability to zoom by Ctrl + Mouse Wheel to the editor
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1506
diff changeset
391 -- added the capability to go through the history via Shift + Mouse Wheel
1518
e6e21910210d Added capability to zoom by a pinch gesture to the editor, the shell, the terminal, the web browser and various graphics related windows.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1508
diff changeset
392 -- added capability to zoom by a pinch gesture
1453
2be886c8cffb Added an action to launch another instantiation of eric5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1444
diff changeset
393 - other enhancements
2be886c8cffb Added an action to launch another instantiation of eric5.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1444
diff changeset
394 -- added an action to launch another instantiation of eric5
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
395 -- added capability to zoom by Ctrl + Mouse Wheel to various graphics
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
396 related windows
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
397 -- added capability to zoom by a pinch gesture to various graphics
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
398 related windows
1195
572730077b35 Fixed an issue opening help pages with a system web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1192
diff changeset
399
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
400 Version 5.2-snapshot-20110724:
1020
adf7e95f05e7 Finished Mercurial bookmark support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1007
diff changeset
401 - bug fixes
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
402 - enhancements of the Mercurial interface
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
403 -- added support for the Mercurial bookmarks extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
404 -- added support for the Mercurial queues extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
405 -- added support for the Mercurial fetch extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
406 -- added support for the Mercurial purge extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
407 -- added support for the Mercurial gpg extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
408 -- added support for the Mercurial transplant extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
409 -- added support for the Mercurial rebase extension
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
410 -- enhanced the Mercurial log browser dialog
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
411 - enhancements of the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
412 -- added a pause button to the web browser download
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
413 -- added some more user agent strings to the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
414 -- added some more search engines to the web browser
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
415 -- added capability to encrypt saved passwords with a master password
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
416 and rearranged some configuration parameters related to security
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
417 -- improved the handling of mouse XButton1 and XButton2 handling in the
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
418 web browser
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
419 - enhancements of the configuration dialog
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
420 -- added function to test the login data to the Email config page
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
421 - enhancements of the Unit Test module
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
422 -- extended the unit test interface to support skipped tests, expected
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
423 failures and unexpected successes and to better cope with Python2
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
424 scripts when run from the eric IDE
1192
82cac793ec88 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1170
diff changeset
425 - enhancements of the editor
3123
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
426 -- added editor actions to go to the last edit location and to the previous
2c89ff79c246 Reformatted the changelog file by shortening overly long lines.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3122
diff changeset
427 or next Python or Ruby class or method definition
1020
adf7e95f05e7 Finished Mercurial bookmark support.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1007
diff changeset
428
1007
b60f646323c8 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1005
diff changeset
429 Version 5.2-snapshot-20110501:
906
54550e08472a Changed the label of the "Reopen automatically" checkbox of the editor file handling config page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 860
diff changeset
430 - bug fixes
907
74904673b366 Added menu entry for the icon editor to the tray starter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 906
diff changeset
431 - added menu entry for the icon editor to the tray starter
910
dc2436a9e2a1 Added capability to filter out unwanted items in the file browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 907
diff changeset
432 - added capability to filter out unwanted items in the file browsers
dc2436a9e2a1 Added capability to filter out unwanted items in the file browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 907
diff changeset
433 (s. config dialog, interface page)
915
c1e052773c08 Changed syntax check to report error position within the line.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 910
diff changeset
434 - changed syntax check to report error position within the line
917
746c54b643eb Added functionality to the VCS status dialogs to make them more general commit dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 915
diff changeset
435 - added functionality to the VCS status dialogs to make them more
746c54b643eb Added functionality to the VCS status dialogs to make them more general commit dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 915
diff changeset
436 general commit dialogs
932
efd23a913a09 Finished extending the Mercurial log browser to indicate closed branches.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 917
diff changeset
437 - extended the Mercurial log browser to indicate closed branches
934
657269549914 Changed the configuration dialog to remember the last show page name.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 932
diff changeset
438 - changed the configuration dialog to remember the last show page name
939
10d3a201cd27 Added configuration options for visible whitespace (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 934
diff changeset
439 - added configuration options for visible whitespace (as of QScintilla 2.5)
942
1d2a6b8509c6 Added capability to configure the alpha channel for some colors (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 939
diff changeset
440 - added capability to configure the alpha channel for some colors
1d2a6b8509c6 Added capability to configure the alpha channel for some colors (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 939
diff changeset
441 (as of QScintilla 2.5)
948
fe7b94ed01ec Added support for new lexer properties (as of QScintilla 2.5).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 942
diff changeset
442 - added support for new lexer properties (as of QScintilla 2.5)
952
cc3e2e5558e9 Added support for access keys and drag & drop to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 948
diff changeset
443 - added support for access keys and drag & drop to the web browser
953
7c42d54ba205 Added support for search schemes ("s:" or "search:") and "about:home" to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 952
diff changeset
444 - added support for search schemes ("s:" or "search:") and "about:home" to
7c42d54ba205 Added support for search schemes ("s:" or "search:") and "about:home" to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 952
diff changeset
445 the web browser
960
64a6e66b4707 Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 953
diff changeset
446 - added capability to the tasks viewer to ignore files based on a wildcard
64a6e66b4707 Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 953
diff changeset
447 during a project tasks scan
963
b672d2191a04 Added an action to push a new named branch to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 960
diff changeset
448 - added an action to push a new named branch to the Mercurial plug-in
978
11f8adbcac97 Added an interface to VirusTotal to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 963
diff changeset
449 - added an interface to VirusTotal to the web browser
991
5ec5e707dfa5 Changed algorithm to determine the debugger backend type to be used by analysing a first line starting with '#!'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 978
diff changeset
450 - changed algorithm to determine the debugger backend type to be used by
5ec5e707dfa5 Changed algorithm to determine the debugger backend type to be used by analysing a first line starting with '#!'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 978
diff changeset
451 analysing a first line starting with '#!'
993
03493183dd91 Added support for the Matlab and Octave lexers for QScintilla >= 2.5.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 991
diff changeset
452 - added support for the Matlab and Octave lexers for QScintilla >= 2.5.1
1002
1151d1ea562a Enhanced the autocompletion of templates to observe the language of the current file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 993
diff changeset
453 - enhanced the autocompletion of templates to observe the language of the
1151d1ea562a Enhanced the autocompletion of templates to observe the language of the current file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 993
diff changeset
454 current file
1005
6986db425aa2 Added support for "hg rollback" to the Mercurial interface.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1002
diff changeset
455 - added support for "hg rollback" to the Mercurial interface
906
54550e08472a Changed the label of the "Reopen automatically" checkbox of the editor file handling config page.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 860
diff changeset
456
860
13b57c977bf4 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 854
diff changeset
457 Version 5.1-snapshot-20110123:
816
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
458 - bug fixes
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
459 - made the toolbars of the initial layout more minimalistic
825
9cdec3c5bc07 Merged "Save to Project" into "Save" and "Save As...".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 816
diff changeset
460 - merged "Save to Project" into "Save" and "Save As...".
854
2f4ffd2c7d02 Updated translations and finished PEP 8 fixer implementation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 832
diff changeset
461 - added a checker for PEP 8 compliance (including a fixer for
2f4ffd2c7d02 Updated translations and finished PEP 8 fixer implementation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 832
diff changeset
462 most issues)
816
53e282890577 Made the toolbars of the initial layout more minimalistic.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 813
diff changeset
463
813
5a5c3352f4ae Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 808
diff changeset
464 Version 5.1-snapshot-20110106:
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
465 - bug fixes
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
466 - added support for the display of inline annotations (used to show
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
467 syntax errors and warnings)
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
468 - added support for additional configurable file filters
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
469 - added a certificate manager to the eric web browser
755
e81e1f8d7874 Added display of suppressed client termination messages.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 754
diff changeset
470 - added display of suppressed client termination messages
781
2f85b5573e62 Changed the Mercurial log browser to show incoming/outgoing changesets with the current log (by pressing the next button).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 755
diff changeset
471 - changed the Mercurial log browser to show incoming/outgoing changesets
2f85b5573e62 Changed the Mercurial log browser to show incoming/outgoing changesets with the current log (by pressing the next button).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 755
diff changeset
472 with the current log (by pressing the next button)
788
5b1b59777460 Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 781
diff changeset
473 - added a feature where flags can be given at the end of a source file.
5b1b59777460 Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 781
diff changeset
474 The only flag supported is 'FileType' to overwrite the filetype detection
5b1b59777460 Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 781
diff changeset
475 mechanism.
795
917f1945355c Added a syntax checker function for Python 2 files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 788
diff changeset
476 - added a syntax checker function for Python 2 files
802
e8882d16384c Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 795
diff changeset
477 - added a pyflakes checker function for Python 2 files
805
83ca4d1ff648 Added a tabnanny checker function for Python 2 files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 802
diff changeset
478 - added a tabnanny checker function for Python 2 files
808
8f85926125ef Updated Pygments to version 1.4.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 805
diff changeset
479 - updated Pygments to version 1.4.0
754
c3c3fec166f5 Corrected the changelog file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 744
diff changeset
480
708
cea30aa57201 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 701
diff changeset
481 Version 5.1-snapshot-20101029:
629
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
482 - bug fixes
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
483 - added configuration options for the web browser cache policy
634
7b84cbd2f752 Added tab previews to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 629
diff changeset
484 - added tab previews to the web browser
643
719db11dd4df Added a line widget with embeddable buttons.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 634
diff changeset
485 - added a line widget with embeddable buttons
653
0540f3c52b46 Changed the web browser to give it a more modern look.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 643
diff changeset
486 - changed the web browser to give it a more modern look
659
b53e67ae2021 Added code to show certificate info for https URLs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 653
diff changeset
487 - added code to show certificate info for https URLs
668
b0061a6f7484 Added a download manager to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 659
diff changeset
488 - added a download manager to the web browser
682
91114a975eda Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 668
diff changeset
489 - added a check to the find and replace dialog to make sure,
91114a975eda Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 668
diff changeset
490 that no external changes were done between the find run and
91114a975eda Added a check to the find and replace dialog to make sure, that no external changes were done between the find run and the replace run.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 668
diff changeset
491 the replace run
701
fc587a1c2f8b Added an option to configure the icon of the tray starter application.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 684
diff changeset
492 - added an option to configure the icon of the tray starter application
684
2f29a0b6e1c7 Updated Pygments to version 1.3.1.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 682
diff changeset
493 - updated Pygments to version 1.3.1
629
c88489b378fb Added configuration options for the web browser cache policy.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 627
diff changeset
494
627
d8ada67aecf6 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 623
diff changeset
495 Version 5.1-snapshot-20100918:
396
b967825e73c6 Added action to copy the editor path to the clipboard to the tab context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 392
diff changeset
496 - bug fixes
501
5c615a85241a Finished porting signal/slot usage to the new API.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 478
diff changeset
497 - converted all signal/slot code to use the new API
404
44a541bea034 Added code to adjust the cursor flash time of the editor to the global settings.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 396
diff changeset
498 - added action to copy the editor path to the clipboard to the tab context menu
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
499 - added code to adjust the cursor flash time of the editor to the global
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
500 settings
405
374066392929 Added code to show hidden files in the various browsers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 404
diff changeset
501 - added code to show hidden files in the various browsers
478
e7d778ea21d6 Added an editor action to join the current line with the next one.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 405
diff changeset
502 - added an editor action to join the current line with the next one
520
b0f523c3b037 Added code to cope with Linux distributor's usage of KDE wrapper dialogs for the Qt file dialogs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 501
diff changeset
503 - added code to cope with Linux distributor's usage of KDE wrapper dialogs
532
a3c0f1e2594a Added a source code exporter for the Open Document Text (ODT) format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 520
diff changeset
504 for the Qt file dialogs
a3c0f1e2594a Added a source code exporter for the Open Document Text (ODT) format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 520
diff changeset
505 - added a source code exporter for the Open Document Text (ODT) format
562
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
506 - changed all calls to QMessageBox to some eric5 replacements and convenience
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
507 functions
8bf0dbc1ca6a Added a wizard for the eric5 message box (E5MessageBox).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 532
diff changeset
508 - added a wizard for the eric5 message box (E5MessageBox)
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
509 - added filename filters to the code metrics, syntax checker and tabnanny
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
510 dialogs
615
c8dd16cc69ce Finished porting XML handling code to use QXmlStreamReader and QXmlStreamWriter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 571
diff changeset
511 - changed XML handling code to use QXmlStreamReader and QXmlStreamWriter
618
42580bfc0777 Added use of compositing modes to the icon editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 615
diff changeset
512 - added use of compositing modes to the icon editor
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
513 - modified install script such, that it allows an installation from source as
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
514 well. The situation will be determined automatically.
396
b967825e73c6 Added action to copy the editor path to the clipboard to the tab context menu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 392
diff changeset
515
392
afc110b8710e Prepared new 5.1 snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 383
diff changeset
516 Version 5.1-snapshot-20100718:
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
517 - bug fixes
276
4a7e25ee406c Added an action to perform a 'hg push -f' to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 275
diff changeset
518 - added an action to perform a 'hg push -f' to the Mercurial plug-in
278
c93823b96faa Added a handler for ftp: URLs to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 276
diff changeset
519 - added a handler for ftp: URLs to the web browser
305
5cf9e308f342 Added action to start a Mercurial server to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 278
diff changeset
520 - added action to start a Mercurial server to the Mercurial plug-in
314
c1379cab7697 Added action to print to PDF to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 305
diff changeset
521 - added action to print to PDF to the web browser
316
b7e499650928 Added a branch filter to the Mercurial log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 314
diff changeset
522 - added a branch filter to the Mercurial log browser
330
4b4f242bf3f6 Added additional fold styles.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 316
diff changeset
523 - added additional fold styles
342
360c4eb76d6c Added capability to configure the colors of the foldmarkers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 330
diff changeset
524 - added capability to configure the colors of the foldmarkers
354
f80d88e87677 Added option to use DNS prefetching to the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 350
diff changeset
525 - added option to use DNS prefetching to the web browser (needs Qt >= 4.6)
350
db40effc5c65 Added support for Web SQL Databases to the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 342
diff changeset
526 - added support for Web SQL Databases to the web browser
355
c29c8b8dadf1 Added support for Web application caches and local web storage to the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 354
diff changeset
527 - added support for Web application caches and local web storage to the
c29c8b8dadf1 Added support for Web application caches and local web storage to the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 354
diff changeset
528 web browser (needs Qt >= 4.6)
365
0686ac00256e Added a symbols viewer with capability to insert the selected symbol by double-clicking it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 355
diff changeset
529 - added a symbols viewer with capability to insert the selected symbol
0686ac00256e Added a symbols viewer with capability to insert the selected symbol by double-clicking it.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 355
diff changeset
530 by double-clicking it
372
237c3fe739f5 Added a numbers viewer to convert numbers into various formats.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 365
diff changeset
531 - added a numbers viewer to convert numbers into various formats
381
64ae9e09d8bc Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 372
diff changeset
532 - extended the Ad-Blocker of the web browser (needs Qt >= 4.6)
64ae9e09d8bc Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 372
diff changeset
533 - added capability to configure the text encoding of the web browser
64ae9e09d8bc Extended the Ad-Blocker of the web browser and added capability to configure the text encoding of the web browser (needs Qt >= 4.6).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 372
diff changeset
534 (needs Qt >= 4.6)
383
286de4e5179c Added capability to select the user agent string for the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 381
diff changeset
535 - added capability to select the user agent string for the web browser
275
88c8b9eefc45 Started eric5 5.1 development (part 2)
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 271
diff changeset
536
271
633572b15aa8 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 270
diff changeset
537 Version 5.0-snapshot-20100523:
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
538 - bug fixes
228
1cce8982e636 Added code to save the editor zoom factor in the session file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 226
diff changeset
539 - added code to save the editor zoom factor in the session file
230
2cde09c26384 Added code to configure the zoom factor a file is opened with.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 228
diff changeset
540 - added code to configure the zoom factor a file is opened with
234
caed45a134f8 Added code to update the Others tab of the project browser (mostly) automatically.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 233
diff changeset
541 - added code to update the file browser window (mostly) automatically
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
542 - added code to update the Others tab of the project browser (mostly)
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
543 automatically
253
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
544 - added a menu to the highlighting styles config page to change individual
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
545 aspects of a font only
3ccdf551bde7 Changed code to improve development on multiple platforms.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 244
diff changeset
546 - changed code to improve development on multiple platforms
267
f4cd9c07da76 Added code to show the keyboard shortcut to the tooltip of an action.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 253
diff changeset
547 - added code to show the keyboard shortcut to the tooltip of an action
832
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
548 - changed the Find in Files dialog to remember the history of the search
eb5ff61f927b Added a checker for PEP 8 compliance.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 825
diff changeset
549 string, replace string and the search directory
270
41505c92ac31 Added code to enhance the proxy configuration and removed the usage of QHttp.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 268
diff changeset
550 - added code to enhance the proxy configuration and removed the usage of QHttp
226
3155a9225209 Started next stage of development.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 223
diff changeset
551
223
2aa606e16381 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 202
diff changeset
552 Version 5.0-snapshot-20100508:
187
d7916a2e31d6 Added some more refinements to the Mercurial log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 186
diff changeset
553 - bug fixes
199
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
554 - added administration actions to the Mercurial plug-in
675623ee5d7d Added changegroup related actions to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 189
diff changeset
555 - added changegroup related actions to the Mercurial plug-in
202
6854bb0beda5 Added bisect commands to the Mercurial plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 199
diff changeset
556 - added bisect commands to the Mercurial plug-in
187
d7916a2e31d6 Added some more refinements to the Mercurial log browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 186
diff changeset
557
186
655fda145529 Prepared new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 178
diff changeset
558 Version 5.0-snapshot-20100418:
168
3383117f894b Fixed a few bugs in the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 166
diff changeset
559 - bug fixes
178
dd9f0bca5e2f Added plugin for Mercurial version control system.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 168
diff changeset
560 - added plugin for Mercurial version control system
168
3383117f894b Fixed a few bugs in the web browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 166
diff changeset
561
166
11e9ed8ae18c Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 158
diff changeset
562 Version 5.0-snapshot-20100401:
146
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
563 - bug fixes
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
564 - added installation of a .desktop file for Linux systems
158
6a561f87bc07 Added shared editor functions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 149
diff changeset
565 - added shared editor functions and a simple chat system
146
afeb742e7148 Added installation of a .desktop file for Linux systems.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 135
diff changeset
566
135
c2eaec053221 Prepared new snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 130
diff changeset
567 Version 5.0-snapshot-20100306:
103
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
568 - bug fixes
59137afca666 Added code to indicate directories and files being symbolic links.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 102
diff changeset
569 - added code to indicate directories and files being symbolic links
108
03d3adf59bde Extendend the predefined template variables by "project_path", "clipboard", "cur_select", "insertion", "select_start" and "select_end".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 103
diff changeset
570 - extendend the predefined template variables by "project_path",
03d3adf59bde Extendend the predefined template variables by "project_path", "clipboard", "cur_select", "insertion", "select_start" and "select_end".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 103
diff changeset
571 "clipboard", "cur_select", "insertion", "select_start" and
03d3adf59bde Extendend the predefined template variables by "project_path", "clipboard", "cur_select", "insertion", "select_start" and "select_end".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 103
diff changeset
572 "select_end"
112
16893e193e9d Added the auto fork options to the run dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 108
diff changeset
573 - added the auto fork options to the run dialog
130
fcce4cc20d95 Added capability to change the keywords of a syntax highlighter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 112
diff changeset
574 - added capability to change the keywords of a syntax highlighter
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
575
102
85fc2a5cddb4 Preparing new snapshot release.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 88
diff changeset
576 Version 5.0-snapshot-20100206:
88
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
577 - bug fixes
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
578 - added code to use the PYTHONPATH environment setting in the debuggers
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
579 - added my own Python3 port of pyflakes
3701923bccf2 Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 72
diff changeset
580 - integrated py3flakes into syntax checker dialog and editor
72
015c7e35bd84 Added code to use the PYTHONPATH environment setting in the debuggers.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 62
diff changeset
581
62
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
582 Version 5.0-snapshot-20100116:
706041c4475b Prepared first snapshot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 0
diff changeset
583 - first snapshot of eric5

eric ide

mercurial