[Qt-creator] [Q] GlslHighlighter in GLSL plugin

2016-09-11 Thread Andy
he developer assumed the style would be the default colours and wanted to highlight the reserved words in red? (Aside: I would suggest that the style in the Nim plugin of using a map is probably clearer/better than having lists in two files that require order syncing like this.) --- Andy

Re: [Qt-creator] Qt Creator Sharing Project Configurations

2016-09-28 Thread Andy
If anyone is taking this on, it would be nice to have support for EditorConfig files. http://editorconfig.org/ --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Sep 28, 2016 at 4:37 AM, Tobias Hunger wrote: > On Di, 2016-09-27

[Qt-creator] QtC 4.3 on macOS 10.12.5

2017-06-26 Thread Andy
or not. This project is over a decade old, so I don't think it's anything I've done to it... Any suggestions? It makes it almost unusable for me because I use those two features heavily. Is there some other setting I'm missing somewhere? Thanks! --- Andy Maloney //

Re: [Qt-creator] QtC 4.3 on macOS 10.12.5

2017-06-27 Thread Andy
ay to completely re-index a project if I need to in the future? I don't know what's going on, but since I'm in Copenhagen I'll blame Loki. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Tue, Jun 27, 2017 at 8:40 AM, Nikolai

[Qt-creator] 4.3.1 & cmake project configuration

2017-07-08 Thread Andy
the actual CMake app where you can filter and group the settings properly. (And please let me resize the list so I can actually read everything.) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> _

Re: [Qt-creator] 4.3.1 & cmake project configuration

2017-07-09 Thread Andy
On Sun, Jul 9, 2017 at 3:51 AM, Tobias Hunger wrote: > Hi Andy, > > On Jul 9, 2017 03:32, "Andy" wrote: > > I created a new entry under Build & Run for 5.9.1. I started to configure > the project in the CMake section and it now just says "Configuration &g

[Qt-creator] valgrind on macOS 10.12

2017-07-31 Thread Andy
Does anyone have any idea how to work around this: https://bugreports.qt.io/browse/QTCREATORBUG-18473 The problem is valgrind 3.12 doesn't work on macOS 10.12, and valgrind 3.13 (which does) doesn't work with Qt Creator, so we can't use it at all. Thanks. --- Andy Mal

Re: [Qt-creator] Qt Creator beautifier plugin vs. built-in code style

2017-08-22 Thread Andy
is: { public: void foo(); } But not the one I want, which is this: { public: void foo(); } If anyone has clues on how to accomplish this I'll be a happy humanoid. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On T

Re: [Qt-creator] Qt Creator beautifier plugin vs. built-in code style

2017-08-22 Thread Andy
maybe a non-standard "AutoFormatOnSave" option could be added to it? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Tue, Aug 22, 2017 at 9:18 AM, Eike Ziller wrote: > > > On Aug 22, 2017, at 14:36, Andy wrote: > >

Re: [Qt-creator] Qt Creator beautifier plugin vs. built-in code style

2017-08-22 Thread Andy
dard format O Use custom format O Use configuration file --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Tue, Aug 22, 2017 at 9:44 AM, Nikolai Kosjar wrote: > On 08/22/2017 03:33 PM, Andy wrote: > >> Cool - thanks Eike! >>

[Qt-creator] CMake config failure == unfixable

2017-08-29 Thread Andy
I get a completely blank configuration with errors pointing at the paths from step 2. Is there a way to avoid using this config interface completely and just use the CMake application like we used to do? Thanks. --- Andy Maloney // https://asmaloney.com t

Re: [Qt-creator] CMake config failure == unfixable

