Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
foxsquirrel
Total activity
44
Last activity
September 13, 2024 23:25
Member since
February 02, 2024 18:05
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
19
Activity overview
Posts (13)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
September 13, 2024 23:25
Yes, it is possible. I don't use ROS, however it would be the same as other c++ projects. You will have to set up remote builds and build the code on your target. It will function just like your lo...
Community
CLion
ROS C++ code debug with CLion
0 votes
Edited
July 05, 2024 16:44
Yes, that is correct. My view is different and it does not work, it only has a drop down that has urls that have been entered by hand. Other places have the same issue, it seems like a java related...
Community
CLion
Why is copy and paste disabled in Clion "Get from version control"
0 votes
Created
May 16, 2024 10:31
Hit shift twice, type in code folding (toggle folding), do this while your cursor on the line with …
Community
CLion
Disable doxygen
0 votes
Created
May 09, 2024 16:07
I don't work with the stm products, however all our other boards work fine. We are using ssh / ethernet to connect. How are you trying to connect?
Community
CLion
STM32C0x
0 votes
Created
February 26, 2024 23:01
Thank you Anna.
Community
CLion
Looking for IDE enviroment variable that is tied to /tmp/tmp.85zGxtQYYq/cmake-build-debug-remote-imx8/test_GTK4
0 votes
Created
February 13, 2024 17:35
In the project tree create a directory my_test_directoryMove your “mqtt/client.h” into that directory.CMakeLists.txt add this line include_directories(my_test_directory) Right click and reload cma...
Community
CLion
Cannot Include Libraries
0 votes
Created
February 12, 2024 02:13
Click on it and in the upper right corner, clear all.
Community
CLion
Disable flashing red exclamation mark indicator "IDE Internal Error Ocurred"
0 votes
Created
February 06, 2024 18:19
Thank you very much for being so very helpful and accurate. file(COPY) worked perfectly to get the files on the remote board and locally.
Community
CLion
How to install a file set on remote target using cmake?
0 votes
Created
February 05, 2024 00:23
Hello Anna,Thank you very much for that information, I just checked the box and set the environment variables and the wayland compositor launches GTK. Additionally, pthread.h and signals.h are also...
Community
CLion
How to disable VM that is running. It interferes with epoll.h and pthreads.h
0 votes
Edited
February 03, 2024 20:17
#include <iostream>#include <bits/stdc++.h>int main() { std::cout << "Hello, World!" << std::endl; std::cout << sqrt(25); return 0;} Hello, World!5Process finished with exit code 0 It is w...
Community
CLion
#include<bits/stdc++.h> cannot work
0 votes