Maarten Tibau

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Created Copy / past bug?
Hi,I'm a phpStorm 3 user. Now I don't know if this is a bug, or something that can be changed in the settings, I looked for it, but can't really find it.The problem is this. When I copy a certain... -
Created Using Alternative syntax in .phtml file triggers errors
Hi,When I'm using PHP Alternative syntax in my .phtml files (Zend Framework) i get errorsExample of the code<?php if ($name = 'maarten') : ?><span>Hi your name is Maarten!</span><?php else : ?><spa... -
Created extreem lag when editing large .ini files
Hi,I'm currently using PHP Storm 2.0. When I'm working in .ini files (e.g. where I configure my forms .. I work with Zend Framework). When the file gets larger than 100 lines, the IDE gets extrem... -
Created Why does PHPStorm always create a .idea folder
Hi,I'm a fairly new user to PhpStorm. When I'm just browsing in a folder, and I double click on a PHP file, it opens a new PhpStorm window and it created a .idea file in the folder.Is it in any po... -
Created Is het possible to highlight PHP blocks in html files?
Hi,I'm a new user with PHP Storm. I would like to know if it's possible to highlight PHP blocks in HTML files. I work with Zend Framework and the view files are written in a .phtml file. It woul...