Re: [gentoo-dev] Language styling translation tools

2005-06-21 Thread Anthony Gorecki
On Tuesday, June 21, 2005 2:48 am, Paul de Vrieze wrote: > What the tool should basically do is in some way record the full names > (including namespaces) that were changed, and then at the end change them > back again. That was one of the first things that I considered, but how would it know to

Re: [gentoo-dev] Language styling translation tools

2005-06-21 Thread Wesley Leggette
On Mon, 2005-06-20 at 21:32 -0700, Anthony Gorecki wrote: > On Monday, June 20, 2005 9:30 pm, Wesley Leggette wrote: > > Isn't that sort of like speaking French with English words? > > Sorry, perhaps I should actually state what I need to do in clear terms: > I need to turn MyQuiteLongClassOrMetho

Re: [gentoo-dev] Language styling translation tools

2005-06-21 Thread Paul de Vrieze
On Tuesday 21 June 2005 06:32, Anthony Gorecki wrote: > On Monday, June 20, 2005 9:30 pm, Wesley Leggette wrote: > > Isn't that sort of like speaking French with English words? > > Sorry, perhaps I should actually state what I need to do in clear > terms: I need to turn MyQuiteLongClassOrMethodName

Re: [gentoo-dev] Language styling translation tools

2005-06-20 Thread Anthony Gorecki
On Monday, June 20, 2005 9:30 pm, Wesley Leggette wrote: > Isn't that sort of like speaking French with English words? Sorry, perhaps I should actually state what I need to do in clear terms: I need to turn MyQuiteLongClassOrMethodName() into my_quite_long_class_or_method_name() and then back aga

Re: [gentoo-dev] Language styling translation tools

2005-06-20 Thread Wesley Leggette
On Mon, 2005-06-20 at 17:00 -0700, Anthony Gorecki wrote: > I frequently work with C# applications, and rather than remaining perpetually > irritated by innate class and method (et al.) naming style of the .NET > framework, I'd like to either find or write a script to rewrite the class and > met

[gentoo-dev] Language styling translation tools

2005-06-20 Thread Anthony Gorecki
I frequently work with C# applications, and rather than remaining perpetually irritated by innate class and method (et al.) naming style of the .NET framework, I'd like to either find or write a script to rewrite the class and method names automatically. Ideally, such a script would run after a