Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Sirius » Getting usage information
Getting usage information [message #1765400] Fri, 09 June 2017 08:33 Go to next message
Wilbert Alberts is currently offline Wilbert AlbertsFriend
Messages: 209
Registered: June 2010
Senior Member
Hi,

I would like to know how my users are using my tool (are they mostly using the palette, pop-up menu etc.).

Are there means to collect this kind of information (like a extension point that is triggered whenever a tool is executed)?

Greetings,
Wilbert.
Re: Getting usage information [message #1765416 is a reply to message #1765400] Fri, 09 June 2017 10:18 Go to previous message
Pierre Guilet is currently offline Pierre GuiletFriend
Messages: 250
Registered: June 2017
Senior Member
Hello Wilberts,

I am sorry to say that Sirius does not provide any native mechanism to do what you want.

Though a way to do that could be to do the following:
You define a service in your odesign taking as parameters two parameters.
Then For each tool defined in your odesign you set a let operation with an expression calling the service with tool information like (aql:myService('toolName','isPaletteTool'))
You do the same for pop-up menu operation.

Then in the called services you have information of what tool is called and from palette or not. So you can log this information wherever you want.

Regards,

Pierre


Pierre Guilet - Obeo
Need training or professional services for Sirius?
http://www.obeodesigner.com/sirius
Previous Topic:Create viewpoint (specifications) programmatically
Next Topic:For-Loop: Getting the context of the outer element
Goto Forum:
  


Current Time: Thu Mar 28 19:21:37 GMT 2024

Powered by FUDForum. Page generated in 0.03211 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top