cutter/src
Lion 8f707e4a69
append rizin results in plaintext to include tabs etc (fixes #3193) (#3236)
the output of rizin was formatted as html, which caused \n to become
<br/>, making it impossible to just use appendPlainText() as-is. We have
to tell rizin not to give us html, so that we can use \t in the output.

Simply replacing \t with spaces, `&emsp;` or similar doesn't work, as
the appendHtml() replaces multiple spaces with one.
2023-08-30 14:25:42 +08:00
..
bindings Specify PySide version in bindings template 2023-05-20 13:05:43 +08:00
common Reformat the code 2023-08-03 21:08:07 +08:00
core Add Global Vars widget, dialog, context menus (#3203) 2023-08-04 10:17:35 +08:00
dialogs Add Global Vars widget, dialog, context menus (#3203) 2023-08-04 10:17:35 +08:00
fonts First code commit 2017-03-29 12:18:37 +02:00
img Various improvements for native macOS UI (#2776) 2021-09-23 16:09:51 +02:00
menus Fix compiler warning 2023-08-05 10:22:22 +08:00
plugins Fix fo/fortune command in python sample (#3076, Fix #3075) 2023-01-11 10:39:43 +01:00
python Code cleanup (#1535) 2019-05-17 13:40:50 +02:00
themes Various improvements for native macOS UI (#2776) 2021-09-23 16:09:51 +02:00
tools/basefind Add Tools > BaseFind + command line options (#3198) 2023-06-25 11:42:23 +08:00
translations@5c7c3bb645 Update translations (#3230) 2023-08-18 11:42:58 +08:00
widgets append rizin results in plaintext to include tabs etc (fixes #3193) (#3236) 2023-08-30 14:25:42 +08:00
CMakeLists.txt Add Global Vars widget, dialog, context menus (#3203) 2023-08-04 10:17:35 +08:00
CutterApplication.cpp Add Tools > BaseFind + command line options (#3198) 2023-06-25 11:42:23 +08:00
CutterApplication.h Add Tools > BaseFind + command line options (#3198) 2023-06-25 11:42:23 +08:00
CutterConfig.h.in Remove qmake (#2546) 2021-01-10 13:07:39 +02:00
Main.cpp Reformat the code 2023-08-03 21:08:07 +08:00
re.rizin.cutter.appdata.xml Bump version to v2.2.0 2023-03-13 14:12:46 +08:00
re.rizin.cutter.desktop Change Executable to Lowercase and use re.rizin.cutter everywhere 2021-01-25 22:09:19 +01:00
resources.qrc Various improvements for native macOS UI (#2776) 2021-09-23 16:09:51 +02:00