History log of /haiku/src/apps/webpositive/ConsoleWindow.cpp
Revision Date Author Comments
# d2283cd8 14-Mar-2023 Humdinger <humdingerb@gmail.com>

Web+ console: Show count of repeated lines

In order not to fill up the console with identical strings, show
a count of the repeated lines instead.

When the console is cleared, make sure the repeating line is inserted
by resetting the fPreviousText.

Plus a minor style fix.

Change-Id: I408a24e59a04c9e51d4ede3f272f7ca23a19b432
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6206
Tested-by: Automation <automation@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# c7571028 17-Mar-2023 Humdinger <humdingerb@gmail.com>

Web+ console: Add "Copy" button

Adding a "Copy" button makes the feature discoverable.
If nothing is selected, copy all items.

Change-Id: I2004ceb621628e01018cc90ec80033b3797c4c02
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6212
Tested-by: Automation <automation@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# 4c2d3a38 11-Mar-2021 Humdinger <humdingerb@gmail.com>

Web+: Copy script console items to clipboard

For easier bug reporting.

* Allow multiple selected items
* Copy the selected items to clipboard with ALT+C
* Remove unnecessary horizontal separator
* Adjust spacing around list and button

Change-Id: Ie8fb104b85e95acec92bd6226779d4de7ee11878
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3769
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Reviewed-by: Axel Dörfler <axeld@pinc-software.de>


# d665b263 21-Mar-2014 Jonathan Schleifer <js@webkeks.org>

Fix compilation of WebPositive on x86_64


# 8512f7b0 16-Mar-2014 Zhuowei Zhang <zhuoweizhang@yahoo.com>

Added a simple window to display console messages (fixes #10410)

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# d665b2637eb2792c3d3727f436dfb5a7de1f1858 21-Mar-2014 Jonathan Schleifer <js@webkeks.org>

Fix compilation of WebPositive on x86_64


# 8512f7b05659884cb4f2e5ddf68afe17ae133c53 16-Mar-2014 Zhuowei Zhang <zhuoweizhang@yahoo.com>

Added a simple window to display console messages (fixes #10410)

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>