HaikuArchives / LibWalter

A supplementary collection of classes and controls that are sorely missing from the BeOS API, such as spinners, expanders, color and font pickers, and others.
3 stars 5 forks source link

Move over Threading and stderr/out code from Paladin #8

Open adamfowleruk opened 4 years ago

adamfowleruk commented 4 years ago

MonitorWindow StreamingTextView CommandThread GenericThread CommandOutputHandler

Tests for all of the above

waddlesplash commented 4 years ago

This library is mostly supposed to be controls, so probably the CommandThread and the like should stay in Paladin.

adamfowleruk commented 4 years ago

Ah but the MonitorWindow and StreamingTextView depend on them. Not sure where else to put them otherwise so other people can use them? Any thoughts?

waddlesplash commented 4 years ago

Do other people need to use them? If not, then leave them in Paladin probably.

waddlesplash commented 4 years ago

FWIW, I had a plain-text ShellView in just one file and 2 classes for Heidi: https://github.com/waddlesplash/Heidi/blob/master/core/ShellView.cpp