Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-dev] Putting separator beetween actionTools categories / Toolbr order

Hi Artur: What version of uDig are you using? This is specific to actionTools in the toolbar right, not the modal tools in the tool palette.

We use "normal" eclipse stuff for managing tools in the toolbar. 

As is usual for eclipse there are two definitions of normal:

a) actions contributed by an toolbar advisor
b) extension points processed as eclipse starts up

My understanding is these settings are saved as part of the perspective, and the advisor only used when the perspective is being set up the first time.

I have a bunch of notes on how we try and get along with the RCP here:
http://udig.github.io/docs/dev/working_with_eclipse_rcp.html

Here are the notes on menus/actions/toolsbars:

Menus using Actions and ActionSets
Menus using Commands and Handlers
Menus using Operations and Tools

And finally two things that may not work when we upgrade to E4:
Using Udigmenubuilder
Using Workbenchconfigurations

Jody Garnett


On Wed, May 28, 2014 at 12:12 AM, Artur Budzyński <budzekrasta@xxxxxxxxx> wrote:
Hi, 
I'm desperate, as I spent half a day trying to show separator between my actionTools on main toolbar. 

I have many plugins from which I contribute tools to the same categories. I've tried using separators, groups but nothing seem to work.

Also, my second question is on where (in workspace) can I find the order of toolbars rearranged on run time by user (it must be somewhere because it's restored after reset).

Thanks for all replies in advance,
best wishes,

Artur Budzyński


_______________________________________________
udig-dev mailing list
udig-dev@xxxxxxxxxxxxxxxx
https://locationtech.org/mailman/listinfo/udig-dev



Back to the top