Skip to content

Commit 17158e9

Browse files
committed
Add 'ui.log.wordWrap' setting with a default of disabled.
1 parent 768bf0d commit 17158e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/logview.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,12 @@ class BINARYNINJAUIAPI LogView : public SidebarWidget, public FilterTarget
254254

255255
static void setLogLevel(BNLogLevel level);
256256
static void setLogSize(size_t maxSize);
257+
static void setWordWrap(bool wrap);
257258
static bool IsHexString(const QString& str, std::pair<int, int> offsetLen);
258259
static bool StartsWith0x(const QString& str, std::pair<int, int> offsetLen);
259260

261+
void notifyWordWrapChanged();
262+
260263
void notifyFontChanged() override;
261264
void notifyThemeChanged() override;
262265
void notifyViewChanged(ViewFrame* frame) override;

0 commit comments

Comments
 (0)