Krystian Szymukowicz
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Reopen Recent Project - autodeleting non existing (as files) project enties
hiI have situation when my projects are not always visible to phpStrom when it is opened.1. When my project are at Truecrypt volume which was not mounted yet as drive.2. When my project are at netw... -
创建于 search field in appending mode instead of replacing
hiI do know if it is my fault or not but:1. I am searching for a word and type "ctrl + F"2. I enter the word, search, find and click with mouse into an editor and edit. So far so good.3. Now I want... -
创建于 autocomplete with object in $GLOBALS array
hione of the CMS I use have some objects stored in $GLOBALS array.Is there any way to make autocomplete with such object?This doesn't work: :(/** @var $GLOBALS['TYPO3_DB'] t3lib_DB */$GLOBALS['TYPO... -
创建于 debug - watches preserve - PS 102.18
hiI am new to xdebug at all so maybe I just do not understand how this should looks like, but...My problem is that the "Watches" are not preserved over debug sessions.I mean:1. I do set breakpoint ...