Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

7/30/2007 7:58:30 AM
Derek Lakin-90.199.71.244
7/30/2007 7:58:05 AM
Derek Lakin-90.199.71.244
7/30/2007 7:57:47 AM
Derek Lakin-90.199.71.244
7/30/2007 7:57:25 AM
Derek Lakin-90.199.71.244
7/30/2007 7:55:50 AM
Derek Lakin-90.199.71.244
List all versions List all versions

RSS feed for the FlexWiki namespace

Regionerate Settings
.
Summary
SeeAlso

Using Regionerate

  1. Download and install Regionerate from http://www.regionerate.net.
  2. Copy and paste the settings below into a file named FlexWiki.xml.
  3. In Visual Studio, on the Tools menu, click Regionerate Settings.
  4. In the Regionerate Settings dialog box, click Use custom, and then click Browse.
  5. Navigate to the FlexWiki.xml file that you created previously.
  6. In the Regionerate Settings dialog box, click Save.
  7. In your class file, press CTRL + R to apply the settings to the current file.
Note

Settings

  <CodeLayout xmlns="http://regionerate.net/schemas/0.6.3.8/CodeLayout.xsd">
        <ForEachClass>
                <CreateRegion Title="Fields" Style="Invisible" SeparatingLines="0">
                        <PutFields>
                                <Where>
                                        <Access Equals="Public" />
                                </Where>
                                <OrderBy>
                                        <Name/>
                                </OrderBy>
                        </PutFields>
                        <PutFields>
                                <Where>
                                        <Access Equals="Protected"/>
                                </Where>
                                <OrderBy>
                                        <Name/>
                                </OrderBy>
                        </PutFields>
                        <PutFields>
                                <Where>
                                        <Access Equals="Private"/>
                                </Where>
                                <OrderBy>
                                        <Name/>
                                </OrderBy>
                        </PutFields>
                        <PutFields>
                                <Where>
                                        <Access Equals="Internal"/>
                                </Where>
                                <OrderBy>
                                        <Name/>
                                </OrderBy>
                        </PutFields>
                </CreateRegion>
                <CreateRegion Title="Constructors" Style="Invisible" SeparatingLines="0">
                        <PutMethods>
                                <Where>
                                        <IsConstructor Equals="true" />
                                        <Access Equals="Public"/>
                                </Where>
                                <OrderBy>
                                        <ParametersCount Direction="Descending" />
                                </OrderBy>
                        </PutMethods>
                        <PutMethods>
                                <Where>
                                        <IsConstructor Equals="true"/>
                                </Where>
                                <OrderBy>
                                        <ParametersCount Direction="Descending"/>
                                </OrderBy>
                        </PutMethods>
                </CreateRegion>
                <CreateRegion Title="Properties" Style="Invisible" SeparatingLines="0">
                        <PutProperties>
                                <OrderBy>
                                        <Type />
                                </OrderBy>
                        </PutProperties>
                </CreateRegion>
                <CreateRegion Title="Methods" Style="Invisible" SeparatingLines="0">
                        <CreateRegion Title="Public Methods" Style="Invisible">
                                <PutMethods>
                                        <Where>
                                                <Access Equals="Public" />
                                        </Where>
                                        <OrderBy>
                                                <Name />
                                        </OrderBy>
                                </PutMethods>
                        </CreateRegion>
                        <CreateRegion Title="Protected Methods" Style="Invisible" SeparatingLines="0">
                                <PutMethods>
                                        <Where>
                                                <Access Equals="Protected" />
                                        </Where>
                                        <OrderBy>
                                                <Name />
                                        </OrderBy>
                                </PutMethods>
                        </CreateRegion>
                        <CreateRegion Title="Private Methods" Style="Invisible" SeparatingLines="0">
                                <PutMethods>
                                        <Where>
                                                <Access Equals="Private" />
                                        </Where>
                                        <OrderBy>
                                                <Name />
                                        </OrderBy>
                                </PutMethods>
                        </CreateRegion>
                        <CreateRegion Title="Internal Methods" Style="Invisible" SeparatingLines="0">
                                <PutMethods>
                                        <Where>
                                                <Access Equals="Internal" />
                                        </Where>
                                        <OrderBy>
                                                <Name />
                                        </OrderBy>
                                </PutMethods>
                        </CreateRegion>
                </CreateRegion>
        </ForEachClass>
  </CodeLayout>

Not logged in. Log in

Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics