Mark Sibly
- 活动总数 51
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 19
-
创建于 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... -
创建于 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... -
创建于 Disable automatic tests
已回答Hi, I frequently find CLion runs out of memory when using a reasonably large project (google's 'dawn' in this case - large but not massive!). The problem got so bad I splashed out on extra memory b... -
创建于 Uninstalling themes?
已回答I'm guessing this is easy but I can't seem to find how to do it - how do I uninstall a theme? Since updating to 2022.2 several of my installed themes have been flagged as incompatible and I get a n... -
已编辑于 Using emrun to run emscripten apps.
已回答Hi, Is there anyway to use the emscripten 'emrun' utility to launch emscripten apps from within CLion? I've tried changing the 'Executable' setting in the Run/Debug configuration to 'Custom Executa... -
创建于 'Next build error' short cut key?
已回答Hi, What's the shortcut key for 'next build error'? If I look up 'next error' in the 'find action..' dialog it says 'next highlighted error' is F2. But F2 only seems to cycle through issues/warning... -
创建于 clang-format on save doesn't alwways work.
已回答Hi, I am finding clang-format on save seems to be a bit erratic and I've managed to come up with a reproducible case: I have a source file with the following line in it: glClear(GL_COLOR_BUFFER_BIT... -
创建于 in template: call to '__builtin_operator_delete' selects non-usual deallocation function
已完成Hi, I keep getting this code-analysis warning pop-up in various random places: "In template: call to '__builtin_operator_delete' selects non-usual deallocation function" I'm not sure what's causing... -
已编辑于 Webstorm auto importing symbols?
Hi, I have noticed that simply adding a javascript script to a project directory seems to be enough for webstorm to consider the script 'added to the project'. Other scripts can then see symbols in... -
已编辑于 Super newbie question about 'universal' modules
Hi, I'm a new webstorm customer/js developer working on a chrome v3 extension. The project uses a module called 'psl.min.js' which works fine at runtime, but webstorm can't see any of it's symbols....