Menu

MxEclipse 0.9.2

Version 0.9.2 is available for download. You can check what's new:
http://mxeclipse.sourceforge.net/releases/v0.9.2.html
or go directly and download it:
http://mxeclipse.sourceforge.net/download.html

Just unpack it in Eclipse folder. Properly set library plugin, as described in the instructions, is a prerequisite. If you have already done this for the previous version, you don't have to do it again.

***** v0.9.2 (2008-03-06)
MxBusiness:
* Menu
- Basic tab
- Link tab - containing text area for links
- Items - shows/edits child menus/commands (contained by the selected menu)
- Settings tab
- Offers picklists for setting name/value (based on the name).
- This one can be configured in org.mxeclipse.model.SettingsMenu.txt file - format:
Line 1: Name of the setting
Line 2: Pipe separated available values
Line 3: Default value
Then it repeates for the next setting
- Appart from the predefined range of names/values, free text for both is enabled - user can enter whatever.
- Expand in the tree will show all child items (menus/commands), as well as parent menus

* Command
- Basic tab
- Link tab - containing text area for links
- Settings tab
- Offers picklists for setting name/value (based on the name).
- This one can be configured in org.mxeclipse.model.SettingsCommand.txt file - format:
Line 1: Name of the setting
Line 2: Pipe separated available values
Line 3: Default value
Then it repeates for the next setting
- Appart from the predefined range of names/values, free text for both is enabled - user can enter whatever.
- User Rights tab
- Shows all persons/roles/groups/associations having privileges on the command
- If empty, the command is not constrained - everyone can see it
- Expand in the tree will show all parent menus, but also access right related persons/roles/groups/associations
defined for the command

* Table
- Basic tab
- Columns tab
- Save is currently not implemented
- Column
- Basic tab
- Settings tab - similar as for Menus & Commands. Configuration in org.mxeclipse.model.SettingsTable.txt
- Save is currently not implemented

******
More about the plugin:
http://mxeclipse.sourceforge.net

Posted by Tihomir Ilic 2008-03-06

Log in to post a comment.