Changes between Version 2 and Version 3 of CodeBestPractices


Ignore:
Timestamp:
2010-10-25 15:52:37 (13 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeBestPractices

    v2 v3  
    11= Best practices when coding EwE6 = 
    22This page attempts to convey some of the oddities and nasties that we have ran into over the years when building EwE6. 
     3 
     4== Resources == 
     5Theoretically, 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 
    38 
    49== Target processor ==