David Rees
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 53
-
Edited Reload CMake Project overwriting ./Makefile
I am using CMakeLists.txt solely to let CLion know about sources. I also have a Makefile which I use for actual building from the command line. At some point for one of my projects (project1) the d... -
Created Viewing combined idea.properties values
AnsweredThe article Changing IDE default directories used for config, plugins, and caches storage describes how IDEA reads and merges four idea.properties files. Is there a way from inside the IDE to see a... -
Created Unable to sort Settings >> version control list by directory
CompletedI seem to be unable to sort the Settings >> Version control list of available repos by directory. Clicking on Directory doesn't seem to do anything. Is there a trick I am missing? My project has ... -
Created increasing IntelliJ/CLion log file size
AnsweredIs there a debug log setting to have IntelliJ/CLion log larger files before rotating or have more files in rotation? We are getting so many errors they are chopped off (out of the full set). -
Created Get logs from attempted import of compile_commands.json compilation database
AnsweredAre there full logs dumped somewhere when CLion attempts to import a compile_commands.json compilation database? It would be helpful for us to be able to view all the errors/warnings that are gener... -
Created "Incorrect file specified" error when importing compilation_commands.json file
CompletedWhen importing a compilation_commands.json file I get a lot of errors like the following. Can you provide some more information what the error means so we can diagnose? Thx. Incorrect file specifie... -
Created How to Find all the subclass implementations of a function?
AnsweredIs there a way to find all the implementations of a function including subclass and superclass implementations? I'm thinking it would return a Find result, but it would "Found implementations" rath... -
Created Ability to filter structure in Structure Tool
AnsweredIs there a way to filter the structure in Structure Tool? For example to only show public members? -
Created Add a favorite for a class member (vs file)?
AnsweredThe documentation at https://www.jetbrains.com/help/clion/managing-your-project-favorites.html seems to implyyou can add a class member as a favorite (quote below). "You can arrange the most frequ... -
Created "cmake project is not loaded" message when using compilation database
AnsweredI am using the new compilation database integration. It is working well so far except for one recent problem. I am getting a "CMake project is not loaded" message that asks me to "Select CMakeLists...