Ernst Maurer

Avatar
  • Total activity 96
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 3
  • Subscriptions 30
  • Edited

    what is a correct include_directories for remote target?

    Answered
    remote development is there local Win10, remote RHEL6, remotely all works fine. locally no build and required code navigation only. so no libs , just includes . I've tried various cases, really it ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Edited

    open external URLs

    Answered
    There is a number of the external links in the IDE, which are an opening in the browser. usually I'm using Yandex Browser, but if this browser is a default in the system (Linux Mint 19.1 x64) nothi...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    Using sanitizers with visual representation

    Answered
    simple example is here   int global_array[100] = {-1};int main(int argc, char **argv) { return global_array[argc + 100]; // global buffer overflow}and option: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAG...
    • 4 followers
    • 12 comments
    • 0 votes
  • Created

    IDE Settings Sync

    Answered
    I'm using IDE Settings Sync plugin, but I see it marked as deprecated. (for sure, it stores settings somewhere on JetBrains servers, correct?) I see similar plugin Settings  Repository but it has v...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    need assistance to configure a deployment

    Answered
    all configured as described in the manual but two problems are there it auto-sync only changed files (sources) I really doesn't need this, I 'd like to sync an executable only, to configure GDB rem...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    errors/warnings grid

    unlike a few other IDEs, like VS or QtCreator, I could not find the mode of the output for errors and warnings messages. I'm talking about a grid/sheet which is a more readable than raw compiler ou...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Built-in terminal (Windows)

    Is it possible to inherit the environment in a terminal from IDE ?  sometimes it requires to perform an operations from CLI,  the tools like git , cmake/ctest/cpack, gdb , etc these are not availab...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    highlight for doxygen CLion 2016.2 EAP

    just checked that doxygen extension has been added to Settings | Editor | File Types ,  however no highlighting in the editor how to fix? 
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    class tree

    can't find in a view in clion to see full project classes tree pls assist
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    gtest TEST highlighted by clion parser.

    Hey (this is a my first day migration to clion+mingw.from qt creator+vc, so probably that is not an issue, but my inattention or misunderstanding) simple TEST: TEST(InsertSort, IsOutputSorted) { ...
    • 3 followers
    • 5 comments
    • 0 votes