Re: [Sunuml-developers] wxPython/wxWidgets help
Status: Planning
Brought to you by:
lazaruslong
From: Steven G. <laz...@gm...> - 2008-11-07 00:02:18
|
For toolbox we can use FoldPanelBar class (comes with wxPython). ok - it true that you can have two panel open at the same time. Which avoid the StarUML behavior of having to reopen all them all the time. Code style: I think we should follow wxPython style guide ( > http://wiki.wxpython.org/wxPython%20Style%20Guide) > Arghh... wxPython doesn't follow the Python guidelines but the wx style :( The Python patch styles guidelines: http://www.python.org/dev/patches/style/ *A tab character should always be equivalent to 8 spaces, not 4 as is the default in most editors on Mac and Windows.) Make sure all lines fit in 78 columns. When submitting C code, don't use C++ style (//) comments. Write function and method calls like this; foo(arg1, arg2); * http://www.python.org/dev/peps/pep-0257/ http://www.python.org/dev/peps/ http://www.python.org/dev/peps/pep-0008/* * Should we follow wxPython or Python ? IMO Python as it is the *language* we choice but I will follow the majority... :/ Regards, Steven |