Jörg Wrase
- 活动总数 155
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 61
-
创建于 No Live edit? (EAP 124.237)
Hi,I have just updated to EAP 124.237But I can't fint LiveEdit any more.Did Jetbrain forgett it?cu -
创建于 Not 4th December
Hi,i think, the EAP Download version 6 EAP build 124.237 is not from the 4th December (like it is shown on the EAP download-site):-)Thank you for https support (haven't testet it but i will do it i... -
创建于 Live Edi with https
Hi,(I use the 6 EAP build 123.66)I tryed to work with Live Edit on remote Server - and it works realy good. But some of my Server are running with https. There it don't work.Did I make something ... -
创建于 Live Edit - Site needs GET or POST parameters
Hi,i use Live Edit (i like live edit very much!!!!)But sometimes I have a Site, that needs Parameters (example: site should show the adress form a person. personID is send via $_POST)Then Chrom alw... -
创建于 PHPstorm shows "Error" in Code - i don't think so...
Hi,i have this:<a href="javascript:killDatensatz('<?php echo $kundendatensatz['arbeitseinheit_ID'] ?>')">peng</a>or<a href="javascript:killDatensatz('<?= $kundendatensatz['arbeitseinheit_ID'] ?>')"... -
创建于 XDEBUG - Problem
Hi,if got some problems with XDEBUG.I use an localhost:(xampp v3.0.12)http://newsletter.cumob.local/With Chrome (with Live Edit) - and sometimes I use Firefoxwhen I debug (I use an javascript-Bookm... -
创建于 Injection Language - lost Language
Hi,I have this:$css = ' .CuContactErrorField { border-color: #AA0000; } #CuContact_errormsg { display: none; ... -
创建于 Strucure Window - order the items
Hi,I think it would be very nice, if it would be possible that you can order the Items by Drag'Drop in the "Structure" Window. I know you can order the view alphabetic. But I mean not only that it ... -
创建于 Live Edit on virtual host - not localhost
Hi,I use different vhost on my local computer for developing. Now I named them websitename.localhost (websitename is the name of the real website - so all my local domains are "subdomains" from loc... -
创建于 dynamic function-name shows an Error
Hi,I have this code<script type="text/javascript"> function <?=$name?>(aktion,id,wert){ // do something... }</script>The name of the function is set by php. PHPstorm says "functionname expected...