Skip to content

Commit ebe3789

Browse files
MelissaFlinnapupier
authored andcommitted
updating the readme file
Signed-off-by: mflinn <[email protected]>
1 parent 10f4a20 commit ebe3789

File tree

1 file changed

+30
-13
lines changed

1 file changed

+30
-13
lines changed

README.md

+30-13
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,43 @@
33
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)]()
44
[![Gitter](https://img.shields.io/gitter/room/camel-tooling/Lobby.js.svg)](https://gitter.im/camel-tooling/Lobby)
55

6+
# Apache Camel for Eclipse
67

8+
This is a preview release of the Eclipse plugin that adds [Apache Camel](http://camel.apache.org/) language support for XML DSL and Java DSL code.
9+
710
# Features
811

9-
When using the Generic Text editor, completion and documentation on hover are supported. See [here](https://github.com/camel-tooling/camel-language-server/blob/master/README.md#features) for details.
12+
After you add this extension to your Eclipse IDE installation, when you use the generic Eclipse text editor, you can access the following Apache Camel language service features for Apache Camel URIs (both XML DSL and Java DSL):
1013

11-
When using XML or Java editor, only the completion is provided.
14+
* Auto-completion for Camel components, attributes, and the list of attribute values
15+
16+
* Quick reference documentation when you hover the cursor over a Camel component
17+
18+
When you use the XML or Java editor, only the auto-completion feature is provided.
1219

20+
For detailed information about Apache Camel supported features, see the [Language Server GitHub page](https://github.com/camel-tooling/camel-language-server#features).
21+
22+
# Before you begin
23+
24+
* Install the [Eclipse IDE](https://www.eclipse.org/ide/).
25+
26+
Optionally, you can install this plugin on top of an Eclipse IDE installation with Red Hat CodeReady Studio and [Fuse Tooling](https://tools.jboss.org/features/fusetools.html). This **Apache Camel for Eclipse** plugin provides even more help for Fuse development.
27+
28+
* Install the [Eclipse Marketplace client](https://www.eclipse.org/mpc/). In Eclipse, select **Help > Install New Software** and then type **MPC**. Follow the prompts in the installation wizard.
1329

1430
# How to Install
1531

16-
* Install Eclipse
17-
* Drag the button to your running Eclipse
32+
To install this **Apache Camel for Eclipse** plugin:
33+
34+
* Open your Eclipse IDE installation.
35+
* Drag this button [![Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client](https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png)](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=4038733 "Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client") to your running Eclipse workspace.
36+
37+
* Wait until Eclipse completes the installation of the plugin.
38+
39+
* In the popup window that appears when the plugin installation completes, click **Confirm**.
40+
* Accept the license, if asked.
41+
* Click **Finish**.
42+
* Click **Install Anyway**.
43+
* Click **Restart Now**.
1844

19-
[![Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client](https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png)](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=4038733 "Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client")
20-
* Click Confirm
21-
* Accept license if asked
22-
* Click Finish
23-
* Wait...
24-
* Click "Install Anyway"
25-
* Click "Restart Now"
26-
* Enjoy!
2745

28-
tips: you can install it on top of [Fuse Tooling](https://tools.jboss.org/features/fusetools.html) which will provide even more help for development.

0 commit comments

Comments
 (0)