Id like to see an external file to configure default extensions for TYPE of FILES, like this
[FileExtensions:PHP]
.php;.phps;.phtml;.pclass;
[FileExtensions:TEXT]
.txt;.cvs;
[FileExtensions:SQL]
.sql;.tab;.spc;
[FileExtensions:XML]
.xml;
[FileExtensions:CSS]
.css;
[FileExtensions:JAVASCRIPT]
.js;
or in a xml file
or in a textbox configuration
what is more easy for you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Though, I am worried, the load time of the latest version of Dev-PHP3 is kinda long, compared to previous versions, and the only thing I can assume, please correct me if I'm wrong, is that its because of the langauge files...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's the most possible reason. Language files surely slow everything a bit because they are read at OnShow. I'll see what can be done to improve load speed.
I use a P4 @ 2.8 Ghz so I can't see no difference in the load time. As soon as I finish Alpha 4 (I don't want to delay it any longer), I'll test Alpha 2, Alpha 3 and Alpha 4 in my old machine (P3 @ 550 Mhz) to see how it works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Id like to see an external file to configure default extensions for TYPE of FILES, like this
[FileExtensions:PHP]
.php;.phps;.phtml;.pclass;
[FileExtensions:TEXT]
.txt;.cvs;
[FileExtensions:SQL]
.sql;.tab;.spc;
[FileExtensions:XML]
.xml;
[FileExtensions:CSS]
.css;
[FileExtensions:JAVASCRIPT]
.js;
or in a xml file
or in a textbox configuration
what is more easy for you!
I agree, this wold be a great feature.
Though, I am worried, the load time of the latest version of Dev-PHP3 is kinda long, compared to previous versions, and the only thing I can assume, please correct me if I'm wrong, is that its because of the langauge files...
That's the most possible reason. Language files surely slow everything a bit because they are read at OnShow. I'll see what can be done to improve load speed.
I use a P4 @ 2.8 Ghz so I can't see no difference in the load time. As soon as I finish Alpha 4 (I don't want to delay it any longer), I'll test Alpha 2, Alpha 3 and Alpha 4 in my old machine (P3 @ 550 Mhz) to see how it works.
Its not that big of a difference... at most 3 seconds when I'm running several things at once, but there is a difference from what I can tell.