2017-08-31 Thread Andy
On Thu, Aug 31, 2017 at 4:37 PM, Tobias Hunger wrote: > Hi Andy, > > Sorry, I left this as a draft and right to send it:-( > > On Aug 29, 2017 20:15, "Andy" wrote: > > I'm trying to config a relatively complex project with Qt Creator 4.3.1. > > 1. I se

[Qt-creator] 4.4 Freezes/crashes

2017-09-08 Thread Andy
0106adb9e1 main + 15793 34 libdyld.dylib 0x00007fffd797a235 start + 1 --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt-project.org http://list

Re: [Qt-creator] 4.4 Freezes/crashes

2017-09-09 Thread Andy
I'm not able to reproduce that, but the crash I describe makes 4.4.0 unusable, unfortunately. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Sat, Sep 9, 2017 at 3:45 AM, Ariel Molina wrote: > I experience crashes on help R

Re: [Qt-creator] 4.4 Freezes/crashes

2017-09-11 Thread Andy
Thanks for the info Nikolai - that's helpful. I will try that when I can and report back. Given that nothing I need at the moment is working correctly on macOS right now (valgrind, Qt3D, QtWebEngine, Qt Creator, VMware + OpenGL) it might be a sign I need to take a break though :-) ---

[Qt-creator] Update process

2018-02-15 Thread Andy
me). So it takes me roughly 5 minutes before I'm actually downloading anything. (Actually longer because I clicked the "Go back" button by accident so it downloaded it... again.) Is this working as intended? Surely the manifest(s) should be cached and only downloaded if they have

[Qt-creator] Updating Part II

2018-02-15 Thread Andy
rt the maintenance tool (which will proceed to download the manifest yet again - see previous email :-)) - but for most software installers, "Restart" means to restart the machine. - It should not be the default button. --- Andy Maloney // https://asmaloney.com twitte

Re: [Qt-creator] Update process

2018-02-15 Thread Andy
Unfortunately it has happened to me since I started using the maintenance tool, so I don't think it's a server being overloaded. Just decided to speak up this time :-) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Thu, Feb

Re: [Qt-creator] Update process

2018-02-16 Thread Andy
Thank you everyone. Surprised there's no cacheing, but glad it's a known issue :-) Voted! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Feb 16, 2018 at 3:30 AM, Eike Ziller wrote: > Afaik the opensource online con

Re: [Qt-creator] Updating Part II

2018-02-16 Thread Andy
rt" button should be renamed --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Feb 16, 2018 at 2:58 AM, Bullinger, Julius < julius.bullin...@intel.com> wrote: > [top-posting for consistency] > > > > Also, k

Re: [Qt-creator] [Development] Requesting repository for telemetry plugin in Qt Creator

2018-02-22 Thread Andy
If non-Qt Company people have a voice, I'm with Simon. More info is needed. Do you see this shipping as a built-in plugin for Qt Creator? If so, would this data collection be opt-in? How is the user informed about exactly what is being collected and how the data is used? --- Andy Ma

Re: [Qt-creator] [Development] Requesting repository for telemetry plugin in Qt Creator

2018-02-22 Thread Andy
Repository: qt-creator/plugin-telemetry > > > > > > --- > > Tino Pyssysalo > > Senior Manager > > > > The Qt Company > > Hämeenkatu 14 C 25 > > 33100 Tampere, Finland > > tino.pyssys...@qt.io > > +358 40 8615475 <+358%2040%208615475> > > http://qt.io > > > > The future is Written with Qt > > --- > > > > > > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator > > --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

[Qt-creator] valgrind command line?

2018-02-23 Thread Andy
Is there a way to see the command line in Qt Creator when using valgrind/memcheck? I'm trying to debug a valgrind issue on macOS and it would be useful to see what Qt Creator is using. (It would be nice if that showed up in the Application Output tab.) Thanks! --- Andy Maloney //

Re: [Qt-creator] valgrind command line?

2018-02-23 Thread Andy
I can see the future! Thank you. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Feb 23, 2018 at 6:53 AM, Orgad Shaneh wrote: > Done in 4.6 :) > > בתאריך 23 בפבר׳ 2018 13:47,‏ "Andy" כתב: > >> Is ther

Re: [Qt-creator] Crazy improvement idea #2

