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

 Friday, September 08, 2006

by Serge Baranovsky

Released PrettyCode.Print for .NET update - build 1.5.357.

Changes in PrettyCode.Print for .NET build 1.5.357

  • ADDED: "View Thumbnails" option in Preview window (turned off by default) - ability to turn thumbnails off resolves the "Out of Memory" issue when printing very large (hundreds or thousands of pages) projects
  • IMPROVED: Support for solutions containing web projects (localhost only) when using PrettyCode.Print standalone
  • FIXED: Error message closing Preview window while formatting printout
  • FIXED: Error message when opening project that includes a non-existing file
  • FIXED: Options -> Header and Footer -> Page Border not turning the Page Border off
  • FIXED: Microsoft.VisualStudio.CommandBars error when installing PrettyCode.Print for VS2005
  • FIXED: Error when closing multiple instances of Visual Studio with PrettyCode.Print Add-In active
  • FIXED: Handling ThreadAbortException error
  • FIXED: Issue processing #Const in VB.NET
  • IMPROVED: Parsing file content with text literals in languages other than English
  • Other bug fixes

Build 1.5.357 is available for download here - http://submain.com/download

Technorati Tags: , , , ,

posted on Friday, September 08, 2006 1:12:46 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, August 30, 2006

by Serge Baranovsky

We released new update for CodeIt.Once - build 1.1.328 - includes the latest bug fixes and moved from Add-In model to mixed Add-In/VSIP(VS SDK) model to address number of issues and provide new features in future build.

Changes in CodeIt.Once build 1.1.328

  • IMPROVED: Renaming identifiers into the same name as their type - now allowed with a warning 
  • FIXED: ItemAdded, ItemRemove and ItemRenamed were not recognized in VS2005 projects
  • FIXED: Identifiers declared in public modules (VB.NET) were ignored when renaming
  • FIXED: Renaming type with the same name as its namespace
  • FIXED: Number of issues renaming members of My.Resource and My.Settings in VB2005
  • FIXED: Some namespaces couldn't be renamed
  • IMPROVED: Handling source code when project directory renamed or files moved - these are now parsed in a background thread
  • Other minor fixes

The build 1.1.328 is available for download here - http://submain.com/download

Technorati Tags: , , , ,

posted on Wednesday, August 30, 2006 12:56:57 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Tuesday, July 18, 2006

by Serge Baranovsky

Mike Gunderloy posted a nice review of CodeIt.Once on Larkware. Mike writes:

"These [refactorings] are all hooked into the user interface though the main menus, the shortcut menus in the code editor, and as appropriate in other spots - for example, you can get to Reorder Parameters from the Object Browser shortcut menu when you have a method selected. One nice thing about CodeIt.Once compared to other refactoring products that I've tried is that the learning curve is very gentle. Every refactoring uses a wizard mode by default, where a step-by-step dialog box walks you through what the refactoring does and helps you make the appropriate choices along the way. For example, the Extract Method wizard offers advice on choosing good method names and reminds you to use Pascal casing on the name, and then provides a user interface to let you name and order parameters. When you're a little more comfortable, you can suppress the introductory screens on the wizards. As a final step, you can opt to dispense with the wizards entirely (on a refactoring by refactoring basis) and operate in expert mode, where invoking a refactoring opens a dialog box that prompts you for just the necessary information."

Thanks for the thorough review, Mike!

Technorati Tags: , , , ,

posted on Tuesday, July 18, 2006 2:10:51 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Friday, June 30, 2006

by Serge Baranovsky

Uploaded new version of CodeIt.Once - build 1.0.272 which is primarity bug fixes for C# 2005 code.

Changes in CodeIt.Once build 1.0.272

  • FIXED: Minor issues parsing C# code with "global", "true" and "false" operators
  • IMPROVED: Renaming methods with generic parameters
  • IMPROVED: Parsing anonymous delegates without parameters and renaming operator parameters in C#
  • FIXED: Broken tab order in select diaog windows.
  • IMPROVED: Processing new C# keywords global, yield, partial, where

The build 1.0.272 is available for download at http://submain.com/download

Technorati Tags: , , , ,

posted on Friday, June 30, 2006 1:58:11 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Monday, May 29, 2006

by Serge Baranovsky

Uploaded new version of CodeIt.Once - build 1.0.258 which includes general improvements when working with C# 2005 code as well as latest bug fixes.

Changes in CodeIt.Once build 1.0.258

  • IMPROVED: Support for unsafe code in Cast expressions,  unsafe types that contain fields with return type "void*" in C# 2005
  • FIXED: Bug parsing nested Cast statements in C# 2005
  • FIXED: Number of issues with generics, inner generics, nullable types and anonymous methods invocation in C# 2005
  • FIXED: Non-ascii characters missing in string literals and comments when parsing source code.

The build 1.0.258 is available for download here - http://submain.com/download

