Ray Zah

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Ray Zah commented, -
Ray Zah created a post, AnsweredChanging 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? -
Ray Zah commented, -
Ray Zah created a post, 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: ... -
-
Ray Zah created a post, Answeredlibstdc++-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... -
Ray Zah commented, -
Ray Zah created a post, AnsweredOverride 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...