2018-03-14 Thread Andy
hat some things that pop up beside the cursor get in the way because they are too long or I'm not even trying to activate it, but the contents can be useful sometimes. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Mar 14

[Qt-creator] Qt Creator 4.6 & editor messages

2018-03-28 Thread Andy
"QApplication::processEvents();" and telling me that there is no matching function call. I guess something isn't recognizing default arguments, but... what? Code model? Clang-tidy? Clazy? Thanks! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twi

Re: [Qt-creator] Qt Creator 4.6 & editor messages

2018-03-29 Thread Andy
amp; have to guess if it's going to come back to me or just hang - trying to isolate.) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Mar 28, 2018 at 2:58 PM, Andy wrote: > Great work on getting 4.6 out! > > This is cool.

Re: [Qt-creator] Qt Creator 4.6 & editor messages

2018-03-29 Thread Andy
own qmake-based, one open source cmake-based), but I haven't yet figured out what that might be. I guess if I'm the only one experiencing it, then... --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Thu, Mar 29, 2018 at 10:

[Qt-creator] {macOS} Clang Static Analyzer failing

2018-04-07 Thread Andy
ents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/float.h:69:15: fatal error: 'float.h' file not found #include_next ^ (If is of interest I can attach it.) Is the include from Qt Creator.app supposed to be finding the include within the Xcod

Re: [Qt-creator] Qt Creator 4.6 & editor messages

2018-04-09 Thread Andy
.0.0 (clang-900.0.39.2), Qt Creator installed via maintenance tool) Thank you! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Apr 4, 2018 at 2:25 AM, Nikolai Kosjar wrote: > On 29.03.2018 15:46, Andy wrote: > >> It m

Re: [Qt-creator] make stalling on OSX

2018-04-16 Thread Andy
I have this issue too (macOS 10.12.6 w/Qt Creator 4.6). Usually if I just switch the editor using Option-tab it continues ok. I also get these (or something like them) when doing "Follow symbol under cursor" and "Rename symbol" sometimes. --- Andy Maloney // https://a

Re: [Qt-creator] How to put custom build steps into Git?

2018-07-06 Thread Andy
gitVersion.h On Windows I have cygwin installed, so bash may be found. Maybe this trades one type of config for another, but I already use cygwin for many things so I have it installed on all my Windows build machines. Another limitation is that it executes every build, but I'm willi

Re: [Qt-creator] How to put custom build steps into Git?

2018-07-06 Thread Andy
ds a small file. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Jul 6, 2018 at 11:47 AM Murphy, Sean wrote: > Thanks guys! Actually I think a combination of both your suggestions might > work better than what I have curren

Re: [Qt-creator] What's the crash?

2018-07-16 Thread Andy
e in the thread menu which thread crashed along with the reason. Maybe add to the menu entry: "#0 - crashed (division by zero)" or something like that. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Mon, Jul 16, 2018

[Qt-creator] Formatting of "using" with structs

2018-10-19 Thread Andy
Do I have something set incorrectly or is it just a bug? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] Formatting of "using" with structs

2018-10-20 Thread Andy
: struct FooInfo { QString name; QString code; }; I assume this has to do with the setting for public/private indentation, though I would expect if those keywords aren't present it wouldn't add the extra indent. --- Andy Maloney // https://asmaloney.c

Re: [Qt-creator] Qt creator + Clang model = major annoyance

2019-01-08 Thread Andy
ature less useful from a usability standpoint. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Tue, Jan 8, 2019 at 12:47 PM Marco Bubke wrote: > We collect the diagnostics as we compiling the translation unit for > completion, high

[Qt-creator] cmake w/Windows

2019-01-26 Thread Andy
about a dozen combinations), I get this error. How do I get this to work? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

Re: [Qt-creator] cmake w/Windows

2019-01-28 Thread Andy
On Mon, Jan 28, 2019 at 4:59 AM Tobias Hunger wrote: > On Sat, 2019-01-26 at 11:52 -0500, Andy wrote: > > I'm having problems getting cmake setup with Qt Creator under Windows. > > > > - I have cmake installed from the official release (3.13.3) > > - cmake is in

