Qt 6.11 is out! See what's new in the release
blog
Platform specific code in QtCreator
Qt Creator and other tools
3
Posts
3
Posters
3.7k
Views
1
Watching
-
Does anyone know if its possible to 'hide' platform specific code when viewing source code in QtCreator ? Sometimes it would be much more easy to read code if i could temporary hide all Q_OS_SYMBIAN and etc. code.
-
Code folding for #ifdef statements is a long standing feature request: "QTCREATORBUG-2":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2
So far we did not get round to implement it, but we would be happy to accept patches.