GithubHelp home page GithubHelp logo

lgqhaoyue / eclipse-on-save-hook-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tommyktech/eclipse-on-save-hook-plugin

0.0 1.0 0.0 24 KB

On save hook plug-in for eclipse

Java 100.00%

eclipse-on-save-hook-plugin's Introduction

On Save Hook Plug-in for Eclipse

This plug-in can execute your commands when you save (including change, create, delete) something in Eclipse.

How To Install

  1. Download OnSaveHookPlugin-0.1.8.zip.
  2. Start Eclipse, and select Help->Install New Software... on the menu bar.
  3. Install this archive file according to the instruction below:

Select the archive file:

eclipse-plugin-installation

Progress installation procedures as usual:

eclipse-plugin-installation2

  1. Restart your Eclipse IDE.

How To Configure

You can configure this plug-in per project.

  1. Create a conf file with a name on_save_hook.conf in the top directory of your target project.

  2. In that file, you must set exec item at least like below: exec=C:/Users/test_user/workspace/TestProject/execute_file.bat

  3. Optionally, you can set two items, include and exclude which are used for filtering target files by their names.

How To Execute

This plug-in will run the exec each time when files are changed, created and deleted, I believe.

  1. Change ( or create, delete ) any file on the project.
  2. Then you can see some output on the console view from this plug-in. ( If you can't find any output on the view, make sure that the plug-in is installed correctly into your Eclipse. )
  3. You will also see output there if you echo ( or print ) something in the exec file,

eclipse-on-save-hook-plugin's People

Contributors

tommyktech avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.