Changes between Version 2 and Version 3 of CodeBestPractices
- Timestamp:
- 2010-10-25 15:52:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeBestPractices
v2 v3 1 1 = Best practices when coding EwE6 = 2 2 This page attempts to convey some of the oddities and nasties that we have ran into over the years when building EwE6. 3 4 == Resources == 5 Theoretically, the EwE6 scientific interface can be localized to any language, although we do not envy the poor soul commissioned to perform this job. In order to facilitate the job ScientificInterfaceShared offers all shared resources, such as strings and images, that plug-ins and the main Scientific Interface can share. When you develop your own plug-ins with a user interface, please try to stick to the following resource guidelines: 6 * Reuse as many of resources provided in ScientificInterfaceShared 7 * Set the 'localizable' property of your plug-in's forms to True 3 8 4 9 == Target processor ==