Some suggestions |
Site Admin
|
aha, I think there should be a way to exclude some files from being uploaded. Good point for development. Thanks.
Can you tell in more details about what default page and what file were opened and upon what actions ?
Yes, SRV server has very limited functionality and you'd use IIS or Apache for debugging any non-trivial scripts.
It's already implemented. See "auto upload" checkbox on the IDE tab in the settings dialog.
Actually, that's correct. If the cursor is before php tag (<?) and you type anything it would be typed in HTML part, not PHP.
It's already fixed in phped build 3246
yeah, a feature known as code collapsing. Yet, it requires huge re-developing of the editor component... |
||||||||||||||||||||||||||
|
Guest
|
In the project properties you can set a default file to run. I set it to index.php. If i edit for instance a include file, lets say db.php and i want to see the result it needs to open index.php after pressing f5 (default shortcut). When I set the default page to nothing it does nothing and thats correct. But when i do set it to index.php it will first try db.php. Then after seeing that it does not give any html output it redirects to index.php Do you get my point now? |
||||||||||||||||
|
Site Admin
|
I still do not get the idea. When you press F5, ide does nothing but set a breakpoint. It does not ivoke any scripts and does never try to redirect.
Could you please send me sources or at least samples that would replicate the problem ? |
||||||||||||
|
Guest
|
Sorry. It needs to be f10 rather then f5. F5 is debugging :p. I ment run mode
|
||||||||||||
|
Site Admin
|
Don't understand again. F10 switches to main menu...
F5 sets breakpoints. All are by default. Run by default is available with F9 and Ctrl-F9. Anyway, PHPED does never "attempt" to do anything like that you described. It does not redirect to anywhere, either... What makes you feel that it does ? |
||||||||||||
|
Guest
|
Strange. In my settings its f10 and i never touched it. Anyways its the run procedure. Let me explain again in steps. Maybe you will understand it then
1) I have for example 2 files: index.php and config.php 2) If i am working with config.php and i run it it will display "none" (why "none"?) and then after parsing it gives "SRV Server: Document Contains no data. ". No ouput so ok with that 3) Then I go to the project properties and change default file to run to "index.php" 4) I go back to config.php and run it again. Now the output starts with "none". Then after parsing it displays index.php. So it runs the default file thats been set in step 3 So what I was trying to say is: why will "none" be displayed?? and then the output of the parsed page. First I though "none" was the result after parsing and no output given but I know see its before parsing a file. Bit confusing. Output window can better be empty before parsing. I hope you will now see my point. |
||||||||||||
|
Some suggestions |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by