imbs
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 19
-
Edited [Solved] CMake Error in CLion 2018.3.3 But NOT in CLion 2018.2.7
AnsweredI have a project that is for a stand-alone FPGA. I can't compile it in CLion (must use vendor's compiler), but I have been using CLion for source code editing anyway because the navigation in CLion... -
Created CLion Memory Leak? Catatonic Sometimes While Doing Background Code Analysis
AnsweredI tend to have many instances of CLion and PyCharm running simultaneously, and I will often leave them all running for days on end (I almost never turn my computer off). Ever since installing 2018.... -
Created "Expand All" in TODO Window? (2018.2 EAP)
AnsweredTitle about sums it up. I'm using 2018.2 EAP. I want a full listing of all [possibly filtered] TODO items displayed in the TODO (Alt-6) window, but I don't see an expand all button, which means I h... -
Created CLion Doing "Crazy" Things; Regex Search Fails On Plain Text, Tabs Go To Different Columns On Adjacent Lines
AnsweredI just noticed this an hour or so ago. I rebooted my machine, reindexed CLion project files. Still 'crazy'. The first indication was when I tried a global search for a variable, and it got ZERO hit... -
Edited Not Locating CUDA Compiler
I have a project that I am just starting to use CLion on. The existing CMakeLists.txt file contains the following lines: cmake_minimum_required(VERSION 3.10 FATAL_ERROR)project(myProj LANGUAGES C C...