Quote: |
admin>why do you answer other people ut not me ? |
no, it was not me
Quote: |
Is it possible to define all files of my project for being saved in UTF8 ? |
Set UTF-8 as default file encoding (tools->settings->IDE SETTINGS)
Quote: |
is phpdoc integrated in your software ? Is there something for inserting commentar compatible with phpdoc |
PhpDoc is supported by PhpED IDE. It means that the IDE's code analyzer recognizes these comments and uses for building up Code Completion list. Also it means that if you type /** and press enter, it will be expanded with * at the beginning of each subsequent line and */ as the end of block.