PDA

View Full Version : is there any type of IDE for clies?


proxy
08-20-2003, 04:05 PM
I write a lot of HTML and PHP code, and wanted to know if theres any good IDEs out there for the clies? For those of you that dont know, IDEs(stands for something i forgot =)) are basically text editors meant for code languages, it will number the lines and color code it properly. i dont even care about the numbered lines, but having a program to check if my PHP syntax is correct would be great. does anyone know if what im looking for exists?

Atomic Chicken
08-20-2003, 06:33 PM
Proxy,

IDE = Integrated Development Environment

Typically this consists of a code editor, compiler, and debugger application rolled into a single user interface window.

Best regards,
Bawko

proxy
08-21-2003, 12:00 AM
Originally posted by Atomic Chicken
Proxy,

IDE = Integrated Development Environment

Typically this consists of a code editor, compiler, and debugger application rolled into a single user interface window.

Best regards,
Bawko

right, does one exists for the palm os?

jcontre
08-21-2003, 12:25 AM
Hola

PalmOS most used IDE is the Codewarrior. In version 9 you have
support for Os5 and some sony extensions.
http://www.metrowerks.com/MW/Develop/Wireless/PalmOS/Professional/Default.htm
It is not free (for free you got gcc, but not a nice ide.... :-)


You would need also the sony SDK, in version 5, it supports the NX
models, and recently they added the UX.
(This is free....)
http://www.cliedeveloper.com/top.html

Unfortunately, for no know reason to humankind.... Sony has not released the full API to the NX hardware, so there are some areas that can not be used by thirdparty developers (Sound API, Camera, WIFI card, etc)


Hope this helps...
Regards

cykalan
08-21-2003, 12:54 AM
i think he's referring to programs on the CLIe to edit PHP codes....

not writing codes for the CLIe on the PC...

proxy
08-21-2003, 06:47 AM
Originally posted by cykalan
i think he's referring to programs on the CLIe to edit PHP codes....

not writing codes for the CLIe on the PC...
yup. im looking for something similar to macromedias dreamweaver or jedit, just a program to write my code in.