Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

lwindolf/gedit-phplint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHPLint plugin for Gedit

Simple plugin to run 'php -l' on PHP code.

Requirements

Gedit 3.14 and PHP CLI installed.

Installation

You might want to install the plugin using Gedit Plugin Installer or these manual steps

git clone https://github.com/lwindolf/gedit-phplint.git
mkdir -p ~/.local/share/gedit/plugins/
cp -r gedit-phplint/phplint.plugin gedit-phplint/phplint/ ~/.local/share/gedit/plugins/

Ensure to restart Gedit and activate the plugin in the preferences.

Usage

When a PHP source code file is active, you can check it with Tools > Check with PHPLint or with the accelerator Ctrl+J. The results are automatically displayed in the bottom panel.

About

Simple PHP syntax checker plugin for GEdit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages