Hello guys! A new build is here and lets see what is new.
- Added Unicode support to the rendering system.
- Fileviewer will open files that are encoded as UTF-8.
- Fileviewer now has indentation lines that can be toggled from
the config file through the "fileviewer_show_indent_lines" value modifier.
- Added a config value modifier "fileviewer_tooltip_timer_ms" that
changes delay of the value tooltip in the Fileviewer widget.
- Added a config value modifier "maximize_window_on_start" that
maximizes debugger's window on startup on startup if set to "true".
- Added a config value modifier "tab_width" that changes default tab width.
- Added a new config event "clear_all_expr" that clears all the expressions
in the inspector. Currently bound to CTRL + l.
- Added a new config event "clear_all_data_bp" that clears all the data breakpoints.
Currently bound to CTRL + g.
- C/C++ Lexer now can parse integer suffixes like 0x123ull.
- String viewer tool from the inspector now will pick up size parameter
from the expression and when you are going to click on the magnifying
glass, the tool will read amount of bytes that was specified.
- Inspector will display each array element address along with an index.
- Inspector now can handle UTF-16 strings.
- And a bunch of bug fixes.
Download Link