Terry Crim
- Total activity 94
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
-
Terry Crim created a post, CompletedHow to turn off show variables for run in 2017.3.3?
I use the run window to show the output of my programs. In 2017.3.3 the show variables sliding window keeps appearing when I run and rerun my programs. I turn show variables off via the icon on t... -
Terry Crim created a post, AnsweredHow to disable PHP and Python Libraries being added to projects?
I am testing out IntelliJ IDEA Ultimate for PHP and Python development instead of going with the individual PyCharm and phpStorm applications.What I am noticing is that in my projects whether it be... -
-
Terry Crim created a post, Is upgrade from 3.0.3 to 4.x worth it?
My subscription has run out and I am not sure if I am still in the upgrade time period or if I need to purchase a new license. I have phpStorm 3.0.3 and it does pretty much everything I need. Thos... -
-
-
Terry Crim created a post, PhpStorm 2.1 vs EAP 107.120?
I downloaded the EAP version this last weekend, do I need to install the download linked to from the blog? Will the EAP version I am using stop working or is it the exact same as linked to from th... -
Terry Crim created a post, dancioca's Database Navigator Plugin
In the comments for the plugin page http://plugins.intellij.net/plugin/?webide&id=1800the developer stated to post issues about the plugin here.It is not compatable with the newest PhpStorm EAP 107... -
Terry Crim created a post, How to replace in all files rearranging variables (a1, b1) to (b1, a1) ?
I do not know what this would be called but I have a situation like this:mysql_query($qryName, $db)I need to change that to mysqli_query($db, $qryName)The thing is $qryName is different all through...