Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

 Tuesday, July 22, 2008

by Serge Baranovsky

New version of CodeIt.Right is almost out. We have a beta build 1.1.08198 for you today. Please download and give it a try, let us know what works and what doesn't. This is pretty big release that includes .NET 3.5 support, Guidelines document template generation, new command line version parameters and more. Please share your feedback in the forums.

If you get an unhandled error dialog, please enter your email address so we could let you know when we resolved the issue or if we need to contact you for more details in our troubleshooting.

For the .NET 3.5 support we have made major changes to our parsing engine - please report all issues you encounter with the Beta.

Major changes in the v1.1 Beta:

  • Support for .NET 3.5 (C# 3.0 and VB 9.0)
  • New feature - Generate Template in Profile Editor allows to generate guidelines document template based on the profile. Please note the XSL stylesheet only works with IE (not Firefox)
  • Improved Profile Editor layout
  • Added "Rule Info" tab in Profile Editor
  • Pivot View allows to save your custom views (Save As)
  • Updated SDK documentation - now includes most every class, method and property of CodeIt.Right SDK
  • Auto-Update now also includes the latest help file
  • New Options -> General -> Max violations to report (default 1000) to limit to the first N violations reported
  • New Rules:
    1. Do not declare read only mutable reference types (Security)
    2. Seal methods that satisfy private interfaces (Security)
    3. Secure GetObjectData overrides (Security)
    4. Assemblies should declare minimum security (Security)
    5. Override link demands should be identical to base (Security)
    6. Prefix member calls with self (Usage)
    7. Do not prefix calls with Base unless needed (Usage)
  • CodeItRight.Cmd.exe improvements:
    • Added MsBuild and Nant tasks (SubMain.CodeItRight.MSBuild.dll and
      SubMain.CodeItRight.NAntBuild.dll)
    • Fixed /Quiet option
    • Added /OutXSL parameter
    • Added /CRData parameter
    • Improved formatting of the output XML data file
    • Added return error codes
    • Removed key press required in the older version
    • see CodeItRight.Cmd.exe Command Line Options for details
  • many bugs fixed

Download build 1.1.08198 here - http://submain.com/download.aspx?product=codeit.right-beta 

Note: Even though 1.1.08198 is a stable Beta it's Beta nevertheless. Proceed with care.

Technorati Tags: , , , , ,

posted on Tuesday, July 22, 2008 2:31:18 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Saturday, April 12, 2008

by Serge Baranovsky

This CodeIt.Right rule update includes fixes as well as 3 new security rules.

New rules:

  • Do not declare read only mutable reference types (Security)
  • Seal methods that satisfy private interfaces (Security)
  • Secure GetObjectData overrides (Security)

These rules are included with the default profile and you will only need to follow the wizard to merge them into your custom profiles.

Fixes:

  • Rule "Do not override operator equals on reference types" incorrectly triggered violation for the "Equals" method. Now this rules only reports violation for the operator "==" override.
  • Fixed "If the type is a generic type, CIR adds the apostrophe-count string to the class name for the deserialization constructor"
  • Fixed "If there is no explicit default parameterless constructor, adding the deserialization constructor causes errors in all derived classes that called the parameterless constructor"

As a reminder, this set of rules is distributed using the Rule AutoUpdate feature which triggers 15 minutes after you start Visual Studio. If you turned the feature off, you can manually start the update wizard from the CodeIt.Right/Help & Support/Update Rules menu.

Technorati Tags: , , , , ,

posted on Saturday, April 12, 2008 11:59:05 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Sunday, March 23, 2008

by Serge Baranovsky

Since the v1.0 release a number of improvements were requested for use CodeIt.Right in an automated build process and we are making a refresh for CodeItRight.Cmd.exe available today. This version of CodeItRight.Cmd will be included as part of the v1.1 release which additionally will ship with ready to use tasks for MSBuild and NAnt.

See CodeItRight.Cmd.exe Command Line Options for complete list of the console version command line switches and error codes.

Important:

  • This copy of the console version of CodeIt.Right will only work with the original v1.0 release (build 1.0.08035)
  • It will only work with the VS2005 and VS2008 version of CodeIt.Right. If you need VS2003 version, please contact support.

You can download the new improved  here

Instructions:

  • Extract SubMain.CodeItRight.Cmd.exe from the downloaded zip file
  • Save it to CodeIt.Right program directory, typically Program Files\SubMain\CodeIt.Right

Changes in this build of CodeItRight.Cmd.exe:

  • Fixed /Quiet option
  • Removed key press required in the older version after it is done analyzing solution
  • Added /OutXSL parameter 
  • Added /CRData parameter
  • Improved output XML data formatting 
  • Added return error codes

See CodeItRight.Cmd.exe Command Line Options for complete list of the console version command line switches and error codes.

posted on Sunday, March 23, 2008 1:00:44 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Monday, January 28, 2008

by Serge Baranovsky

Another CodeIt.Right rule update. Next stop, release of CodeIt.Right, is targeted at February 1. Yes, that's the end of this week, better hurry to take advantage of the pre-release pricing ;)

New CodeIt.Right rule posted:

  • Use prefix for return type  (Naming)
  • Avoid prefix for return type (Naming)
  • Use prefix for derived type (Naming)
  • Avoid prefix for derived type (Naming)

The four rules above will not be included into the default profile - see How to add rule to User Profile to learn how to add these into your custom profile.

This set of rules is distributed using the Rule AutoUpdate feature added into the Beta 2 of CodeIt.Right. Auto Update triggers in 15 minutes after you start Visual Studio. If you turned the feature off you can manually start the update wizard from the CodeIt.Right/Help & Support/Update Rules menu.

Technorati Tags: , , , , ,

posted on Monday, January 28, 2008 2:57:15 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, January 16, 2008

by Serge Baranovsky

Here we have another smallish update for CodeIt.Right - build 1.0.08005. 

Early next week we publish another couple of new really cool rules. We will use rule Auto-Update to push them to you.

You can see the product is getting very stable now and we only do minor modifications. Which means, guess what? That we are releasing soon :)

