Dmitriy Zavalkin
- 活动总数 423
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 182
-
创建于 Javascript: Is prototype.length readonly or not?
function CutString(string, limit){ // temporary node to parse the html tags in the string this.tempDiv = document.createElement('div'); this.tempDiv.id = "TempNodeForTest"; this.tempDiv.innerHTML =... -
创建于 Wrong path after switching project to branch - is it bug?
I switched my project from trunk to branch. I don't know does it matter, I did it with TortoiseSVN, not PhpStorm. Now when I see old commits file paths looks like C:\trunk\... I'm not sure, is it b... -
创建于 What does striked out file in the remote host view mean?
In the remote host window I see striked out file. What does it mean? -
创建于 How to turn off hints
I checked tickbox, something like "Show this hint after operation end" to create screenshot for BTS report. Now when I open project phpstorm shows me hint window, and only when i close this hint wi... -
创建于 SQL Code Assistant breaks PhpStorm
I installed SQL Code Assistant plugin and now html highlighting in the php files is broken. I uninstalled it but it didn't help. See screenshot. Is it possible to fix it somehow? Also is it p... -
创建于 Jetbrains authetication failed
After installing 95.273 I can't use internal blame functionality. I got error: Jetbrains authetication failedBut it worked ok in previous EAP and sure I didn't change login/password. I got this err... -
创建于 Follow symlink in remote host view
Can PhpStorm follow symlink in remote host view? I can't find option where I can turn it on. In PhpStorm symlinked folder looks like:As can bee seen, I can't see symlinked www folder contents in Ph... -
创建于 Possible SQL injection bug
I have next code:$db->query( "UPDATE users SET uCoalWarehouse=uCoalWarehouse - ROUND(uCoalWarehouse/ $SETTINGS['ware_rust_rate']) WHERE uCoalWarehouse > 0");PhpStorm shows me... -
创建于 Can't write post in Opera (10.10-10.52)
In Opera text editor area is absent. Please see image below:P.S. Not sure where I should open this thread. Forum general, common or some similar subforum is absent. -
创建于 How to fine tune php formatter
Php formatter now has so many options. And seems like preview window doesn't work on some tabs. Can anybody help me, which options I should set to have array reformatted like: private static $_r...