Stracker Phil

Avatar
  • Total activity 30
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 14
  • Subscriptions 5
  • Edited

    "Undefined class" after "is_callable()" check intention or bug?

    I'm using PHPStorm EAP 2021.1 - in one file I'm using the following code: Problem 1: "undefined class" if ( is_callable( 'comet_cache::wipe' ) ) {    comet_cache::wipe();} Because there's no `comet...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Code Style help: How to format multiline JS

    I'm really struggling with the JS code style settings. I think that I've tried all settings but could not identify the code style options for the following rules:  In multiline `if()` conditions, ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Manually select log format for Ideolog?

    Is there a way to manually select the log format for the current log file?   My problem is that the log format is set to "unrecognized" when I empty the log file contents - i.e., after finishing a ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Stop editor from removing spaces while editing

    I think the issue is related to some code-style changes that the IDE does on-the-fly, but I cannot find the setting for that:   When I type a space/tab and then pause for a moment, the IDE trims th...
    • 6 followers
    • 8 comments
    • 0 votes