Ophidian14

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 80 total)
  • Author
    Posts
  • in reply to: Unsupported clang-format options #29716
    Ophidian14
    Participant

    Yes!!  It works.  Thank you.

    in reply to: Unsupported clang-format options #29713
    Ophidian14
    Participant

    That honestly would be a lifesaver.

    in reply to: Unsupported clang-format options #29709
    Ophidian14
    Participant

    Okay, but is there any way I can get it to ignore unknown options?  Instead of re-formatting in a completely wrong way?

    Ophidian14
    Participant

    Thank you, the problem ended up being my ordering of Intellisense directories.

    Ophidian14
    Participant

    Okay, well thanks.

    Ophidian14
    Participant

    Sorry to resurrect an old post but I basically have the same question.  I recently installed VisualGDB build 3595 into VS2017 and opened a C++ project.  The default color for many kinds of text (such as: C++ member function) was changed from black to a sort of maroon color (red 128, green 0, black 0).  It’s listed as the “default” on this screen: https://imgur.com/a/fPlX7oF  My question is what is causing the default color to change, and how can I revert the colors to the way they were?  I didn’t understand the advice to export/import settings, especially since they’ve already been changed now and I have no way to go back.

     

     

    in reply to: Changing an existing project to C++17 #25909
    Ophidian14
    Participant

    Also I’d like to ask a slightly different related question.  I follow the following steps:

    1.  Create a new Linux Cmake project targeting C++17.
    2.  Manually add the /opt/rh/…. include paths for devtoolset-8.
    3.  Add #include <optional> and declare a std::optional<int>.
    4.  I seemingly have to restart my project for the changes in #2 to correctly reflect in #3 (otherwise my usage of optional is red underlined and unrecognized) but I am not worried about this.

    At this point I change from Cmake build to Custom build step.  Immediately I lose support for C++17 and std::optional, they go red squiggly and the error console says “namespace std has no template optional” or something like that.  My question is, why does changing the build type lose me the C++17 support and how would I reintroduce it?

    in reply to: Clang IntelliSense C++ #24575
    Ophidian14
    Participant

    I don’t understand what was requested or what was changed but would like to.  I did static_cast< [Ctrl-Space] but just see a very long list of suggestions including things that are not types.  Can you provide an example of how to use this?

    in reply to: Intellisense for constructor argument lists #23954
    Ophidian14
    Participant

    Thank you!!  The fix works.

    in reply to: Intellisense for constructor argument lists #23937
    Ophidian14
    Participant

    Had a semi-related followup question.  I recently upgraded to build 2753 and in my project properties I see three choices for Intellisense engine.  Clang (default), VS2017, and “Advanced Clang Intellisense”.  I know what ‘VS2017″ is, but what’s the difference between the other two?  Is it what you could switch off about six months ago by clicking the Stopwatch icon and disabling…. something?  I can’t remember exactly what it was.

    in reply to: Intellisense for constructor argument lists #23936
    Ophidian14
    Participant

    Support contract is renewed.  Thank you for any assistance you can provide.

    in reply to: V. 5.4 prev. 8 references #22713
    Ophidian14
    Participant

    Is there an option to disable where you hover over something and it pops up the “Find All References” box automatically?  This functionality is not performant on my project and it spins up CppEngineHost64.exe to 100% and this locks up my machine.

    in reply to: V. 5.4 prev. 8 references #22578
    Ophidian14
    Participant

    I’m at 100% CPU, so much so that it slows down/almost locks up my computer at times.  I got the estimated time to display but the time just keeps going up and up.  One time I let it run overnight and when I came in the next morning, and tried to use it, it just started over and tried to rebuild it from scratch again.  What policy governs how this cache is invalidated?

    Attachments:
    You must be logged in to view attached files.
    in reply to: V. 5.4 prev. 8 references #22574
    Ophidian14
    Participant

    I would also like to disable this as it’s useless in my project, “updating global symbol cache” never completes even after an hour, I also noticed that the “estimate” of time remaining has been removed.

    in reply to: privacy issues using this tool #21687
    Ophidian14
    Participant

    What were the threats?

Viewing 15 posts - 1 through 15 (of 80 total)