Ray Zah

Avatar
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 4
  • Created

    Changing the key shortcut Ctrl + S

    Answered
    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?
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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: ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    libstdc++-6.dll is missing

    Answered
    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...
    • 8 followers
    • 8 comments
    • 0 votes
  • Created

    Override Ctrl + S

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes