I Chernikov

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • I Chernikov 创建了一个帖子,

    How to disable closing of a window on Esc?

    I use an escape key often to close autocomplete popups, etc. and it's quite inconvenient when i'm doing changes in diff window and esc closes it and i have to reopen it on a needed file. Is there a...
  • I Chernikov 创建了一个帖子,
    已回答

    Breakpoint on a line with multiple instructions

    I saw that feature in Rider but i really lack this in CLion. Use case is simple: given a line with multiple instructions   connect(something, &Something::Foo, this, [](){ std::cout << "want debug h...