Maarten Tibau

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Created phpStorm 9.0.2 problem with undentified classes
Hi,I've installed phpStorm 9.0.2, all OK... but when I look into my code a lot methods that are called staticly aren't found anymore by the IDE.The class name has an orange / yellow background, and... -
Created Code inspection doesn't work anymore
Hi,I'm using PhpStorm 4.0.3 now..Since PhpStorm 4 I have been noticing that the code inspector doesn't work, or just lags..When I change or add new code, the code inspector says that I'm having err... -
Created Auto update on Mac OS X 10.7.4
Hi,Each time I start my phpStorm on my mac .. I get a message that a new version is available.On my PC I can choose to download & install the update, on my Mac I never see that button (see attachem... -
Created Auto-add SVN files
Hi,I'm using suvbersion in phpStorm. Now when I'm adding files not through phpStorm, i always need to add them manually in phpStorm, or they are not commited to the repository.Now is there a way t... -
Created no color highlight for typecasting
Hi,Since the update to phpStorm 4.0.2 I have the following problem. When I typecast a var e.g.$var = (int) $_POST['number'];The word "int" would turn blue inside the round braces, now it doens't a... -
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...