You know that Dev-PHP is an open source project (if not it wouldn't be at this great server). So, as an open source developer, i'm calling all the developers out there who want to contribute with code or ideas. Both are really appreciated.
As you may know, i started to develop version 2, which is a complete rewrite. This means i can add or not-add all you want, so cmon. Post your ideas or code here or email them to me (simbiotik@msn.com - i know hotmail sux, but it's the only one stable that know).
that's it. cya!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-09-23
The software works GREAT when I test one script at a time. Where I am having a problem is when I try to test a form script that submits information to a processing form script. When I attempt to do this the processing form script does not process the information at all. Am I doing anything wrong? Your help would be greatly appreciated. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Otra cosa interesante para aadir al ToDo. Una opcin de poder seleccionar colores (para no tener que andar con un editor de imagenes para saber la correspondencia en formato de html) y si se puede aadir una opcion para seleccionar un color de cualquier parte de la pantalla (para poder coger el color de una imagen) mejor que mejor.
Se despide
Lunik.
PD.Como sabemos que estas ahora con Lnux, si quieres te puedo ayudar a la conversion a windows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Consegui una copia de Windows XP Professional, pero no puedo conseguir los drivers para mi modem (Motorola SM56 PCI). Si alguien puede conseguirmelos, me haria un gran favor.
I got a Windows XP Professional copy, but i cannot get the drivers for my modem (Motorola SM56 PCI). If somebody could get them for me, i would be really thankful. (Sorry if there's something wrong in the translation xP)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Gracias por las URLs. ya intente con todos los drivers que tenia para w2000 y wNT4. incluso el XP que tengo esta actualizado de un w2000, pero ni asi me funcionaron los drivers. voy a ver como me va con estos que me pasaste. Cya!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-20
I sent you an email, not sure how often you check it so ill post it as well:
1. Make an option so you can turn off it openeing the last 4 files. This can be very annoying.
2. Make it so the toolbars remember how you've arranged them when you quit and reload the IDE.
3. The tabbing system is very "buggy" for lack of a better word. Sometimes it tabs a small amount, sometimes halfway accross the screen. UltraEdit (www.ultraedit.com) is a very good text editor with perfect tabbing.
4. The line numbers seem to be blurred or displayed incorrectly. Win2k machine.
5. Multiline tabbing would be very useful, so you can select a block of text and indent the whole lot in one go.
6. Make it so when you click on the text, that line is highlighted (again, much like what ultraedit does). Perhaps make this an option?
7. Improve the search and replace to be more powerful, e.g. add selected text, files, folders, etc; options to where it searches and replaces.
8. Make it so you can right click on a files tab and select close. This is faster than clicking the close button.
9. Add a hotkey to the goto line dialog.
10. I dont know the difficulty of this, but someone managed to create a program
that tacked the php.exe, required dll's and the php file itself into one executable. This is extremely useful for sending to people, and packaging PHPGTK
apps. If you could create something like this and build in a package option or something like that I would really appreciate it! :D
Thats about it, thankyou for the best PHP IDE :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) i also realized that opening the last files was annoying, so i made Dev-PHP remember what files were opened when you closed the IDE.
3) The tabbing seems to be much more stable in 1.2.0 (released today ;).
4) I work in Win2k and i've never seen any bug in the line numbers.
6) I though about highlighting the current line, maybe in the next release, when i find out how to do it :)
9) Done! ;)
10) I tried that program and it didn't work in my machine. PHP-GTK executables and DLLs aren't compatible with my PHP 4.2.1 ones. Also, the PHP 4.2.1 extensions aren't compatible with PHP-GTK executables.
That program finds my PHP instead of my PHP-GTK.
Note that i cannot add new text to the program, cuz it wouldn't appear in the translation files.
I hope to have answered all (almost in fact) your questions. Thanx for using Dev-PHP.
Cya!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-21
That "compiler" didn't work for me either. However I know there is a bytecode compiler around that someone has made and it shouldn't be long before its useable on all OS's.
Also, have you thought about integrating glade into your IDE (or making your version of glade)? It would make it a bit like MS Visual C++ in that you could edit the layout visually and keep all these programs together in one IDE.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-21
Also a few notes for the current 1.2.0 release:
-> It would be good if you could turn off the HTML toolbar.
-> Whenever a run a PHPGTK app, after I close the app DevPHP seems to put itself in the background. This is a tad annoying if you have other windwws open. This bug was in all the previous versions.
Also, not really a bug but after you type in a "{" or "}" character and goto the next line, the tabbing seems to be very small. It would be good if it was constant, other than that its heaps better, thx :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
um.. i don't have any experience with glade. in fact, i don't even know what it is.
I know that the IDE goes background when running scripts and it really annoys me. i'll see what i can do to fix it.
Okay, i'll fix the HTML toolbar stuff for next release ;)
Bye!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-21
Glade is a little gui app that allows you to manipulate the layout of a program visually. When you save a glade app it saves an XML file with the .glade exntension, you parse this with the command: gtk::rc_parse("myfile.glade");. Anyways you can get glade here: http://www.adapower.net/gtkada/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well. this is one great apps. If you want ideas, i can give u some.
FYI, i love Ultraedit http://www.ultraedit.com , for it great features. I've use ultraedit for quite sometimes. The features i missing with this dev-php is
1. The projects files, when u open the project files, they open all the related files related to that project. It easier when u want to group some file in to one group.
2. The braches finders, u can find matching braches if needed. (great for debugging)
3. File browser. looks like tree view can be browse what open files we have open.
4. Macro features for example, i've some format e.g the coding standard that i set in one macro file, and when i run those file, the file is look like the coding standard that i want ;) .
Well.. that is the idea that flashing from my mind for this time being. For some ideas, u can look at Ultraedit (www.ultraedit.com) and maguma light PHP editor (www.maguma.com) . Both have some advantages that i will look forward for dev-php to have to.
Good luck..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-03-04
How about a CSD generator. Always helps when me keep my code straight when the program starts to get complicated.
Just a thought..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, I'd like to say that Dev-PHP is really great stuff!
The only thing I'm really missing, is a sort of "Execute with" function, that means, a possibility to send GET- and POST-arguments to the PHP script when executing it. Maybe this is already possible, but I really wasn't able to find out how...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) I would really love to see Dev-PHP use code completion kind of like dreamweaver instead of the ctrl+space. So as you type it had the list up and slowly makes its way to what you are looking for.
2) <h2 style="font bolder">Project Files</h2> - The best thing I can think of is how Eclipse (eclipse.org) does this. It is a fantastic thing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-12
You could also implement the function of code library like in Delphi. You know, you type:
forb + Ctrl + J
and it writes:
for to do
begin
end;
It could be usefull
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-17
I would like to see the editor get support for multi-byte characters so I could use the UTF-8 character set.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I like UltraEdit and ConTEXT(http://www.fixedsys.com/context/) because of the feathers, like Macro, Project. I love ConTEXT more because it's free. I would like to love your tool as much as I can, if the tool can offer similar or better feathers like theirs.
I think it's also great to let me, someone can hardly modify the source code, to modify the default page or built a series sample library with hot-keys.
One more great feather. The tool Winsyntax(http://www.winsyntax.com/) have a feather "Copy As HTML" with a hot-key "Ctrl + E". I like this feather, too. ^.^
I think that would be a heavy job to offer all feathers we wish. ^^||
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dev-php es realmente bueno!!! Yo no s programar en Delphi, pero te puedo ayudar en cualquier cosa que se refiera a C++, php y mysql. Las caracteristicas que sugerira para la versin 2.0 son:
1.-Que la opcin de verificar sintaxis mostrara la lnea donde se encuentra el error.
2.-Crear un espacio de trabajo donde estuvieran todos los archivos relacionados al proyecto.
3.-Que en el men donde aparecen las funciones, tambin se mostrara el parametro de estas.
Bueno, ojal y estas caracteristicas pudieran ser implementadas. Dev-php rocks!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-07-16
with the "insert function" thing in the current version could you make it add it to a user functions list like the main PHP functions list ? unless it does that already and mine is broken :s
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You know that Dev-PHP is an open source project (if not it wouldn't be at this great server). So, as an open source developer, i'm calling all the developers out there who want to contribute with code or ideas. Both are really appreciated.
As you may know, i started to develop version 2, which is a complete rewrite. This means i can add or not-add all you want, so cmon. Post your ideas or code here or email them to me (simbiotik@msn.com - i know hotmail sux, but it's the only one stable that know).
that's it. cya!
The software works GREAT when I test one script at a time. Where I am having a problem is when I try to test a form script that submits information to a processing form script. When I attempt to do this the processing form script does not process the information at all. Am I doing anything wrong? Your help would be greatly appreciated. Thanks
Hola de nuevo.
Otra cosa interesante para aadir al ToDo. Una opcin de poder seleccionar colores (para no tener que andar con un editor de imagenes para saber la correspondencia en formato de html) y si se puede aadir una opcion para seleccionar un color de cualquier parte de la pantalla (para poder coger el color de una imagen) mejor que mejor.
Se despide
Lunik.
PD.Como sabemos que estas ahora con Lnux, si quieres te puedo ayudar a la conversion a windows.
Consegui una copia de Windows XP Professional, pero no puedo conseguir los drivers para mi modem (Motorola SM56 PCI). Si alguien puede conseguirmelos, me haria un gran favor.
I got a Windows XP Professional copy, but i cannot get the drivers for my modem (Motorola SM56 PCI). If somebody could get them for me, i would be really thankful. (Sorry if there's something wrong in the translation xP)
Prueba con esta pagina.
http://e-www.motorola.com/webapp/sps/site/taxonomy.jsp?nodeId=01M0yyK3NVV
o con esta otra
http://www.mot-sps.com/collateral/SM56_DRIVERS.html
Segun entiendo en el primer enlace los drivers para w2000 funcionan en un XP si se ha instalado desde cero (que no sea una actualizacion)
Lunik
Gracias por las URLs. ya intente con todos los drivers que tenia para w2000 y wNT4. incluso el XP que tengo esta actualizado de un w2000, pero ni asi me funcionaron los drivers. voy a ver como me va con estos que me pasaste. Cya!
I sent you an email, not sure how often you check it so ill post it as well:
1. Make an option so you can turn off it openeing the last 4 files. This can be very annoying.
2. Make it so the toolbars remember how you've arranged them when you quit and reload the IDE.
3. The tabbing system is very "buggy" for lack of a better word. Sometimes it tabs a small amount, sometimes halfway accross the screen. UltraEdit (www.ultraedit.com) is a very good text editor with perfect tabbing.
4. The line numbers seem to be blurred or displayed incorrectly. Win2k machine.
5. Multiline tabbing would be very useful, so you can select a block of text and indent the whole lot in one go.
6. Make it so when you click on the text, that line is highlighted (again, much like what ultraedit does). Perhaps make this an option?
7. Improve the search and replace to be more powerful, e.g. add selected text, files, folders, etc; options to where it searches and replaces.
8. Make it so you can right click on a files tab and select close. This is faster than clicking the close button.
9. Add a hotkey to the goto line dialog.
10. I dont know the difficulty of this, but someone managed to create a program
that tacked the php.exe, required dll's and the php file itself into one executable. This is extremely useful for sending to people, and packaging PHPGTK
apps. If you could create something like this and build in a package option or something like that I would really appreciate it! :D
Thats about it, thankyou for the best PHP IDE :)
1) i also realized that opening the last files was annoying, so i made Dev-PHP remember what files were opened when you closed the IDE.
3) The tabbing seems to be much more stable in 1.2.0 (released today ;).
4) I work in Win2k and i've never seen any bug in the line numbers.
6) I though about highlighting the current line, maybe in the next release, when i find out how to do it :)
9) Done! ;)
10) I tried that program and it didn't work in my machine. PHP-GTK executables and DLLs aren't compatible with my PHP 4.2.1 ones. Also, the PHP 4.2.1 extensions aren't compatible with PHP-GTK executables.
That program finds my PHP instead of my PHP-GTK.
Note that i cannot add new text to the program, cuz it wouldn't appear in the translation files.
I hope to have answered all (almost in fact) your questions. Thanx for using Dev-PHP.
Cya!
That "compiler" didn't work for me either. However I know there is a bytecode compiler around that someone has made and it shouldn't be long before its useable on all OS's.
Also, have you thought about integrating glade into your IDE (or making your version of glade)? It would make it a bit like MS Visual C++ in that you could edit the layout visually and keep all these programs together in one IDE.
Also a few notes for the current 1.2.0 release:
-> It would be good if you could turn off the HTML toolbar.
-> Whenever a run a PHPGTK app, after I close the app DevPHP seems to put itself in the background. This is a tad annoying if you have other windwws open. This bug was in all the previous versions.
Also, not really a bug but after you type in a "{" or "}" character and goto the next line, the tabbing seems to be very small. It would be good if it was constant, other than that its heaps better, thx :)
um.. i don't have any experience with glade. in fact, i don't even know what it is.
I know that the IDE goes background when running scripts and it really annoys me. i'll see what i can do to fix it.
Okay, i'll fix the HTML toolbar stuff for next release ;)
Bye!
Glade is a little gui app that allows you to manipulate the layout of a program visually. When you save a glade app it saves an XML file with the .glade exntension, you parse this with the command: gtk::rc_parse("myfile.glade");. Anyways you can get glade here: http://www.adapower.net/gtkada/
Well. this is one great apps. If you want ideas, i can give u some.
FYI, i love Ultraedit http://www.ultraedit.com , for it great features. I've use ultraedit for quite sometimes. The features i missing with this dev-php is
1. The projects files, when u open the project files, they open all the related files related to that project. It easier when u want to group some file in to one group.
2. The braches finders, u can find matching braches if needed. (great for debugging)
3. File browser. looks like tree view can be browse what open files we have open.
4. Macro features for example, i've some format e.g the coding standard that i set in one macro file, and when i run those file, the file is look like the coding standard that i want ;) .
Well.. that is the idea that flashing from my mind for this time being. For some ideas, u can look at Ultraedit (www.ultraedit.com) and maguma light PHP editor (www.maguma.com) . Both have some advantages that i will look forward for dev-php to have to.
Good luck..
How about a CSD generator. Always helps when me keep my code straight when the program starts to get complicated.
Just a thought..
First, I'd like to say that Dev-PHP is really great stuff!
The only thing I'm really missing, is a sort of "Execute with" function, that means, a possibility to send GET- and POST-arguments to the PHP script when executing it. Maybe this is already possible, but I really wasn't able to find out how...
1) I would really love to see Dev-PHP use code completion kind of like dreamweaver instead of the ctrl+space. So as you type it had the list up and slowly makes its way to what you are looking for.
2) <h2 style="font bolder">Project Files</h2> - The best thing I can think of is how Eclipse (eclipse.org) does this. It is a fantastic thing.
You could also implement the function of code library like in Delphi. You know, you type:
forb + Ctrl + J
and it writes:
for to do
begin
end;
It could be usefull
I would like to see the editor get support for multi-byte characters so I could use the UTF-8 character set.
Thanks for your great job...^.^
I like UltraEdit and ConTEXT(http://www.fixedsys.com/context/) because of the feathers, like Macro, Project. I love ConTEXT more because it's free. I would like to love your tool as much as I can, if the tool can offer similar or better feathers like theirs.
I think it's also great to let me, someone can hardly modify the source code, to modify the default page or built a series sample library with hot-keys.
One more great feather. The tool Winsyntax(http://www.winsyntax.com/) have a feather "Copy As HTML" with a hot-key "Ctrl + E". I like this feather, too. ^.^
I think that would be a heavy job to offer all feathers we wish. ^^||
Dev-php es realmente bueno!!! Yo no s programar en Delphi, pero te puedo ayudar en cualquier cosa que se refiera a C++, php y mysql. Las caracteristicas que sugerira para la versin 2.0 son:
1.-Que la opcin de verificar sintaxis mostrara la lnea donde se encuentra el error.
2.-Crear un espacio de trabajo donde estuvieran todos los archivos relacionados al proyecto.
3.-Que en el men donde aparecen las funciones, tambin se mostrara el parametro de estas.
Bueno, ojal y estas caracteristicas pudieran ser implementadas. Dev-php rocks!!!!
with the "insert function" thing in the current version could you make it add it to a user functions list like the main PHP functions list ? unless it does that already and mine is broken :s
Que tal en adicion al client de ftp, aadir un cliente de sftp? El sftp es mas seguro.
Luis Lebron