Nikolay Pelov
- 活动总数 63
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 17
-
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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. -
创建于 Rebuild function in CLion (clean build)
已回答Is 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. -
创建于 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... -
已编辑于 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... -
创建于 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? -
创建于 Turn off the red rectangles
已回答How do I turn off the red rectangles that show in atuocompletes like foreach? After some time I noticed that they don't help much. -
创建于 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...