Mark Sibly
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 19
-
Mark Sibly created a post, Enable softwrap for filetypes?
Hi,I realize I can enable ‘soft-wrap’ via view→active editor for the current document, but is there any way to do this permanently for a file type?In my current siutation, I am editing a bunch of .... -
Mark Sibly created a post, NOLINT becoming less effective over time?
Hi,Is it just me or is // NOLINT not doing a whole lot these days?It used to turn off the warning underlines in source code, but these days only infrequently seems to work. The latest example I've ... -
Mark Sibly created a post, Restart required after syncing settings
Hi,I recently installed CLion on MacOS and it's generally working great, except each time I start it up after using the Windows version I get the following alert:Restart the IDE to complete the fol... -
Mark Sibly created a post, AnsweredSwitching between 'replace' and 'codeview' panes in 'replace in files' results dialog using keyboard?
Hi,Is there any way to switch between the ‘results’ & ‘codeview’ panes in the ‘replace in files’ results dialog using the keyboard only? You can step through the results using up/down arrow, but ca... -
-
Mark Sibly created a post, CompletedDisable doxygen
Hi,OK, no answer to my earlier doxygen questions, so how do I go about disabling doxygen in the editor - it's started hiding my doxygen groupings behind //… blocks but I'd rather be able to see the... -
Mark Sibly created a post, Inline doxygen issues
Hi,For some reason QtCreator has recently - but only intermittently - decided to start showing my doxygen docs ‘inline’ in the IDE.This is kind of cool, but it seems to be doing a pretty bad job. F... -
Mark Sibly commented, -
Mark Sibly created a post, Too many run configurations
Hi,I'm using cmake's FetchContent system to add an external git repository to my project.This works well, except the external project declares 200+ targets which has made my run configuration gadge... -
Mark Sibly created a post, Excluding external subprojects from being added to run configurations...
Hi,I've recently starting using cmake's FetchContent system to add external projects to my CLion project. This largely automates the process of ‘importing’ an external project in a git repository i...