Releases: iarsystems/ewptool
Releases · iarsystems/ewptool
EWPtool 4.1.7
Highlights
This version includes bug fixes and performance improvements.
- Selected paths were absolutes, which prevented moving projects to new locations easily. Now all the selected paths are relative to
$PROJ_DIR$
. Closes #15. - Multiple selected paths spanning to the same location more than once were being scanned more than once, leading to lower performance and potential mismatches for the garbage collector. Fixes #16.
- XML parsing now preserves special characters and does not use self-closing elements for empty keys. Fixes #17.
Note
- EWPtool modifies the
.ewp
project file directly. It does not create backups.- EWPtool does not modify your source files.
💡 Please refer to the README.md file for more information.
EWPtool 4.1.6
EWPtool 4.1.5
EWPtool 4.1.4
Highlights in EWPtool version 4.1.4
-
Completely dropped the intermediate
.ipcf
. The EWPtool does not require the Project Connections feature anymore. -
EWPtool now acts directly upon the active build configuration in the
.ewp
file:- Populates the preprocessor search paths according to the existing header source files in the selected folder(s).
- Populates the groups and files in the project's node tree, initially reflecting the selected source tree(s) in the filesystem.
- Allows group name customizations. Fixes #8.
-
Added
Rescan selected source folder...
command to theTools
menu. Fixes #7.- Rescan all selected folders. The selected folders are saved to
$PROJ_DIR$\settings\<project-name>.cfg
. - Updates/removes entries from the preprocessor search path list for the selected folders.
- Updates/removes entries from the project tree for the selected folders.
- The command can be bound to any preferred available keystroke (via Tools → Options → Key bindings → Menu: Tools → Rescan...).
- Rescan all selected folders. The selected folders are saved to
⚠️ EWPtool modifies the.ewp
file directly. It does not create backups.
⚠️ EWPtool does not touch your source files.
Please refer to the README.md file for more information.
EWPtool 3.2.0
Highlights in EWPtool version 3.2.0
- Added automatic source detection for assembly sources commonly used in architectures that rely on the XLINK technology
*.s90
(AVR)*.s51
(8051)*.s43
(430)*.s26
(78K)*.s85
(V850)
Installation
- Please refer to Installation.
Please refer to the README.md file for more information.
EWPtool 3.0.4
First EWPtool release.