Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Overview

PHP Execute Extended Tools is meant to be an extension to Devel's PHP Execute page (/devel/php)

PHP X Tools adds History section to the devel execute page as well as a Saved Script section.

Optionally it integrates with the 'CodeMirror' library (http://codemirror.net/) transforming the plain textarea into a lightweight code editor supporting syntax highlighting, code formatting, code folding, matching brackets and some more. (You need to manually install the codemirror library, see README.txt)

Features

  • Keeps a history of the code executed through Devel's Execute PHP page
  • Gives you the ability to save and load scripts to execute on Devel's Execute PHP page
  • Integrates with Codemirror transforming Devel's Execute PHP page into a lightweight Code Editor supporting syntax highlighting, code formatting, code folding, matching brackets, full screen, search and more (Note: You need to install the codemirror library. Follow install instructions in the included README.txt file)

Requirements

Requires that you have the Devel module installed and enabled.

Known problems

Only supports version 2.x of the Codemirror library. Support for 3.x will be implemented in the future.

Documentation

See the included README.txt file for Installation and further instructions.

Project information

  • Created by DizzyC on , updated