User:Bogomil/Jetpack: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 26: Line 26:
===Step 1===
===Step 1===
* Learn how to create plugins for most popular tools
* Learn how to create plugins for most popular tools
====IDE====
====IDE====
* [http://www.aptana.com/ Aptana] [http://talkweb.eu/openweb/785 Getting started]
{| width=100% border=1
* [http://www.eclipse.org/ Eclipse] - [http://www.eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html Plugin API]
|IDE
* [http://www.activestate.com/komodo-edit Komodo Edit] - [http://community.activestate.com/faq/tools-developing-komodo-add-ons-extensions PluginAPI]
|API
* [http://projects.gnome.org/gedit/ gEdit] - [http://live.gnome.org/Gedit/PythonPluginHowTo Plugin API]
|Language
* [http://macromates.com/ TextMate] - [http://manual.macromates.com/en/appendix#plug-in_api Plugin API]
|-
|[http://www.aptana.com/ Aptana]
|[http://talkweb.eu/openweb/785 Getting started]
|Ruby
|-
|[http://www.eclipse.org/ Eclipse]
|[http://www.eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html Plugin API]
|Java && XML
|-
|[http://www.activestate.com/komodo-edit Komodo Edit]
|[http://community.activestate.com/faq/tools-developing-komodo-add-ons-extensions PluginAPI]
|JS, XUL, CSS
|-
|[http://projects.gnome.org/gedit/ gEdit]
|[http://live.gnome.org/Gedit/PythonPluginHowTo Plugin API]
|Python
|-
|[http://macromates.com/ TextMate]
|[http://manual.macromates.com/en/appendix#plug-in_api Plugin API]
|[http://en.wikipedia.org/wiki/Cocoa_%28API%29 Cocoa]
|-
|}


===Step 2===
===Step 2===

Revision as of 12:24, 24 May 2011

Code name: JetPack it

About

Create plugins for RAPID and EASY JetPack development: commands, code snippets and tutorials.

We need that to make JetPack development more easier and to provide to developers set of tools to empower their IDE's with JetPack functionality. Simple and easy.

Proof of concept

Simple bundle for Aptana. < See screenshots and video.

Screenjp2.png

Steps

Step 0

Results

OS

chart1.png

Location

chart2.png

Step 1

  • Learn how to create plugins for most popular tools

IDE

IDE API Language
Aptana Getting started Ruby
Eclipse Plugin API Java && XML
Komodo Edit PluginAPI JS, XUL, CSS
gEdit Plugin API Python
TextMate Plugin API Cocoa

Step 2

  • Document that and engage the community to participate. It's gonna be fun.

IDE

  • Aptana
  • Eclipse
  • gedit
  • Komodo