Nikolay Pelov

- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 17
-
Edited Can't run cygwin64 program in terminal
Update: The problem only exists when the project is located on a network driveI made a simple udp program that echoes udp packets. It listens on port 8089. I doesn't run in built in terminal - retu... -
Created Set python path when using mingw
Hi, I'm using clion with esp idf. I set it up according to this video. Some time ago the tutorial worked fine, but now it doesn't. After debugging for a while I found out that it uses python execut... -
Created phpstorm keeps suggesting something that I never use as first autocomplete option
With phpstorm the first place in autocomplete is usually the one I'm looking for. But when I try to autocomplete intval (intv->ctrl-space) I always get intltz_get_tz_data_version as first option. I... -
Created How to make CLion work with Arduino and other embedded tools (Microchip XC ... etc)
The biggest part of this questions is "How do I add include directory into CLion for inspection to work properly?". I guess running build can be done relatively easily. -
Created Rebuild function in CLion (clean build)
AnsweredIs it possible to Rebuild a project (clean, then build) in CLion like in other ides (IntelliJ). If not - is there a feature request for this. I can't imagine that no other people requested it. -
Created Open new IDE window for current project
Hi, Is it possible to open a new IDE window for the same project? I kida run out of space and I would like to separate tings a bit. I do use split-window feature, but it's not enough. I wish I co... -
Edited Run hotkey works as Run...
Hi, I assigned key F9 to run (previously Shift-F10), but it works as "Run..." (Alt-Shift-F10) in some cases (brings the run configuration menu) - when I select certain configurations. Pressing ru... -
Created Change the way PHPStorm displays (unexpected) exceptions in phpunit tests
When I run tests in linux console I get a result like: <Exception class>: <message> <stack trace> But in phpstorm I don't see the exception class. Am I doing something wrong or it's a phpstorm bug? -
Created Turn off the red rectangles
AnsweredHow do I turn off the red rectangles that show in atuocompletes like foreach? After some time I noticed that they don't help much. -
Created Unknown magic properties
It's nice that there is a way to autocomplete magic properties with @property when they are known limited amount. however in some classes I use magic properties that are generated by loading conten...