Based on my old question Push long words in a new line, I search for a possibility to allow linebreak before a capital character in camel case terms.
For example the term createUnspecifiedNodeErrorMarker can be break into create-Unspecified-Node-Error-Marker.
\documentclass{scrartcl}
\begin{document}
\section{Test}
And another example the show must go on, but we have too less text (\textbf{createUnspecifiedNodeWarningMarker} and
\textbf{createUnspecifiedNodeErrorMarker}, sdjklashjksa \textbf{createUnspecifiedLinkWarningMarker} and
\textbf{createUnspecifiedLinkErrorMarker}).
\end{document}

