Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Wish to contribute to Nebula with 3 new widgets.

Hi Angelo,

This sounds great. I agree mostly with Mickael's ideas. About the formeditor. It _could_ be something that can mature in Nebula incubation. Since we will no longer be an incubation for SWT, we can extend our scope. I will send a separate e-mail about the scope extension later.

Anyway, the first two are definitly worth to include and I am looking forward to the contribution. I don't think we need to jump through all the IP hoops again. Only if we rely on a new library, we need to file a (piggyback) CQ.

However, please file bugs for the new widgets so that we can track them.

Regards,

Wim



.

On Sat, Feb 18, 2012 at 9:36 PM, Angelo zerr <angelo.zerr@xxxxxxxxx> wrote:
Hi Nebula Team,

I would like again to contribute to Nebula project with 3 widgets (that I must finish (clean code+set comments+finish API, etc) that we are using in our XDocReport RCP/RAP Application

  • ModelPicker.: which gives you the capability to pick a model (for instance in our case pick a Client from a database) in a SWT Text by using several means like completion, open a custom search dialog to select a Client , etc). I would like improve it too to pick multi model with a SWT Table (instead of SWT Text). In the attached screen ModelPicker1.png you can see screen with completion. In screen ModelPicker2.png you can see Browse button wich provides several means (that you configure it) to search a Client (here there is completion + search client dialog). In the attached screen ModelPicker3.png you can see the search client dialog.
==> Are you interested with this widget?
  • SimpleRichText : which gives you the capability to type HTML, WIki...syntax in a SWT Text and gives you a preview (please see SimpleRichText). Some toolbar like bold, italic are available. This component should be a lot improved, but I woul dlike know if you are interested? It's called SimpleRichText and not RichText because it's not a wysiwyg editor. You must type your HTML or Wiki content in the SWT Text and you have toolbar which helps you to generate well html, wiki and have a preview (which works with SWT Browser).
==> Are you interested with this widget?
  • ModelFormEditor:  which extends FormEditor and gives you the capability to manage a model (load a model, save it). This editor provides some method to implement like onLoad, onBind, onSave, etc, and after this editor manage for you the dirty state of the editor by using the JFace Databinding created in the onBind. This editor manage too error (display error in the form header) by using JFace Databinding validator. I don't know if my explanation is enough, but I think this kind of editor miss in RCP. If it's not enough, tell me and I will explain more.
==> Are you interested with this widget?

Hope you will like it my proposition.

Regards Angelo

_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev



Back to the top