Re: [Qt-creator] QtCreator 4.9 and Clang Tidy Feedback

2019-02-20 Thread Andy
about what to keep using. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Feb 20, 2019 at 8:36 AM Michael Jackson wrote: > > On Wed, Feb 20, 2019 at 3:14 AM Nikolai Kosjar > wrote: > >> On 2/19/19 3:19 PM, Michael

[Qt-creator] Editor style setting for a submodule (+EditorConfig)

2019-03-03 Thread Andy
as well? I don't see anything here: https://doc.qt.io/qtcreator/creator-code-style-settings.html Thanks! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt

Re: [Qt-creator] Editor style setting for a submodule (+EditorConfig)

2019-03-04 Thread Andy
e not used for formatting while typing" That's what I was looking for and why I mentioned EditorConfig since it seems to be well supported across editors. Looks like it generally only supports whitespace formatting though - but even this would be useful! --- Andy Maloney // https:/

[Qt-creator] Turn off scan for tests per project?

2019-07-17 Thread Andy
Is there a way to turn off the scan for tests for a specific project? I'm opening a huge cmake project and it takes minutes to do this scan on every single cmake change. (I can turn it off completely, but I'm looking to just turn it off on this one project.) --- Andy Maloney

Re: [Qt-creator] Turn off scan for tests per project?

2019-07-17 Thread Andy
nt to stress test Qt Creator, they should grab the Unreal source code :-) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Jul 17, 2019 at 7:30 PM Christian Gagneraud wrote: > On Thu, 18 Jul 2019 at 10:18, Andy wrote: > >

Re: [Qt-creator] Turn off scan for tests per project?

2019-07-17 Thread Andy
It's on GitHub, but in a private repo. You have to sign up with Epic separately before you can gain access: https://github.com/EpicGames/Signup It's so they can have you "sign" a EULA/rights assignment for any modifications. --- Andy Maloney // https://asmaloney.com

Re: [Qt-creator] Turn off scan for tests per project?

2019-07-18 Thread Andy
t;I didn't find any tests to run, so I can stop looking for them each time this project is loaded. You can turn this scan on or off in . You can find out more about Autotests ." This would also help make the Autotests feature more visible. --- Andy Maloney // https://asmaloney.com tw

Re: [Qt-creator] Unable to debug with latest XCode

2019-10-02 Thread Andy
don't get the QML popups.) In the debug panel it says "Setting up inferior..." whatever that means (see attached). --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Oct 2, 2019 at 10:43 AM Jason H wrote: > I upgr

Re: [Qt-creator] ?==?utf-8?q? Setup of CMake based projects

2019-10-09 Thread Andy
Cornelis: You aren't the only one! I always have to pause and look hard at this dialog - and I'm never sure I chose wisely. This has come up at least once or twice on this list and there may be already be an issue for it in the system. --- Andy Maloney // https://asmaloney.c

[Qt-creator] {macOS} Where to set CMAKE_MAKE_PROGRAM?

2020-04-07 Thread Andy
", but that didn't do anything. Where am I supposed to set this so Creator can find ninja? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt-projec

Re: [Qt-creator] {macOS} Where to set CMAKE_MAKE_PROGRAM?

2020-04-09 Thread Andy
install path to the environment setting of my kit. This resulted in the same error. $ ninja --version 1.10.0 This is the most recent ninja release. This seems way harder than it should be. Maybe a way to set the path to ninja explicitly in the interface could be added? --- Andy Maloney // h

Re: [Qt-creator] {macOS} Where to set CMAKE_MAKE_PROGRAM?

2020-04-10 Thread Andy
rivate/var/folders/xs/ktjsndz94095_l042qqprtb4gn/T/QtCreator-mxDtQs/ I did try deleting that and my build directory to start from scratch and still nothing worked. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Thu, Apr 9,

