Release History

By product

JustCode (discontinued) BETA2010.2.23

February 23, 2010

New:

  • A new "Create Constructor" quick fix was added.

  • Added a refresh button to Find Usages window.
  • Added quick fix items for "Move Type to Another File" and "Rename File to Match Type Name" refactorings.
  • IMPORTANT: The previous versions of JustCode expire on 1st of March so it's highly recommended you install this version. We're sorry for the inconvenience.

     

Bug Fixes:

  • Fixed the reported exceptions.
  • Fixed a problem with "Good Code Red" problems in web site projects.
  • Fixed an issue with "Create Get/Set Property" and "Create Constructor" not available if the selection starts from the beginning of the line.
  • Fixed a problem which occurs when JustCode is trying to generate a property from erroneous code.
  • Fixed a problem with the middle mouse button click.
  • Fixed problems which occur if App_GlobalRessources files like StringsRes.zh-CHS.resx exist.
  • Fixed a problem with the "Add Reference And Fix Using" quick fix.
  • Fixed Create "Get/Set property" to update usings if necessary.
  • Update the code analysis when the default imports (VB) have been modified.
  • (C#) Implicit conversion of nullable enum to System.Enum.
  • (C#) Generic method resolution when a method parameter is a generic delegate where both the return type and a parameter type is a type parameter of the delegate.
  • (C#) Default expression as start of a statement.
  • (VB) New line after <%= in XML literal.
  • (JS) "final" is not a keyword yet.