I'm also looking for a way to enable comfortable QML editing in VS. At the moment it's just opening QML files as plain text, so even comment/uncomment shortcuts don't work.
I'm on VS 2013. Anybody has a solution?
The default behaviour for the way lldb searches files included thus doesn't play nicely with .c file inclusion. Performing the following should resolve the problem;
settings set target.inline-breakpoint-strategy always
should sort the issue. Getting Qt Creator to use/set this value persistently is a different issue.
HTH.
Hi,
Actually, we are compiling Squish Code with modified QT code then only we are able to use it for our application. During compilation, we stuck at many places and Frologic support is lackluster and poor. So we face lot of problems.
~Raushan
I just found out that Qt Creator has already some limited support for Doxygen comment generation.
Just type "/**" in front of a method declaration and press <Enter> and you will get at least a simple Doxygen-Stub.
The plugin has some more functionality but in my opinion it's better than nothing.
Hi,
I'd say it's material for a feature request however if you select the panel and hit Ctrl+F you should get the last written value in it
If you select/search a text then hit Ctrl+Shift+F you should get to the global search panel with the search line pre-filled with that text
Glad you found out and thanks for sharing !
Since it's now working, can you please update the thread title prepending [solved] so other forum users may know a solution has been found :)
On a side note it's Qt, QT stands for Apple QuickTime
You're welcome !
Since you have them working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
[quote author="SGaist" date="1419983241"]Hi and welcome to devnet,
It's been some times since I've used that but shouldn't you rather use PRE_TARGETDEPS ?[/quote]
I used all combinations but with no luck, unfortunately