Todo: - Add some help bubbles - create an icon when saving a usermenu, and ask to place it to wbstartup, so that it automatically gets installed after reboot - convert '"' to '*"' else the item won't work! Bugs: - If "D'n'D sort" is enabled, no structure checking is done! The system doesn't allow to have a menu within a menu. Only submenus or items. A submenu can only consists of items! But you can create several menus though. - The window position and size doesn't gets remembered!? Don't know why [reported by Daff] seems so that the window size if only saved, when the position was changed too!? History: ======== 3. März 2010 v1.3 New: Added some new strings Chg: Changed the "Save..." button to act as "Save" not as "Save as" New: Added a new menuitem "Project/New..." to start a new project if you changed the current project but didn't saved, a requester pops up 1. März 2010 Chg: To load a project you can drop it on the listview now, previously you could drop it everywhere in the window New: You can now add an item by dropping a file or directory onto the "Add..." group. [suggested by stefkos] New: If you drop a directory, the "comType" is automatically set to INTERNAL and the "command" is set to open a new lister with the directory! New: if you drop a file, but didn't have add a menu before, a menu gets added automatically New: a dropped files "comType" is set to INTERNAL and the "command" is set to "loaduri " so the file is handled by ambient New: added a helpbubble to the listview and the add-group which says what will be done with the dropped files 28-Feb-2010 v1.2 Chg: If you add a new menu/submenu/menuitem it will be set as the active entry New: The initial drawer when you load/save a project is set to SYS:WBStartup [suggested by Daff] Chg: Removed the MSG_Menu_Prefs_MUI locale string, cause its the same in all languages New: If the current project was modified and you select quit, a requester asks you if you want to save before quit, quit w/o save or cancel Chg: Added a "..." to MSG_Menu_Project_Quit, because if the current project was modified a requester appears New: Added some more localized strings New: The save requester is now in SaveMode (But I think today its no difference, previously a SaveMode-Req doesn't supported doubleclick) New: You can now drop icons/files on CRABUMs window to load a usermenu! New: If you want to load a new project, but the current has been changed, a requester appears 26-Feb-2010: v1.1 New: Added shell args support, you can now specify a filename, which will be loaded at startup [suggested by beworld] Fix: If you load a file where no entries were found, a warning req appears Chg: Renamed Menu/Project/Save Menu/Project/SaveAs New: Added Menu/Project/Save to save current project [suggested by beworld] Fix: Fixed a read from NULL [Thx to Marcin Kornas] New: The name of the current project is now displayed in the window title New: If you changed the current project a "*" is displayed after the name in the window title New: The state of the "DnD Sort" checkmark is now remembered Chg: The "Shortcut" now can only be one char instead of a string, because only one char is supported by the OS Fix: The "Shortcut" wasn't saved! New: New catalog strings: MSG_Warning_NoValidEntriesFound, MSG_Menu_Project_Save, MSG_Menu_Project_SaveAs also added underscores to MSG_Req_Ask_ButtonsYesNO and MSG_Req_Ask_ButtonsYESNo 24-Feb-2010: v1.0 beta Chg: Replaced my selfmade about win by the new standard about box New: Now the currently installed user menus will be removed before adding new menus [suggested by fab] New: Added french translation by beworld to archive New: Added hungarian/magyar translation by sadddam to archive New: Put all catalog languages into a .cs file for use with SimpleCat by Guido Mersmann Chg: Changed the locale string MSG_List_Help_Command to display the ambient placeholders which can be also used from the usermenus [suggested by fab] 23-Feb-2010: v0.1 first public beta version