So, make sure you take advantage of our pre-release CodeIt.Right license pricing while it's not too late ;)

Changes since the last build

  • Enabled the "Enter Registration Code..." menu item. Those of you who already purchased CodeIt.Right license (thank you!) can now activate the product. 
  • Fixed issue with with XML comments rule with enum members all declared on the same line.
  • Fixed problem in the UseOrAvoidCertainPrefixes rule - see forum post
  • Addressed a couple of bugs in the refactoring engine.
  • Few other minor fixes.

Download build 1.0.08005 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta announce post.

Technorati Tags: , , , , ,

 

posted on Wednesday, January 16, 2008 2:11:49 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Friday, December 21, 2007

by Serge Baranovsky

Release is just around the corner - CodeIt.Right Release Candidate build 1.0.07355 is available now. This build also includes CodeIt.Right SDK help file. Please download the Release Candidate and share your feedback in the forums.

Major changes overview since the last Beta build

  • Added support for VS2008 - currently only supports .NET 2.0 solutions in the VS2008 IDE
  • Included CodeIt.Right SDK help file - installs into the SubMain/CodeIt.Right/Help directory. Also available separately in the Community Download section
  • Linked to SDK Reference help file from the main CodeIt.Right Help
  • Added Proxy settings to the Options dialog (Options/Proxy)
  • Addressed lockup issue when CodeIt.Right would freeze VS2005 running under Windows Vista
  • Added option to turn off anonymous rule usage statistics reporting (Options/Other)
  • Added option to exclude regions from analysis (Options/Exclude Regions). Predefined regions are
    • Web Form Designer Generated Code
    • Web Services Designer Generated Code
    • Windows Form Designer Generated Code
    • Component Designer Generated Code
    • Assembly Attribute Accessors
    • My.Settings Auto-Save Functionality
    • COM GUIDs
  • Improved the rules auto-update function
  • Fixed number of issues in the refactoring engine
  • Fixed - when new rules with configurable properties added to a profile, the Editor will warn if the properties are not populated on the rule Save action
  • Fixed Add Rule dialog in Profile Editor now saves sort order
  • Other minor changes and bug fixes.

