Changes between Initial Version and Version 5 of Ticket #1029


Ignore:
Timestamp:
Sep 11, 2014, 7:44:27 AM (10 years ago)
Author:
dan_trev
Comment:

Attached is a ridiculously large patch that changes all the variable names (with a few exceptions) from colour to color.

The remaining offenders are in strings and/or reference XML entries.

The main exception is that wxWidgets uses colour. So wxColour and wxColourDialog references must remain unchanged. I changed ColourDialog to ColorDialog but that causes some weird color.colour combinations when calling the parent class wxColourDialog and may need removed.

The string renaming need more attention to get right. I did not observe any namespace issues within the variables - the XML could be different (I simply don't know).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1029 – Description

    initial v5  
    11Currently the code and data files use a random mixture of "colour" and "color". To minimise confusion, we should change everything to use one form of spelling consistently. (Which form?)
    2 
    32(There may be some other words with similar spelling problems.)
    4 
    53(I don't think spelling in comments is worth caring about; only class names, XML element/attribute names, etc.)