Tuesday, November 8, 2011

Rich Visualforce Editor, major feature update live !

For those who don’t know about Rich Visualforce Editor, its discussed in my previous blog post. On a high level it gives content assist support in visualforce.

New updates !!!

@AjayHada added a couple of new features to Rich Visualforce Editor, like :

  • Context sensitive help for visualforce tags, i.e. select the tag name and press “CTRL + 1”
  • Toolbar icons to quickly launch visualforce and apex developer guide right inside eclipse.
  • Contextual icons in content assist box for tags and attributes.
  • Update site support. Now updating the plugin is super easy.

Further details below about each update :

Context sensitive help for Visualforce tags !

Now if you need to know more about a visualforce tag you are currently coding around. Just select the tag name after “apex:”, as show below

rich visualforce editor context sensitive help by keyboard shortkey

rich visualforce editor help page opened

TODO : Please note, we are working on an enhancement that will open context sensitive help on a tag without selecting the tag name. It will be out soon in a week time.

Toolbar icons for Visualforce & apex developer guide

Two new toolbar icons are added to quickly launch Apex and Visualforce developer guide right inside eclipse.

toolbar icons to launch apex & visualforce developer guides in eclipse

Contextual icons in content assist box for tags and attributes.

Content assist box is beautified now to support different icons for tags and attributes as shown below.

tag icon in content assistattribute icon in content assist

Update site support

Now less of manual intervention is required in updating the rich visualforce editor. It supports Update site from this version. To update, please follow these steps

  1. Goto “About Eclipse” dialog.  To get this dialog, Mac users “Eclipse > About Eclipse”, Windows/Linux users, “help > about eclipse”.About eclipse dialog
  2. Hit the “Installation details” button.
  3. Hit Update button in next dialog as indicated below. Please agree and complete the next screens on the update flow  : Dialog after hitting the update button

 

Roadmap

We are working in couple of more features as mentioned in TODO section of my previous post.

Feedback & Views

Looking forward to those !

15 comments:

e-bacho said...

The previous version worked beautiful on the Force.com IDE. Since you can't update the plugin via the Force.com IDE, I tried to add it as a plugin (dropin). I'm getting error message: missing bundle : org.eclipse.ui.editors 3.6.1. I checked the current version for the IDE is 3.5.0. Is there any chance I can update the editor plugin as I can install the Rich Visualforce Editor?

Thanks.

e-bacho said...

Can you please re-build the solution but instead of 3.6.1 use 3.5.0 for org.eclipse.ui.editors plugin as it will work for the Force.com IDE as well...

Abhinav Gupta said...

Sure e-bacho, I will pass this message to the @Ajay(Developer of this plugin). We will do it sooner, after finishing up the tasks planned for next release.

Though I would strongly recommend leaving force.com ide and installing it in Eclipse 3.6+ as a plugin. Force.com IDE is rarely updated and Eclipse is moving fast.

Abhinav Gupta said...

@e-bacho we will try to give you a drop in jar for time being, so that it works on Eclipse 3.5

e-bacho said...

I'm using both Force.com IDE and eclipse as well and it would be great if this plugin works for both environments...

Cheers

tomasi said...

i'm sorry but i can't install it

looks it's missing the source url to install new sofware via eclipse wizard

can you provide the repository ?
git extension isn't supported

Abhinav Gupta said...

Tomasi, I will update Ajay the author of this plugin about the same, he will send you an update.

Ajay Hada said...

Tomasi, Please download plugin from following link

https://github.com/downloads/ajayhada/Rich-VisualForce-Editor/RichVisualForceEditor_1.0.4.jar

Thanks for showing your interest in this plugin.

banders5144 said...

I have the entire list of visualforce tags in JSON if you need it or the developer of the Rich Visualforce Editor.

Abhinav Gupta said...

@Banders I notified Ajay about the same, he will revert soon. I believe this should be a good help.

banders5144 said...

Where should I send it to? Do you already have it as well?

Ajay Hada said...

Thanks @Banders
Please send it to my mail ajay.hada@gmail.com.

Thanks for your support..

banders5144 said...

I sent it to your email

Krešimir Tonković said...

Hi!

Is there a public update site?

If not, I'd gladly host it for you. I'm the author of the Apex Editor LS - an enhanced apex editor plugin for eclipse, and our plugins would very nicely complement each other.

Ajay Hada said...

@Krešimir Tonković
It is hosted on dropbox

http://dl.dropbox.com/u/12269376/RichVisualForceEditorUpdateSite

thanks,