Changes between Version 7 and Version 8 of GROUP_APP_HELP_R0
- Timestamp:
- 03/26/09 17:37:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_HELP_R0
v7 v8 25 25 * Help content should be displayed in user's default web browser. 26 26 * Search for a platform independent way to open the browser. 27 * Another option is to use JEditorPane instead of a browser. It has limited functionality, so the help content on the web site has to be compatible with it. 27 28 * In future revisions we can use embedded browser. 28 29 29 30 * The Help menu should contain the following items: 30 * &Help Contents - displays the start page of the help information. 31 * &Help Contents - displays the start page of the help information. See the Extensibility section. 31 32 * &Search... - opens the search page in the website. 32 33 * for next revisions it will be good to have a Help tab similar to the Search tab - search box and list of results. … … 38 39 * in next revisions: Check for &Updates. 39 40 * (& means that the following letter will be underlined and used as a keyboard shortcut). 41 42 * Extensibility 43 * Modules should be able to attach help entries. 44 * Create a module org.sophie2.main.help. 45 * Each Sophie module can provide (if appropriate) an extension with help information. This extension may contain: 46 * URL of the help information of the module. 47 * Can point to the sophie website 48 * Third-party modules can use their vendor's website, or local directory with help files. 49 * Help contents entry. For example, the main.view.menus module can provide an entry with id=menus and title="Menus". 50 * When selecting "Help Contents" in the Help menu, a content page is generated. 51 * The entries are gathered from each module's help extension. 52 * The generated page is in HTML format 53 * The page is created in the TEMP directory. Do not forget to delete it after closing the window. 54 * The page cam consist of a frameset with left frame - the generated menu, and right frame - the remote help page that is invoked by clicking on a menu entry. 55 * We should use locally generated help contents menu instead of the website's help index page, because each Sophie installation may have different plugins installed. 40 56 41 57 * About dialog … … 50 66 51 67 * Tooltips - we already have them, just check for inconsistency. 68 69 * Author and Reader 70 * They need different help information. 71 * Currently there is no Reader, only an idea. 52 72 53 73 == Task result ==