Ray Zah
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 Changing the key shortcut Ctrl + S
已回答I would like to change the key shortcut Ctrl + S. What I want is to save the project but also update classes and resources. How can I do this? -
创建于 Unresolved variable checked
Hi, I am using this code: document.getElementById('member').addEventListener('change', (event) => { if (event.target.checked) { console.log('Hello'); }}); but Intellij gives me the warning: ... -
创建于 libstdc++-6.dll is missing
已回答I have just downloaded CLion and tried to test it. My code runs without any errors. I would like to execute the test.exe file without CLion. So I build it with Strg+F9 and then I find the test.exe... -
创建于 Override Ctrl + S
已回答I would like to save the file (Ctrl+S), end the process (Ctrl+F2) and rerun the file (Ctrl+F5) at the same time. Is there a way to override the shortcut Ctrl+S, so it will not only save the file bu...