Ernst Maurer
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 30
-
Edited Navigate methods inside a unit (Ctrl+F12)
Answeredcould you explain that case when I have a number of functions implementation inside one translation unit with an equal names, e.g. have a base class and three derived, base class contains pure virt... -
Created enable scl devtoolset
Completedhi I'm working using CLion from Win10 to CentOS(RHEL7), and need to use non-default toolchain for the build my project cmake based and potentially can be built and debugged via CLion (without ex... -
Edited calculate constants
Answeredis it possible and how to enable : calculate constants and show the values in the code while editing? similar to visual studio work -
Created JIRA task tracker - auth with captcha
our jira requires captcha on each login, clion shows me an error that : error, enter captcha in web interface. does it suppose that I should run browser by myself and log in? I 'm doing this with... -
Edited quick switch between targets, possible?
there are three targets in my project, but really that is workaround: the project is remote and NON-cmake based, so the configuration looks like: 1. first target in cmake is just for an indexing th... -
Edited Maximize tool window
Answeredthere is very useful key: Maximize tool window, unfortunately this is not similar to Eclipse - where this ability is a universal for ANY window in focus, anyway, current functionality would be eno... -
Edited CLion - PyCharm plugin remote?
AnsweredHello team any chance that PyCharm plugin will be adopted for remote work, similar to full-functional PyCharm IDE? P.S. extra question about python learning :) I see EduTools plugin is available ... -
Edited default remote toolchain vs default deployment server
In my practice, I'm working on WIn10 machine and two remote hosts (RedHat), with a different configurations. of course , there are two pairs: two remote toolchains and two deployment servers. so a ... -
Edited ssh config windows
Answereddoes clion use <user>/.ssh/config for remote toolchain and for deployment servers? the question is related with a need to suppress ssh warning message from remote /etc/issue, which affects cli... -
Created Ignored VCS files under specified directory
I see the documentation about that, and here but it's not clear how to specify the case like this: /project_root/some/path/1/build/debug/* /project_root/some/path/1/build/release/* ... /project_roo...