I don’t know about anyone else, but I seem to keep finding really useful methods in JUCE that I didn’t notice straight away, or which aren’t where I’d expect them to be, so I’m wondering if it would be a good idea to start a thread to list them?
For example, two of my recent discoveries are:
Font::setDefaultSanSerifFontName() : Sets the default font JUCE uses - useful for skinning etc.
File::startsAsProcess() : Attempts to launch the file as an executable, or open it with the default application associated. I actually wrote a whole class (cross-platform too) to do this myself, before I realised JUCE could already do it for me.
So anyway, is this a good idea, or am I the only one who doesn’t read the docs properly?
- Niall.