Git Product home page Git Product logo

openide's Introduction

OpenIDE - https://groups.google.com/forum/#!forum/openide

OpenIDE is an easily extensible tool for developers. It ties together the terminal, text editor and the ability to build and optionally share your extensions. You can write scripts reacting to editor events, file system changes and more.

Extensions for OpenIDE can be written in any language. As long as the language understands stdin and stdout it's all good. There are three different types of extensions:

* Scripts (commands you can run from the terminal)
* Reactive scripts (scripts reacting to events)
* Language plugins (plugins handling language spesific issues)

Any of these can run other commands and publish it's own events. Scripts are created in a way that they are self documenting and prepared for auto completion.

The OpenIDE configuration points are kind of like your usual .git folder. A .OpenIDE folder will be placed on the root level of your workspace. This gives the ability use your extensions as a DSL for your workspaces. You can even commit your .OpenIDE folder to the git repository and check your development environment out with your source code. By using the profile support in OpenIDE several developers can work while all having their OpenIDE environment committed with the source code.
The structure of OpenIDE let's developers choose which extensions should be shared with the rest of the team and which extensions should be private to you.

To get started go here https://github.com/continuoustests/OpenIDE/wiki

openide's People

Contributors

acken avatar maxim-filimonov avatar

Watchers

 avatar  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.