imbs
- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 19
-
已编辑于 [Solved] CMake Error in CLion 2018.3.3 But NOT in CLion 2018.2.7
已回答I 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... -
创建于 CLion Memory Leak? Catatonic Sometimes While Doing Background Code Analysis
已回答I 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.... -
创建于 "Expand All" in TODO Window? (2018.2 EAP)
已回答Title 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... -
创建于 CLion Doing "Crazy" Things; Regex Search Fails On Plain Text, Tabs Go To Different Columns On Adjacent Lines
已回答I 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... -
已编辑于 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... -
已编辑于 "Find in Path" Window Refuses to Move To Other Monitor
已回答I have a dual-monitor setup running CLion under LinuxMint 18. Lately I've noticed that when I do a Ctrl-Alt-F search for something, the resulting "Find in Path" window can be moved around on the mo... -
创建于 Can CLion Refactor Multiple if Statements Into a Single If Statement?
已回答I ran across some code I want to refactor, and I was wondering if CLion knows how to refactor it the way I want. Consider the following code snippet: if (aBool && *s == '4') { if (j != 0) { ... -
创建于 Upgrading PyCharm Community to PyCharm Pro on Linux
已回答I was running PyCharm Community and decided to upgrade to Professional. I [think] I have installed PyCharm professional on my LinuxMint machine (by running pycharm.sh in the tarball). When I do tha... -
创建于 DISREGARD: PyCharm CE Giving "exit code 1" on error, but no error information
Never mind. I discovered it was an import I was using (pexpect) that is catching all exceptions.I am actually trying to debug a much larger module and it quits without telling me anything, even a l... -
创建于 Braces in comment in JavaScript file marked as coding error
Try the following Javascript code in PyCharm:path = '/404';//capture bad url redirects starting with {{path_bad = '/200';The double braces at the end of the comment triggers syntax errors for the r...