Preston Lord
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Preston Lord created a post, PHPUNIT CODE COVERAGE STATISTICS BLANK?
Hi All, I have a few IDE's working fine for my staff, but one is showing blank on all code coverage stats. The files are all listed in the coverage window, just no % beside any of them. The files... -
-
-
Preston Lord created a post, Answeredphpstorm database console - row height issue
A while ago I noticed the every time I run an SQL query that returns rows in the database console, the result set line heights are 1/2 as high as the font. I can manually resize, but then on the n... -
-
Preston Lord created a post, Custom Language Plugin Advice
I am looking at developing a custom Language Plugin and have a few questions:1. If developed in IntelliJ - will it work with PHPStorm?2. The syntax of the language I am targeting is horrible, is t... -
-
-
Preston Lord created a post, phpstorm autocomplete variables from inluded/required files
Loving phpstorm 9 ... great work!My question is fairly simple:File 1: /inc/file1.php<?php$apples = 1;File 2: /index.php<?phprequire 'inc/file1.php';$xyz = $app...When typing $app in File 2, it does...