Colin Joy

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
-
Colin Joy created a post, PHPStorm 10.0.3 - Lost ability to alter syntax mode of scratch
In older versions of PHPStorm I was able to conveniently switch the syntax for any individual scratch, using a syntax icon (select list toggle),located next to the file encoding in the footer of ev... -
Colin Joy created a post, debugger - copy nested var declaration vs copy var name
In the debugger it is possible to copy the value of any item as well as the name.When working with Drupal 7, more often than not you are dealing with n levels of nested arrays and objects.In the ab... -
Colin Joy created a post, how to reference external js library in html document
I've created a new entry for jQuery 1.6.4 in the project settings and added it to the usage scope of my project. It is also listed in the project outline (under External Libraries).Now I am unsure ... -
Colin Joy commented, -
-
Colin Joy created a post, global $object = undefined method warning
I've run into a slight issue with wordpress plugins, where I use the global database object ($wpdb) for queries.it works fine, but PHPStorm highlights all methods (e.g. $wpdb->get_var() ) as undefi... -
Colin Joy commented, -
Colin Joy commented, -