gPHPedit

Source: Wikipedia, the free encyclopedia.
gPHPEdit
Developer(s)Andy Jeffries, Anoop John
Preview release
0.9.91 / July 5, 2006; 17 years ago (2006-07-05)
Repository
Available inEnglish
TypeText editor
LicenseSince 0.9.96: GPL-3.0-or-later[1]
Until 0.9.91: GPL-2.0-or-later
Websitewww.gphpedit.org Edit this on Wikidata

gPHPedit is a discontinued

Scintilla. It was originally written by Andy Jeffries, and was maintained by Anoop John. It is similar to gedit with the difference that it is designed for PHP and HTML text editing. The last version is 0.9.91, released on July 5, 2006. It is free software licensed under the terms of the GNU General Public License
(GPL),

Features

Syntax highlighting

Coding assistance

Syntax checking/navigating code

  • Lint checking If the
    command line binary is installed for PHP, gPHPEdit can use it to do a lint check on the code being edited. If the command line binary finds a problem it will underline the appropriate line with a wavy red line (ala Microsoft
    Word's spell check).
  • Incremental search

Either click in the box or hit Ctrl+I to start typing some text to match. As type is entered the editor will find text that matches. If there are multiple matches, hit Enter each time to cycle through them. When finished searching, hit Escape to send the focus to the editor to make the changes at the last found position.

  • Goto line If the line number to edit is known (for example from an in-browser error message), click in the box or hit Ctrl+G to type a line number. When Enter is pressed, gPHPEdit will go directly to that line ready for editing.

Integrated help

Porting/testing

Version 0.9.91 is now in Debian Stable thanks to Lior Kaplan.[3]

gPHPedit is available as a stable Gentoo binary.[4]

It has also been ported to FreeBSD although not officially supported by gPHPedit.org[5]

References

  1. ^ "Moved licenses to GPLv3". GitHub. 2009-02-22.
  2. ^ "Features/Screenshots - gPHPEdit - PHP/HTML/CSS Development Environment for GNOME". Andy Jeffries. Archived from the original on 2007-08-27. Retrieved 2007-09-14.
  3. ^ Debian Webmaster. "Debian - Details of package gphpedit in squeeze". Packages.debian.org. Retrieved 2010-11-10.
  4. ^ "gPHPEdit - PHP/HTML/CSS Development Environment for GNOME". Andy Jeffries. Retrieved 2007-09-14.
  5. ^ "FreshPorts -- editors/gphpedit". DVL software Ltd. Retrieved 2007-09-14.

External links