JadedCtrl / Chat-O-Matic

A multi-protocol chat program for Haiku
Other
15 stars 3 forks source link

Search through chat #19

Open JadedCtrl opened 3 years ago

JadedCtrl commented 3 years ago

Searching through the current chat buffer should be possible (meta-f or menu item).

Since the chat buffer doesn't display all logs, a button should be available in the search dialogue that offers to start TextSearch on the room's cache file (which contains all logs). To complement this, rooms' cache files might want to set their type to text/plain or something similar.

JadedCtrl commented 3 years ago

Half-way done with 3689f6cee3e0c59b4dd5bef101b41413eed423d7― META-f now calls TextSearch on the chat's log-file.