IC
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 27
-
Created What is the best way to review a VCS branch in any of the IDEs?
AnsweredI made a feature and wanted to review changes straight in the editor as a single changeset. I don't use internal built-in VCS features for maintaining my git branch, all i have is a master branch a... -
Created Why CLion can't create a Python project?
AnsweredCLion is not able to create python projects, however, it can create Rust, React and other not-related to CMake ones. Python Community plugin is installed The problem of creating python-based projec... -
Edited How to run and debug a GUI application on WSL2?
AnsweredI've setup VcXsrv client on windows Addedexport DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0export LIBGL_ALWAYS_INDIRECT=1 into `~/.bashrc` of the WSL Ubuntu dist... -
Edited Can i use MinGW GDB debugger with Visual Studio toolchain?
AnsweredI have issues with bundled LLDB debugger (it skips memory violation accesses and doesn't give enough info about crash) and want to replace it with something more usable and working. When i set a pa... -
Created Why CLion doesn't support UE4 out-of-the-box?
AnsweredI have a CLion license for my weekdays job and I also want to make use of it for my new hobby, development for UE4. Why C++ oriented IDE doesn't support C++ programming-oriented engine and you add ... -
Edited Is it possible to show namespace first then symbol name in symbols search popup?
CompletedI have to search through symbols based on their namespace but the names are sometimes very long compared to the namespace names. Is there a way to change the formatting in that window so that the s... -
Created Unwanted line breaks in run window
AnsweredI don't understand the reason why clion breaks lines in application output window -
Created Compile folder of files or multiple selected files?
AnsweredIs there a way to compile a folder or multiple files in CLion? I think this feature it's pretty straightforward to implement (if it doesn't exist yet). Maybe it should show a window with patterns o... -
Created Is it possible to show untracked files in changelists?
AnsweredCurrently, intellij products don't show files untracked by git in default changelist. Is it intended? I think it would be useful thing -
Edited Pale colors in autocomplete window
AnsweredTheme: Darkula ColorScheme: GapStyle IntelliJ IDEA 2018.2.2 (Community Edition)Build #IC-182.4129.33, built on August 21, 2018JRE: 1.8.0_152-release-1248-b8 amd64JVM: OpenJDK 64-Bit Server VM by Je...