|
New features in version 2.3
- Ability to transform comments (e.g. keep only newlines in them
or replace all non-whitespace characters in them with 'x') was
introduced - see commandline option
--transform-comments (corresponding popup added to Project Manager
of course too).
- Now line numbers of source protected in debugging mode will match
line numbers of original files - this makes it easy to locate line that
caused error in original code using
error message produced for protected code.
- Now profile for protecting code (mangling engines for symbols, strings,
numbers, jamming of spaces and stripping of comments)
can be switched in 2 clicks using Project-}"Switch
debugging/production mode for code mangling" menu item
(for newly-created projects only!).
- Each newly-created project gets two debugging modes, one (the default)
tries to keep line numbers in sync with original code (by not performing
jamming) and other that jams spaces everywhere.
- Projects managed using Project Manager can now contain files with names
starting with dot.
- Project Manager now allows to rename a member of project in its metadata
(using Project-}Files menuitem).
- Now it's possible to specify command to invoke before building the
project and a command to invoke after building the project using
Project-}Options settings.
- Assigning mode in Project-}Files now has improved GUI.
- Status of project building operation is now shown in distinct colors in
Build Log Window.
- A lot of bugfixes in Project Manager that fixed inability to set
some specific values for some options.
- Added Frequently Asked Questions
and Answers to documentation.
- Better support for some language constructs.
| |