Maxim Omelianenko

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Maxim Omelianenko commented, -
-
Maxim Omelianenko created a post, PHPStorm6 and XDebug
Hi,I have a promblem, that debugging is not possible. Please see my configs and tell me how to start XDebug working with PHPStorm6.I'm running on Windows7 64 / nginx / php-cgi 5.3.22PHP 5.3.22 (cli... -
Maxim Omelianenko created a post, Two projects
Is it possible to start two different PhpStorm instances? I'd like to edit two different projects at the same time. -
Maxim Omelianenko commented, -
Maxim Omelianenko created a post, How to open project from the network share
My project is located on \\SERVER2\WWW\prj path.How can it be opened straight from the network share?Is impossible to browse network shares in 'Open Project' dialog. -
-
Maxim Omelianenko created a post, Document formatting
Hi,I have a code in some.php file (template file with .php extension):<div > <?=Yii::t('common', 'SomeKey'); ?></div>After pressing Ctrl+Alt+L (reformat code) I get:<div > <?= Yii::t('... -
Maxim Omelianenko created a post, PHP Code color in HTML files
Hi all.How can I adjust the PHP colors in html files?I want to get this result:- HTML code on own background - PHP code in HTML (in <?php ?>) on other backgroundSee attached file.Is it possible?Att...