Re: [Interest] alphabetize the symbol menu?

2022-04-27 Thread Mike Chinander
It's supposed to be fixed in QtCreator 8 https://bugreports.qt.io/browse/QTCREATORBUG-27392 https://bugreports.qt.io/browse/QTCREATORBUG-27411 On Wed, Apr 27, 2022 at 11:55 AM John Weeks wrote: > With the clangd code model in the latest versions of Qt Creator, we seem > to have lost the

[Interest] debugging on Macintosh

2022-04-27 Thread John Weeks
I recently lost the ability to debug on my Macintosh. To be sure, we are building with an oldish Xcode and a new Qt Creator. This morning, though, I downloaded Qt Creator 7.01. For a brief, shining moment, I was able to break at a breakpoint, single-step and all the rest. Then I tried again.

[Interest] alphabetize the symbol menu?

2022-04-27 Thread John Weeks
With the clangd code model in the latest versions of Qt Creator, we seem to have lost the ability to order the menu of symbols in an editor window alphabetically. That would be the menu in the bar above the area holding editor windows and views. Am I missing something? -John Weeks

Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-27 Thread Hamish Moffatt via Interest
On 27/4/22 18:25, Hamish Moffatt wrote: On 27/4/22 17:05, Alexander Carôt wrote: >>That's not guaranteed to work. Major versions 7 and 8 are unlikely to be compatible (else they wouldn't have changed the version number with all the difficulty that creates). Agreed, however, the question is if

Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-27 Thread Hamish Moffatt via Interest
On 27/4/22 17:05, Alexander Carôt wrote: >>That's not guaranteed to work. Major versions 7 and 8 are unlikely to be compatible (else they wouldn't have changed the version number with all the difficulty that creates). Agreed, however, the question is if anyone else besides me can reproduce the

Re: [Interest] QML issues after deployment

2022-04-27 Thread Alexander Carôt
Hello Ulf, I basically ported the QML based QtWebBrowser example app to Qt6, and as usual I expected macdeployqt to recognize all dependencies but this was not the case obviously (before deployment all is fine). Meantime I figured that the actual Qt git snapshot has been updated already and I

Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-27 Thread Alexander Carôt
>>That's not guaranteed to work. Major versions 7 and 8 are unlikely to be compatible (else they wouldn't have changed the version number with all the difficulty that creates).   Agreed, however, the question is if anyone else besides me can reproduce the issue so I can file a bug report.   At