Ernst Maurer
- 活动总数 96
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 3
- 订阅数 30
-
已编辑于 Using sanitizers with visual representation
已回答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... -
创建于 IDE Settings Sync
已回答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... -
创建于 need assistance to configure a deployment
已回答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... -
已编辑于 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... -
已编辑于 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... -
创建于 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? -
-
创建于 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) { ...