Mark Sibly

Avatar
  • Total activity 51
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 19
  • Edited

    Using emrun to run emscripten apps.

    Answered
    Hi, Is there anyway to use the emscripten 'emrun' utility to launch emscripten apps from within CLion? I've tried changing the 'Executable' setting in the Run/Debug configuration to 'Custom Executa...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    'Next build error' short cut key?

    Answered
    Hi, What's the shortcut key for 'next build error'? If I look up 'next error' in the 'find action..' dialog it says 'next highlighted error' is F2. But F2 only seems to cycle through issues/warning...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    clang-format on save doesn't alwways work.

    Answered
    Hi, I am finding clang-format on save seems to be a bit erratic and I've managed to come up with a reproducible case: I have a source file with the following line in it: glClear(GL_COLOR_BUFFER_BIT...
    • 4 followers
    • 8 comments
    • 0 votes
  • Created

    in template: call to '__builtin_operator_delete' selects non-usual deallocation function

    Completed
    Hi, I keep getting this code-analysis warning pop-up in various random places: "In template: call to '__builtin_operator_delete' selects non-usual deallocation function" I'm not sure what's causing...
    • 3 followers
    • 2 comments
    • 0 votes
  • Edited

    Webstorm auto importing symbols?

    Hi, I have noticed that simply adding a javascript script to a project directory seems to be enough for webstorm to consider the script 'added to the project'. Other scripts can then see symbols in...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Super newbie question about 'universal' modules

    Hi, I'm a new webstorm customer/js developer working on a chrome v3 extension. The project uses a module called 'psl.min.js' which works fine at runtime, but webstorm can't see any of it's symbols....
    • 2 followers
    • 2 comments
    • 0 votes