
gphpedit
Some of the highlights.
- Syntax highlight PHP, CSS, HTML.
- Auto complete function names, parameters and variables.
- Syntax checking (lint).
- Integrated help inside the editor.
Install gphpedit by executing following command.
sudo apt-get -y install gphpedit
screem
Screem has each and every functionality a web developer ever need. Some of the highlights of screem.
- Link validation.
- Auto completion, high level tree view of functions and variables.
- DTD checking and suggesting html that is compatible with current DTD.
- Plugin support or helper applicaitons. eg: HTMLTidy to clean up code.
- Automatically close tags.
- Preview page.
- Page template support.
- Auto sync with remote site.
- Spell checker.
- Task management to track status of your project using TODO comments.
- Wizards to simplify code generation.
- PHP function reference.
Install screem by issuing following command.
sudo apt-get -y install screem
Continue reading →