Field-Property grouping

Post your ideas and requests here.

Field-Property grouping

Postby a-igorb » Thu Aug 30, 2007 10:10 am

Can the following be done with the current Regionerate, where the private fields would be grouped together with their accessors?

#region [rgn] Properties (1)

private int _myField;
public int MyField
{
get { return _myField; }
set { _myField = value; }
}

#endregion

Thanks
a-igorb
 
Posts: 3
Joined: Thu Aug 30, 2007 9:58 am

Re: Field-Property grouping

Postby kkozmic » Thu Aug 30, 2007 12:35 pm

I don't think so. Not unless you have some naming convention that would keep one under another. Again, this would require higher level look at the structure of the code and as far as i know, regionerate does not do that (yet)
kkozmic
 
Posts: 46
Joined: Sun Jun 24, 2007 2:18 pm

Re: Field-Property grouping

Postby rauchy » Mon Sep 03, 2007 9:23 pm

a-igorb,

As kkozmic said, this isn't available yet as it requires semantic abilities which will only come to the drawing board after v1.0.

However, since this feature has been requested by many people, and it is a relatively easy one, I might implement it by v1.0, but I can't promise anything.

Keep an eye out though.
Thank you.
-- rauchy.
rauchy
Site Admin
 
Posts: 267
Joined: Wed May 09, 2007 2:39 am
Location: Israel

Re: Field-Property grouping

Postby drmcclelland » Fri Jul 16, 2010 5:40 pm

Hi there!

I'm very new to Regionerate... has this feature been implemented yet? If so, which build should I use and is there an example of it somewhere?

Thanks!
David
drmcclelland
 
Posts: 1
Joined: Fri Jul 16, 2010 5:37 pm


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest

cron