From: Francesco M. <f18...@ya...> - 2005-09-01 19:55:24
|
Hi all, I was thinking that the new component list page will probably look like: A (2): 1 | B(1): 1 | ... | W (40): 1 2 3 4 | ... that is, since almost all component's names start by 'wx' the "W" initial will be "abused". Also: it's obvious that at wxCode we have only components wx-based; so, why should we name all the components with "wx" prefix ? So, I suggest to solve this problem removing the "wx" prefix by all component names from wxCode database (this would not require any change to CVS). Then I could modify the scripts so that they show the component name with a "wx" prefix automatically attached. This would mean that all components at wxCode have a name which starts (at least in the component list page) by "wx"... is it okay ? I have some components which do not have wx prefix and there is no problem at all for me to add "wx" prefix to them. Please post your opinion if you wouldn't like this change. Another solution would be to tell to the database to ignore the "wx" prefix. Unfortunately AFAIK there's no way to tell this to a database through an SQL query... anyone knows ? Francesco |