Maarten Tibau
- 活动总数 55
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...