Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- Sep 27, 2015, 6:24:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 3 3 [[PageOutline]] 4 4 5 = Welcome to the development home of xworkplace=5 ==Description== 6 6 7 xworkplace is undoubtedly the universal WPS enhancer no OS/2 - eCS system should miss. xwp add lots of useful features to many parts of your system, while being totally configurable, so that all features you don't like can be turned off. 7 xWorkplace (XWP) is undoubtedly the universal WPS enhancer no OS/2 - eCS system should miss. XWP add lots of useful features to many parts of your system, while being totally configurable, so that all features you don't like can be turned off. 8 9 XWorkplace is the successor to Ulrich Möllers popular XFolder WPS-Enhancer utility. 8 10 9 11 The official home page [http://www.xworkplace.org/] unfortunately seems to be not maintained anymore so I decided to write down some information here about the current state of this project emphasizing on the needs of developers who may build xwp and add features. 10 12 11 This page needs some polishing. So if you want to contribute feel free to edit this wiki. 13 ===Features=== 14 XWorkplace consists of a whole collection of WPS replacement classes, plus lots of other features, among which are: 15 * Freely configurable context menus. 16 * Extended sort functions: finally there are system-wide default sort options, plus more sort criteria (e.g. sort by extension). 17 * Display of folder content in context menus. 18 * Freely configurable folder status bars. 19 * Full path in folder window title bar. 20 * Freely configurable folder hotkeys (e.g. "F5" for "Refresh now", or "Ctrl+E" for "Sort by extension"): more than 30 items can be configured. 21 * Freely configurable object hotkeys: assign a hotkey to any WPS object and have it opened quickly this way. 22 * "Snap to grid" for all folders. 23 * Auto-scroll folder Tree views to make appearing items visible. 24 * Extended Shutdown / Restart WPS features: you can now abort shutdown, configure many things, skip hanging programs, and even automatically reboot to a certain partition, if you have BootManager installed. 25 * Lots of new WPS settings objects to ease system configuration, including CONFIG.SYS settings and device driver setup. 26 * New "WPS Class List" object for manipulating the WPS class list. 27 * Default WPS icons can be freely replaced. 28 * More system sounds for certain WPS events. 29 * "Treesize" utility to find out how much disk space is consumed by a folder and its subfolders. 30 * "Netscape DDE Interface" utility to have URLs being passed to the currently running Netscape instance instead of always starting a new one. 31 * A trash can with full WPS "delete" support. 32 * Lots of mouse and keyboard enhancements, such as sliding focus, sliding menus, screen corner objects, and global object hotkeys — all with full WPS integration. 33 * PageMage, a "virtual desktops" utility. 34 * The XCenter, a WarpCenter replacement. 35 36 12 37 13 38 == Binaries == … … 42 67 == Building xworkplace == 43 68 44 * check out complete source tree from http://svn.netlabs.org/repos/xworkplace/branches/branch-1-069 * Check out complete source tree from http://svn.netlabs.org/repos/xworkplace/branches/branch-1-0 45 70 Bear in mind we do not use the usual svn trunk directory for current versions. In /trunk lives the next version 1.1. 46 * check out source tree for helpers from http://svn.netlabs.org/repos/xwphelpers/branches/branch-1-071 * Check out source tree for helpers from http://svn.netlabs.org/repos/xwphelpers/branches/branch-1-0 47 72 * I think it's not mandatory but you can get some widgets here http://svn.netlabs.org/repos/xwpwidgets/trunk. Note there is also a branch 48 73 http://svn.netlabs.org/repos//xwpwidgets/branches/with-usbwidget which seams Ben Rietbroek has created. 49 * follow the included documentation in progref.inf74 * Follow the included documentation in progref.inf 50 75 51 76 == Links == … … 54 79 * [http://www.xcenter.os2usr.org/ XCenter Plugin List homepage]. This site lists available XCenter widgets from various sources. 55 80 81 == License == 82 This is an open source project under the GNU GPL V2 license. 56 83 57 = Credits=84 == Credits == 58 85 59 86 * Ulrich Möller