Download build 1.0.07355 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta announce post.

Technorati Tags: , , , , ,


posted on Friday, December 21, 2007 4:28:36 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Monday, December 03, 2007

by Serge Baranovsky

New CodeIt.Right rule posted:

  • Externally visible types and members should have XML comments (General)

This rule makes sure all Public and Protected members and types have XML documentation comment.

AutoCorrect option for this rule is 'Add XML comment template' which will add

(for VB)

    ''' <summary>
    '''     
    ''' </summary>
    ''' <value>
    '''     <para>
    '''         
    '''     </para>
    ''' </value>
    ''' <remarks>
    '''     
    ''' </remarks>

(for C#)

    /// <summary>
    ///     
    /// </summary>
    /// <value>
    ///     <para>
    ///         
    ///     </para>
    /// </value>
    /// <remarks>
    ///     
    /// </remarks>

(actual content of the template will depend of the code element the XML template are being added to).

This set of rules is distributed using the Rule AutoUpdate feature added into the Beta 2 of CodeIt.Right. Auto Update triggers in 15 minutes after you start Visual Studio. If you turned the feature off you can manually start the update wizard from the CodeIt.Right/Help & Support/Update Rules menu.

Don't forget to leave your feedback in the CodeIt.Right forum http://community.submain.com/forums/4/ShowForum.aspx

(Note: if you skip the custom profile update step in the Rules Update Wizard, you still can add new rules to your custom profile(s) using the Add Rule button in the Profile Editor - you will find recent rules by sorting the date column)

Technorati Tags: , , , , ,

posted on Monday, December 03, 2007 2:26:36 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Monday, November 19, 2007

by Serge Baranovsky

Another refresh for CodeIt.Right Beta build 1.0.07322. Please download the latest build and to let us know what you think on the forums.

Major changes overview since the last build

  • Changed setup directory for VS2005 version to "CodeIt.Right" - used to be "CideIt.Right for VS2005"
  • Toolbar and most of the menu is now enabled even when you don't have any solution/projects open
  • Changed file format of Rule Update engine to .ZIP (from .DLL) to avoid firewall issues.
  • Added new rules (more to come after Beta 2)
    1. AssembliesShouldHaveValidStrongNames (Design)
    2. Remove unused private methods (Performance)
    3. PropertiesShouldNotReturnArrays (Performance)
  • Added date sort order in the "Add Rule" dialog. 
  • Fixed bug not allowing to add rule to profile if rule belongs to a custom Category
  • Fixed issue with "Solution Folders"
  • Fixed bug with CompilerGenerated/GeneratedCode attributes - now analysis is skipped inside the element marked with CompilerGenerated or GeneratedCode attribute
  • In Custom Rules for "ModificationDate" now use the modification date of the rule assembly
  • many smaller changes and bug fixes.

(Note for current Beta users: to see the new rules you will need to switch back to the built-in profile or add them to your custom profile(s))

Download build 1.0.07322 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta 1 announce post.

Technorati Tags: , , , , ,

posted on Monday, November 19, 2007 2:20:33 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Friday, November 02, 2007

by Serge Baranovsky

We have updated CodeIt.Right Flash presentations based on the Beta 2 layout - they are covering new features as well - http://submain.com/tutorials

Quick Start - Quick 1 minute CodeIt.Right walk through

Introduction to CodeIt.Right Features - Here is where we show main CodeIt.Right functions and options

ISerializable Pattern example - One of many scenarios when CodeIt.Right helps to diagnose issues early and implement coding patterns correctly.

Please let us know in the CodeIt.Right Discussion Forum if these are helpful and how you think we can improve the presentations.

Click here to read about CodeIt.Right

(Just a heads up - there is CodeIt.Right update coming up in the next 2 weeks)


 


Technorati Tags: , , , , ,

posted on Friday, November 02, 2007 10:32:47 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, October 31, 2007

by Serge Baranovsky

Another update for CodeIt.Once - build 1.2.07303 - resolved issues with solution folders, generics, improved quality of the Rename, Extract Interface and Encapsulate Field commands.

Download link - http://submain.com/download

Technorati Tags: , , , ,

posted on Wednesday, October 31, 2007 12:42:22 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, October 17, 2007

by Serge Baranovsky

New set of CodeIt.Right rules:

  • Avoid unsealed attributes (Performance)
  • COM visible types should be creatable (Interoperability)
  • Pointers should not be visible (Security)
  • Remove empty finalizers (Performance)

(All of the new rules above offer AutoCorrect options)

This set of rules is distributed using the Rule AutoUpdate feature added into the Beta 2 of CodeIt.Right. Auto Update triggers in 15 minutes after you start Visual Studio. If you turned the feature off you can manually start the update wizard from the CodeIt.Right/Help & Support/Update Rules menu.

Another set of rules will be distributed with new build of CodeIt.Right next week as some of them require updated version of the SDK.

Please leave your feedback how much you like/dislike the AutoUpdate feature, your suggestions - in the CodeIt.Right forum http://community.submain.com/forums/4/ShowForum.aspx

(Note: if you skip the custom profile update step in the Rules Update Wizard, you still can add new rules to your custom profile(s) using the Add Rule button in the Profile Editor - you will find recent rules by sorting the date column)

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta 1 announce post.

Technorati Tags: , , , , ,

posted on Wednesday, October 17, 2007 12:59:59 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Monday, October 08, 2007

by Serge Baranovsky

We published new CodeIt.Right rules:

  • Mark assemblies with assembly version (Design)
  • Mark assemblies with CLSCompliant (Design)
  • Mark assemblies with ComVisible (Design)
  • Remove unused locals (Performance)

(All of the new rules above offer AutoCorrect options)

This is the first set of rules that we distribute using the Rule AutoUpdate feature recently added into the Beta 2 of CodeIt.Right. Auto Update triggers in 15 minutes after you start Visual Studio. If you turned the feature off you can manually start the update wizard from the CodeIt.Right/Help & Support/Update Rules menu.

The AutoUpdate feature is brand new - please leave your feedback how much you like/dislike it, what steps are not intuitive, what would you improve - in the CodeIt.Right forum http://community.submain.com/forums/4/ShowForum.aspx

(Note: if you skip the custom profile update step in the Rules Update Wizard, you still can add new rules to your custom profile(s) using the Add Rule button in the Profile Editor - you will find recent rules by sorting the date column)

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta 1 announce post.

Technorati Tags: , , , , ,

posted on Monday, October 08, 2007 4:17:36 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, September 26, 2007

by Serge Baranovsky

CodeIt.Right Beta 2 is out now - major update since the Beta 1.

Our team is eager to hear your feedback on the Beta 2 version, as you can really influence the next stage of development. Be sure download the Beta 2 and to let us know what you think on the forums, and have your chance to win 1 of 3 $100 Amazon gift certificates to be awarded to the top three posts by October 31st.

Major changes overview since the last Beta 1 build

  • Improved analysis performance
  • Help file covers most rules
  • Added new rules (more to come after Beta 2)
    1. DoNotHideBaseClassMethods
    2. AvoidLongTypeArgumentsForVB6Clients
    3. AptcaTypesShouldExtendAptcaBaseTypes
  • Added Rule Update mechanism - allows to notify of new rules published on SubMain site, download, install and update custom profiles.
    New post-Beta 2 rules will be distributed this way.  

  • Added Pivot View

  • Revamped Correction Progress dialog with Report, Export and Undo features

 

  •  Lots of smaller changes and tons of bug fixes.

(Note for current Beta users: to see the new rules you will need to switch back to the built-in profile or add them to your custom profile(s))

Download build Beta 2 build 1.0.07268 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta 1 announce post.

Technorati Tags: , , , , ,

posted on Wednesday, September 26, 2007 12:00:05 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Tuesday, September 25, 2007

by Serge Baranovsky

Maintenance release of CodeIt.Once - build 1.2.07269 - resolved a number of bugs, removed Custom and Repair un-install options as they weren't working correctly.

Download link - http://submain.com/download

Technorati Tags: , , , ,

posted on Tuesday, September 25, 2007 4:08:12 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Friday, September 14, 2007

by Serge Baranovsky

This is a maintenance release of PrettyCode.Print for .NET and, for the most part, includes bug fixes - quite a few issues reported since the April 2007 update.

The update is free for current users.

Download at http://submain.com/download

Technorati Tags: , , , ,

posted on Friday, September 14, 2007 1:40:24 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, July 04, 2007

by Serge Baranovsky

New pre-Beta 2 build (1.0.07172) of CodeIt.Right is published - command line version, XML report, exclude attributes, FxCop rule mapping, many bugs fixed - these make it a major update. Give it a try and tell us what you think.

(Note for current Beta users: to see the new rules you will need to switch back to the built-in profile or add them to your custom profile(s))

Changes in build 1.0.07172:

  • ADDED: Command line version SubMain.CodeItRight.Cmd.exe - yes, we support Continuous Integration now!
  • ADDED: Export to XML
  • ADDED: XSL template for XML report
  • ADDED: Custom attributes to exclude rules or rule categories from analysis
  • ADDED: Rule mapping to FxCop rules and support for existing FxCop/MS Code Analysis SuppressMessage attributes.
  • CHANGED: Rule Designer renamed into Profile Editor
  • REMOVED: CreationDate from IRule interface
  • ADDED: "ReplaceIdentifierPrefix" rule - allows to replace existing prefixes (e.g. replace "m_" or "g_" with "_")
  • ADDED: "ReplaceIdentifierSuffix" rule - very similar to the replace prefix rule above
  • FIXED: Issue with line # pointing at the beginning of the structure and not at the actual violation line
  • FIXED: Problem loading ASP.NET web sites via HTTP
  • CHANGED: Add Rule dialog - now includes rule modification date column
  • IMPROVED: Undo/Redo perfomance
  • other fixes

We will be posting soon brief info on SuppressMessage attribute support and using the command line version.

Download build 1.0.07172 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta announce post.

 

Technorati Tags: , , , , ,

posted on Wednesday, July 04, 2007 12:45:38 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Tuesday, May 29, 2007

by Serge Baranovsky

New version of CodeIt.Once is out - build 1.2.07116 - includes Vista and 64 bit OS compatibility, setup improvements and bug fixes.

This version is free for current CodeIt.Once users.

Changes in CodeIt.Once version 1.2.07116

  • ADDED: Vista and 64 bit OS compatibility  
  • IMPROVED: Support for automatic VSS file check out
  • IMPROVED: Performance loading solution files
  • FIXED: Issues with the use of keyword names (e.g. "[class]") in C#
  • FIXED: StackOverflowException and other bugs when renaming Namespaces
  • FIXED: Parsing code with NamespaceAliases and "::"
  • FIXED: Parsing extern aliases in C# 2.0
  • FIXED: Parsing delegate anonymous methods in C# 2.0
  • FIXED: Number of issues with Rename, Extract Interface, Inline Variable and Remove Parameter refactorings
  • ADDED: Setup now copies assemblies to PrivateAssemblies directory
  • ADDED: If older version is present setup will uninstall it first
  • Other bug fixes

Download link - http://submain.com/download

Technorati Tags: , , , ,

posted on Tuesday, May 29, 2007 2:04:13 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Monday, April 30, 2007

by Serge Baranovsky

As promised earlier this month we released PrettyCode.Print for .NET update - build 1.7.07111. This update addresses Vista and 64 bit OS compatibility, complete VB8.0 and C# 2.0 syntax, setup improvements and bug fixes.

This version is free for current PrettyCode.Print for .NET users.

Changes in build 1.7.07111

  • ADDED: Vista and 64 bit OS compatibility 
  • IMPROVED: Complete VB 8.0 and C# 2.0 syntax support
  • IMPROVED: Setup detects older version and uninstalls if present 
  • ADDED: New parameter for PrettyCode.Print.AddInRegistration.exe to recreate VS.NET toolbar and menu commands
  • ADDED: Support for operators in VB and resolved number of related bugs
  • FIXED: Microsoft.VisualStudio.CommandBars error when installing PrettyCode.Print for VS2005
  • Other bug fixes (over 30 in total)

Download at http://submain.com/download

Technorati Tags: , , , ,

posted on Monday, April 30, 2007 1:20:15 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, April 11, 2007

by Serge Baranovsky

New Beta build (1.0.07100) of CodeIt.Right is available - added new rule category 'Exception Handling' with 3 new rules, revamped toolbar and fixed whole a lot of bugs reported in the last month. Try it out 

(Note for current Beta users: to see the new Exception Handling rules you will need to switch back to the built-in profile or add them to your custom profile(s))

Next stop - new version of PrettyCode.Print for .NET to be released late this month.

Changes in build 1.0.07100:

  • REMOVED: "Stop Analysis" button in toolbar and menu
  • CHANGED: "Start Analysis" toolbar button - replaced icon with text
  • CHANGED: Moved built-in profile into a separate resource DLL - SubMain.CodeItRight.Rules.Default.dll 
  • FIXED: Drawing issue for marker box 
  • ADDED: New rule category - "Exception Handling"
  • ADDED: New rule "DoNotRaiseSpecifiedExceptionTypes" with correct action "Change type of exception to specified type"
  • ADDED: New rule "DoNotCatchSpecifiedExceptionTypes" with correct action "Change type of exception to specified type"
  • ADDED: New rule "DoNotHandleNonCLSCompliantExceptions" with correct action "Catch specific exception using parameter catch block"
  • UPDATED: Help file - with new rules and category information
  • other fixes

With over 2 dozen bugs fixed (not listed individually above) and 3 new exception handling rules this is significant and more stable Beta build.

Download build 1.0.07100 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta announce post.

 

Technorati Tags: , , , , ,

posted on Wednesday, April 11, 2007 12:18:59 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Friday, March 30, 2007

by Serge Baranovsky

We just uploaded update for our free VS2005 plug-in SmartOutline - build 1.0.5 - read below for the list of changes.

There is update for CodeIt.Right Beta coming late next week and new version of PrettyCode.Print for .NET will be released late in April.

SmartOutline changes in build 1.0.5:

  • FIXED: Drawing issue - http://community.submain.com/forums/thread/168.aspx 
  • CHANGED: Moved Log file to "<User Documents>\SubMain\SmartOutline for VS2005\"
    directory (Vista Compatibility)
  • ADDED: Added Properties.xml file to "<User Documents>\SubMain\SmartOutline for
    VS2005\Properties\" directory
  • ADDED: "GlyphColor" configuration in Properties.xml - color of the glyph in the left editor sidebar (default: brown)
  • ADDED: "DrawGlyph" configuration in Properties.xml - enable/disable drawing the glyph (default: true)
  • ADDED: "SelectionTimerInterval" configuration in Properties.xml - editor selection polling time interval
posted on Friday, March 30, 2007 2:10:26 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Thursday, March 08, 2007

by Serge Baranovsky

We published new Beta build of CodeIt.Right - added new rule, a number of UI improvements and bug fixes. Give it a try.

We will be rather quiet for two weeks - Misha is traveling up here to Seattle for the Microsoft MVP Global Summit. We both will be busy with the Summit and events around it. Misha is very excited about the trip - this is his first time in Seattle and United States. We both will take few days off and go ski at Crystal Mount. We've worked hard getting CodeIt.Right Beta out and certainly going to enjoy the time off - just to rejuvenate before we jump on the next set of improvements :)

That doesn't mean we will go incommunicado - there will be no new CodeIt.Right builds for two weeks that's all. We are leaving two developers in the shop and Stuart as usually will be on the top of the support issues. I will make sure I follow up on support cases at least every other day.

Changes in build 1.0.07066:

  • ADDED: Progress window for parsing code, loading references and running code analysis
  • ADDED: Progress window the Correct Checked operation
  • FIXED: Disabled Naming rules for ASPX type names
  • FIXED: Issue with concurrent access when caching references
  • FIXED: Resolved issues when CodeIt.Right installed under an Andministator account and used under a User or Restricted User account
  • ADDED: SkipOnCheckAll propery to the IRule interface (for Custom Rules)
  • ADDED: Text description to most of the toolbar buttons
  • IMPROVED: Unhandled exception logging
  • FIXED: "NullReferenceException" when the "Show Analysis Window" toolbar button clicked
  • ADDED: Separate tree branch in New Project/New Item for CodeIt.Right Custom Rule Library and Wizard in VS2003 and VS2005
  • CHANGED: Excluded modifier "Extern" in most rules in built-in profile
  • ADDED: New rule "DoNotRethrowExceptionsExplicitly"
  • FIXED: Bug in the "DoNotRaiseReservedExceptionTypes" rule
  • other fixes

Download build 1.0.07066 here - http://submain.com/download/codeit.right

For more information on CodeIt.Right, getting started presentation, support and feedback see Beta announce post.

 

Technorati Tags: , , , , ,

posted on Thursday, March 08, 2007 2:53:02 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Saturday, February 24, 2007

by Serge Baranovsky

Here we have the new Beta build of CodeIt.Right available for download. There are no new rules added in this build but we polished quite a few existing rules, added new features and fixed bunch of issue.

Change list:

  • IMPROVED: Excluding rules/violation now does not require re-analysing the whole solution
  • ADDED: "Show Analysis Window" - brings up CodeIt.Right window if it is lost in the stack of opened code windows in the VS IDE
  • IMPROVED: CodeIt.Right now will work correctly even under restricted user account
  • FIXED: Issue with "IdentifiersShouldDifferByMoreThanCase" rule
  • ADDED: Added support for "Solution Folders" in VS2005 web projects
  • IMPROVED: In Rule Designer when editing a built-in profile it prompts now to create a new profile
  • FIXED: Setup preserves Visual Studio settings and toolbar customization
  • FIXED: Various setup improvement
  • ADDED: Total count to CodeIt.Right window tab captions for Violations/Excluded Violations/Excluded Rules/Excluded Files
  • CHANGED: Merged error and reference log files into one
  • CHANGED: Location for log file, profiles, settings to My Documents
  • CHANGED: Location for reference cache to User Application Data
  • ADDED: "Show Analysis Window", "Check All", "Clear All", "Correct Checked" to CodeIt.Right menu
  • IMPROVED: "Do not declare external visible fields" rule - added option to create public Property (Pascal Cased) if possible
  • CHANGED: Setup copies 3rd party assemblies to GAC and own assemblies to private assemblies directory
  • CHANGED: Violation report file changed from *.cirdata to *.crdata
  • other fixes

Build 1.0.07055 can be downloaded here - http://submain.com/download/codeit.right

For more information on getting started with CodeIt.Right, support and feedback see Beta announce post.

 

Technorati Tags: , , , , ,

posted on Saturday, February 24, 2007 12:31:51 AM (Pacif