[wx-dev] Re: SVN:(MMK) [54077]

Robin Dunn robin at alldunn.com
Tue Jun 10 13:17:54 PDT 2008


Some comments on project norms:


noreply at wxsite.net wrote:
> Revision: 54077
>           http://svn.wxwidgets.org/viewvc/wx?view=rev&rev=54077
> Author:   MMK
> Date:     2008-06-10 11:57:43 -0700 (Tue, 10 Jun 2008)
> 
> Log Message:
> -----------
> 
> 

Commits should *always* have a log message.


> Modified Paths:
> --------------
>     wxWidgets/branches/SOC2008_WXWALLCTRL/include/wx/WallCtrl.h
>     wxWidgets/branches/SOC2008_WXWALLCTRL/wxWallCtrlProject.suo
>     wxWidgets/branches/SOC2008_WXWALLCTRL/wxWallCtrlProject.vcproj
>     wxWidgets/branches/SOC2008_WXWALLCTRL/wxwallctrltest.cpp
> 
> Added Paths:
> -----------
>     wxWidgets/branches/SOC2008_WXWALLCTRL/include/wx/Matrix.h
>     wxWidgets/branches/SOC2008_WXWALLCTRL/include/wx/WallCtrlBitmapSource.h
>     wxWidgets/branches/SOC2008_WXWALLCTRL/include/wx/WallCtrlDataSource.h
>     wxWidgets/branches/SOC2008_WXWALLCTRL/include/wx/WallCtrlPlaneSurface.h
>     wxWidgets/branches/SOC2008_WXWALLCTRL/include/wx/WallCtrlSurface.h
>     wxWidgets/branches/SOC2008_WXWALLCTRL/src/Matrix.cpp
>     wxWidgets/branches/SOC2008_WXWALLCTRL/src/WallCtrlBitmapSource.cpp
>     wxWidgets/branches/SOC2008_WXWALLCTRL/src/WallCtrlDataSource.cpp
>     wxWidgets/branches/SOC2008_WXWALLCTRL/src/WallCtrlPlaneSurface.cpp
>     wxWidgets/branches/SOC2008_WXWALLCTRL/src/WallCtrlSurface.cpp
>     wxWidgets/branches/SOC2008_WXWALLCTRL/wxWallCtrlProject.vsd


Source and header files should be named with all lower case.  If there 
is going to be more than one set of source/header files to implement a 
widget (or family of widgets) then a subdirectory should be used like we 
do for richtext, aui, html, etc. and then the leading "WallCtrl" could 
be removed from the filenames.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the wx-dev mailing list