pjpsoft wrote: |
one problem when debugging if you mouseover one instance of a class with many properties it opens a big window covering all the editor |
Cjunge wrote: |
Click on the yellow window to make it disappear. I'll often open up the variables window & copy the value & paste it into a new file to see all the parts. |
sorry but I tried that and clicking on the yellow popup doesn't do anything. In fact the cursor is a 4arrow to move this window
So the only way to make it disappears is to click outside of it which is imposible as the yellow one covers the full PHPed
pjpsoft wrote: |
when using 2level class members like $this->another->prop the autocomplete doesn't work |
Cjunge wrote: |
Use PHPDoc type hinting to help with this. |
oops doesn't know this... I'll explore about that
pjpsoft wrote: |
I can't find the "clear all breeakpoints" button |
Cjunge wrote: |
Open the Breakpoints tab/window & right click & choose Delete All |
yes but only if you're debbuging... is'nt it possible to have this option near "toggle BP" in menu?
Thanks