Technorati Tags: , , , ,

posted on Monday, May 29, 2006 12:13:18 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Sunday, May 07, 2006

by Serge Baranovsky

We released new version of CodeIt.Once - build 1.0.244 which includes better handling of VB 2005 code as well as bug fixes reported in the last couple of weeks.

Changes in CodeIt.Once build 1.0.244

  • IMPROVED: Support for Continue statement in VB 2005
  • IMPROVED: Support for Operators in VB 2005
  • IMPROVED: Support for TryCast statement in VB 2005
  • IMPROVED: Support for Cast Targets (CSByte | CUInt | CULng | CUShort) in VB 2005
  • IMPROVED: Support for Property Modifiers in VB 2005
  • IMPROVED: Support for Custom Events in VB 2005

The build 1.0.244 is available for download here - http://submain.com/download

Technorati Tags: , , , ,

posted on Sunday, May 07, 2006 2:38:23 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Wednesday, April 19, 2006

by Serge Baranovsky

So what exactly was changed in CodeIt.Once build 1.0.235 since the Release Candidate 1

  • FIXED: Issue renaming namespace declarations in VB.NET
  • FIXED: Error when opening projects with invalid file names included
  • FIXED: Bug in VB.NET preprocess #const expressions
  • ADDED: Add Parameter refactoring adds Imports/using declaration for the parameter type.
  • FIXED: Bug renaming Attribute classes
  • FIXED: Bug renaming Properties which implements interface property
  • FIXED: A number of issues with renaming overloads, attribute classes and attribute class members.
  • FIXED: CIO not processing new references when multiple references added to the project at once.

The build 1.0.235 is available for download here - http://submain.com/download

Technorati Tags: , , , ,

posted on Tuesday, April 18, 2006 11:48:26 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Tuesday, April 18, 2006

by Serge Baranovsky

It is my pleasure to announce the release of CodeIt.Once for .NET v1.0 - Add-In for Visual Studio.NET 2003 and Visual Studio 2005. We have been working hard and went through extensive Beta testing period to ensure we produce a high quality product.

First version of the product supports both VB.NET and C# and includes 14 refactoring operations:

See Refactoring Tutorials for the refactoring command descriptions and step-by-step tutorials.
 
For more detailed information check out our features page
 
Download VS2003 and VS2005 versions here - http://submain.com/download
 
Enjoy!

Technorati Tags: , , , ,

posted on Tuesday, April 18, 2006 2:22:58 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Saturday, January 07, 2006

by Serge Baranovsky

The VS2005 Extensibility Model is quite a bit different from VS2003 so PrettyCode.Print for .NET was split into two downloads - PrettyCode.Print for .NET (VS2003) and PrettyCode.Print for VS2005 (well, VS2005 :)

Although there are two separate executables to install, PCP.NET is still one product and your v1 serial number will work with both v1.5 versions.

PrettyCode.Print for .NET - standalone version will only open VS2003 projects/solutions and Add-In will work in VS2003.

PrettyCode.Print for VS2005 - standalone version will open both VS2005 and VS2003 projects/solutions. The Add-In will work in VS2005

Technorati Tags: , , , ,

posted on Saturday, January 07, 2006 7:25:19 PM (Pacific Standard Time, UTC-08:00)    #    Comments [0]   
 Thursday, January 05, 2006

by Serge Baranovsky

We have released a new version of PrettyCode.Print for .NET v1.5 - support for VS2005, code regions, preprocess expressions and more..

PrettyCode.Print for .NET v1.5 is free update to our current PCP.NET v1 customers.

What's New in PCP.NET v1.5

We have listened to your feedback and have done a number of improvements to PCP.NET v1.

New Features in v1.5 (build 1.5.163):

  • Support for Visual Studio 2005, VB 8.0 and C# 2.0.
  • Added support for code regions - you can now filter your selection by regions
  • Added support for preprocess expressions
  • Persisting project selection info on reload/refresh and between sessions - will save you time when you print a project often
  • Syntax highlighted snippet area in the project selection window - long time requested feature is here. Makes the code snippet look much nicer and easier to read too.
  • Print Current Module feature (Add-In only) - loads selected file and preselects it - a quick way to print just one file. Available via "Print Current Module" right-click menu in VS Code Editor window or "Print Module" right-click menu in VS Solution Explorer.
  • New "Declaration Text" font setting allows to define a subset of of attributes for namespace, class, method declaration lines, i.e. Public Class MyClass..End Class or Private Sub MySub..End Sub. For example, you can make them bold now.
  • New "Number Of Lines" column in the Class Details grid for Methods and Fields.
  • and many smaller improvements and bug fixes

Download VS2003 and VS2005 builds here - http://submain.com/download

Technorati Tags: , , , ,

posted on Thursday, January 05, 2006 8:00:00 AM (Pacific Standard Time, UTC-08:00)    #    Comments [0]