Re: [Qt-creator] {macOS} Where to set CMAKE_MAKE_PROGRAM?

2020-04-14 Thread Andy
the "official" CMake application to handle my configuration instead? I find it much more intuitive. Or is this too tightly integrated? Thanks everyone for your help! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Tue, Apr 14, 2020

Re: [Qt-creator] {macOS} Where to set CMAKE_MAKE_PROGRAM?

2020-04-14 Thread Andy
e the feature is disabling a plugin) and it won't let me. It didn't always do this - it's relatively recent. It feels like a cache thing, because sometimes I also get that confusing dialog about applying changes to cache or project popping up at strange times. --- Andy Maloney //

[Qt-creator] Qt Creator 4.13 & clazy-standalone

2020-08-27 Thread Andy
- Display available options (--help-hidden for more) --help-list - Display list of available options (--help-list-hidden for more) --version - Display the version of this program Was Qt Creator 4.13 shipped with an incorrect clazy-standalone versi

[Qt-creator] (Windows) CDB failing in "setup engine"

2021-01-15 Thread Andy
earch path", but as far as I know I'm not doing anything to that. I have: - checked that it's using the x64 not the x86 version - repaired Windows 10 SDK 10.1.19041.1 - reinstalled Windows 10 SDK 10.1.19041.1 Any idea what to try next? --- Andy Maloney // https://asmaloney.com twi

Re: [Qt-creator] (Windows) CDB failing in "setup engine"

2021-01-15 Thread Andy
optimal - add to the text at the top?) Spent a good while trying to track that down. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Jan 15, 2021 at 7:47 AM David Schulz wrote: > Hi Andy, > > > > The symbol search pa

Re: [Qt-creator] (Windows) CDB failing in "setup engine"

2021-01-15 Thread Andy
t"? And why doesn't a dialog pop up to tell me that "bar.dll is missing" when I run it in QtC? I swear I've seen that before. (And... CDB just... crashes?) I'm obviously not a Windows guy... Thanks David. --- Andy Maloney // https://asmaloney.com twitter ~ @asmalone

[Qt-creator] Turn off "suggest-override" clang-tidy warning?

2021-05-07 Thread Andy
tion I can find relating to overrides is called "modernize-use-override" which I have turned off. https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/modernize-use-override.html Using the clang-tidy included with Qt Creator 4.15 macOS 10.14.6 --- And

Re: [Qt-creator] Turn off "suggest-override" clang-tidy warning?

2021-05-10 Thread Andy
eep deprived.) Adding "-Wno-suggest-override" to analyzer's Clang Warnings DOES fix it, so thank you! Still don't understand where it's coming from though. I'm also confused why we have Clang Warning "Diagnostic Configurations" under both the "C++ -> Co

[Qt-creator] Fix line height?

2022-01-19 Thread Andy
M.png] Thanks! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator

[Qt-creator] Rename Symbol Under Cursor

2023-03-29 Thread Andy
_new". I never want to use "_new" (and can't imagine anyone really does?) so I have to remove it every time. How do I turn this off? I can't find anything in the prefs. (I use rename a lot). Thank you. --- Andy Maloney // https://asmaloney.com mastodon ~ @asmalo...@fosst

[Qt-creator] Reminder: Qt Code of Conduct

2020-07-14 Thread Andy Shaw
he Qt community has been a fundamental aspect of the Qt Project since the beginning, let's keep having a nice and welcoming environment to everyone. Thank you for your time, Andy -- Andy Shaw The Qt Company ___ Qt-creator mailing list Qt-creator@qt-p

[Qt-creator] QTCreator + CMAKE Project View.

2017-06-29 Thread Page, Andy (UK)
I can't believe I am the only person to have queried this behaviour. When I run CMAKE from QTCREATOR - I don't see source files associated with individual CMAKE targets(libraries / exes) rather I see all source files. i.e. I don't necessarily see which files go with which targets, and more than