-
Test Drive Regionerate Beta 2 (v0.7)
I am a couple of days away from releasing Regionerate Beta 2, and I would like to test drive it on some other machines, just to make sure no show stoppers are introduced.
If you wanna help out and test drive it, please e-mail me with your specs (OS, IDE version, service pack, .NET framework version) […] -
New Code Layout Browser Eye Candy
Just a quick preview on the new Code Layout Browser coming up in v0.7.
I really want to release v0.7 by AltNetConf Israel, which is happening this Thursday, so no sleep pour moi.Wish me luck.
Update: [Thursday] Unfortunately, there is no chance I’ll be finishing this today I forgot what it means to release a […] -
Advanced Sorting
This long awaited feature is finally implemented in v0.7.
Now you can use multiple tags in the OrderBy statements, for example:1: <PutMethods>
2: <OrderBy>
3: <Name />
4: […] -
Regionerate Structs & Interfaces
Starting with v0.7, you can finally Regionerate structs & interfaces!
The good ol’ ForEachClass statement had to be modified a bit (yes, that means you must change your Code Layouts) to allow this.
From now on, use the new ForEach statement and specify the type you want to apply layout to.
For example:1: <ForEach […]
-
Back to Work!
After a long delay, I’m getting back to an occasional work session on Regionerate.
Over the past 6 months I got a lot of feature requests by e-mail, and I would like to thank everybody for sending great ideas.
Since releasing a version can be a long procedure, I would like to change my release habits with […] -
Tickets Migrated
After poking around phpBugTracker and milking out some data via phpMyAdmin I’ve migrated some of the tickets from the (non-public) bug tracking system to the new project Trac system.
Since this was done manually, I migrated the open tickets, leaving the closed bugs back in the old system, hoping they will not come back to haunt […] -
Solution Upgraded to Visual Studio 2008
I think its time to move on, so starting on revision 341, the solution is in Visual Studio 2008 format.
Hope this doesn’t cause any problems for anyone. Let me know if you need a Visual Studio 2005 duplicate. -
A Call for Framework-Specific Code Layouts
After releasing the Code Layout Browser, I want to expand the Code Layout library by adding framework-specific or content-specific Code Layouts. I’m talking about Code Layouts such as the “NUnit Test Fixture” Code Layout (an example of framework-specific Code Layout) or the “Plain Old CLR Object” Code Layout (an example of content-specific Code Layouts).
These Code […] -
Code Layout on Steroids!
A nifty feature available on v0.6.7.2 is the Code Layout Browser.
When you hit Ctrl+R (or whatever you had your shortcut set to), the active document is Regionerated. But if you hit Ctrl+R and keep the Ctrl button down, you will be presented with the Code Layout Browser.The Code Layout Browser is similar to the Alt+Tab […]
-
#if #endif Blocks Support
This has been stated as a known issue since v0.2 and I can’t really say I solved it. Its quite a difficult problem since its hard to tell which blocks should come over which blocks (#if-#endif vs. #region blocks)
A relatively easy workaround was to ignore #if-#endif blocks and keep their members the same. I believe […]