Free ball
Our calendar
November 2009
M T W T F S S
« Oct   Dec »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

CodeSMART 2009 for VS.NET

Download CodeSMART 2009 for VS.NET
Code Explorer: Additional information is displayed on the status bar when expanding container nodes (projects, files, types, etc). NEW FEATURES
AutoText: The AutoText subsystem was revised in terms of efficiency and flexibility, and the auto-complete functionality was extended to XAML. SQL, ASP, HTML and JScript code. Code Explorer: An option was added for alphabetically sorting children of aspx file nodes.

  • Code Explorer: now supports tree synchronization with XAML and JScript code.
  • New Property: The ‘New Property’ feature can now be used for generating auto-implemented properties (C# 3.0 specific).
  • Strings Review: XAML support was added to the Strings Review subsystem.
  • Statistics: XAML and was added to the Statistics subsystem.
  • History: The History list is now updated when double-clicking on a result item from one of the result lists (for instance: Find and Replace, , Code Analyzer, etc).
  • New Collection Class: The generated collection class code can now be additionally inserted into a separate class file.
  • Code View Assistant, Name Highlighting: Property-style events (i.e. events with explicit implementation code) are now processed.
  • History: The History list is now updated when viewing a for more than a certain (customizable) time span.
  • History: Items that belong to the currently active document are now emphasized in the history pane.
  • : XAML support was added to the subsystem.
  • Code Explorer: A stop-operation mechanism is now available when expanding the ‘Derived Types’ (the expand action triggers a derived types search).
  • Code Formatter: The column limit on which may split code lines was extended from 140 to 2000.
  • Designer Explorer: The Designer Explorer can now be instructed to display control type names using a ’short’ form (the previously existing option applied to ‘System.Windows.Forms’ controls only).
  • BUG FIXES

  • General: The setup routine failed to correctly identify the version in some situations.
  • Code View Assistant, Name Highlighting: When duplicating methods in C# and VB.NET code, the end-of-line details and name highlighting were displayed only for one of the duplicates. This persisted after the code had been corrected (i.e. the methods were given unique names).
  • Code Explorer: A new algorithm for establishing the image was implemented in order to fix delays on tree scanning.
  • Find References: Existing Find References result markers were not updated in code on subsequent operations.
  • AutoText: Selecting a folder node in the AutoText Manager dialog did not disable the ‘Parameters’ toolbar popup; further attempting to use the popup entries lead to errors.
  • Sort Procedures: An error message occurred sometimes when trying to sort aspx code behind files.
  • Try/Catch Blocks: When enclosing with the default try-catch block without using maker comments, if the header code did not end in a newline then the resulting code was erroneous.
  • : Spell-checking at the current method scope yielded to an error message being displayed when dumping results in the dedicated toolwindow pane.
  • Code Explorer: Multiple node selection was sometimes reported as a result of tree synchronization with code or when asking for a node synchronization from the History pane.
  • Find and Replace: incorrectly detected and reported string matches found within comment blocks when the ‘Skip Comments’ option was enabled.
  • Code Explorer: An error was reported sometimes when refreshing unusual project types (like BizTalk projects for instance).
  • Statistics: An error occurred rarely when running code statistics on large projects.
  • Code Explorer: In certain situations, selecting several file nodes in the Code Explorer tree and trying to open them in bulk led to having only the first selected file opened.
  • New Class: In some situations an error occurred when trying to insert a new class into a C# aspx code behind file.
  • Code Explorer: When having a node selected and then clicking in the (already open) corresponding code window, the parent component node became selected.
  • Code View Assistant: Fixed a “An item with the same key has already been added” exception conditions.
  • Commenting Tools: Fixed an ‘Object variable or With block variable not set’ errors while loading the ‘Regular Comment Templates’ dialog.
  • Code Explorer: Performing a source code control operation on an aspx file was not followed by refreshing the state images of the aspx child file nodes.
  • History, Node Search, Workbench: The navigation pane public items were incorrectly bolded if the corresponding Code Explorer option (which allows marking public nodes with bold text) was enabled.
  • Name Highlighting: Incorrect name highlighting was applied to those C# properties whose type names started with the property name string.
  • Result Panes: Several errors occurred when trying to save a pane results (like: Find and Replace, Code Analyzer, Designer Analyzer, etc) if overwriting a previously saved, read-only file.
  • History: Performing certain operations that changed code in the active document (for instance: Code Formatter, Sort Procedures, Iterative Code, etc), was followed by an unnecessary history list update.
  • Code Flow: If two or more methods had identical bodies, parsing them in the Code Flow window yielded to only one method actually being parsed and to the other(s) being mounted as empty nodes.
  • Code View Assistant, Name Highlighting: Adding or updating a C# method parameter eventually led to not having the method name highlighted anymore.
  • Code Explorer: An error message followed sometimes by a general lockup occurred when double-clicking nodes in the Code Explorer tree, if those elements were part of an ‘aspx’ code behind file whose code window was previously closed.
  • Legacy Error Handling: The line numbering engine (for VB components, both the inserter and the remover) did not process property getter and setter members.
  • General: On VS2005 Standard edition, popped errors caused by certain COM interface issues.
  • New Property, New Method: These code builders were revised in order to avoid several Code View Assistant repaint problems.
  • Find and Replace: The ’search and replace’ operation could not be executed on the current document scope if this corresponded to an opened solution item file.
  • General: The main menu did not entirely fit on systems with resolutions of 1024×768 or 1280×800. Reduced the main menu height by reorganizing the analysis and review tools in a popup.
  • Find and Replace: Trying to skip search results found within comments by properly configuring the operation option set was reported to fail for C# and C++ block comments.
  • : failed to correctly report and point in code misspelled words which were split on two consecutive lines.
  • Code Explorer: Significant optimizations were applied to basic node operations on file children nodes of types other than (i.e. code flow nodes, bookmark nodes, JScript and XAML nodes, etc).
  • History: Certain history items were lost after setting options through the ‘ Control Panel’.
  • Code Explorer: Clicking the ‘Expand Project Nodes’ toolbar button was reported to be ineffective for solutions with a single project when the solution node was configured (in ‘Options’) to be hidden.
  • General: Algorithm optimizations in several subsystems (, Comments Analyzer, Strings Review and Statistics) led to correcting high GDI object consumption issues and to reducing the processing time dramatically.
  • Code Explorer: did not correctly display service references in the Code Explorer tree.
  • Command Assist: An untrapped exception sometimes caused the tool to exit prematurely.
  • Designer Tools: No designer assistance (as in being supported by the Designer Explorer, Tab Order Designer, Hotkey Designer, etc) was available for designer classes that inherited from component objects other than the default ones found in the ‘System.Windows.Forms’ namespace.
  • Code Explorer: Several reports indicated slowness when performing operations (expanding nodes, clicking nodes repeatedly, syncing with code, tree content refresh, etc) on tree structures for projects with many components.
  • Name Highlighting: Editing C++ code was reported to be extremely slow when the Member Name Highlighting feature was enabled.
  • Code Explorer: In 2008, unavailable projects were mounted as ‘unsupported’ project nodes.
  • Code Explorer: When using the ‘Synchronize in Code Explorer’ code window context menu entry the focus was given to the last used Code Explorer pane instead of the tree itself.
  • General: Fixed incorrect initial toolbar positions on the X-axis.
  • Code Analyzer: For and ForEach variable initializers were incorrectly reported as being ‘dead code’ if they were not explicitly used within the block structure body.
  • Code View Assistant: The hotspot markers which go with end-of-line details remained visible on new sessions after this functionality was disabled.
  • Code Explorer: An error was reported when expanding empty JScript file nodes.
  • Code Explorer: Solved ‘Projectitem unavailable error conditions.
  • Code Flow: When double-clicking C# methods that had attributes, an incorrect code location was opened.
  • Code View Assistant, Name Highlighting: Inserting a type with members in a C# document led to having this type’s contained members not processed.
  • Code Explorer: failed to display the “unsupported project” node if the solution consisted of a single project and the solution node was configured (in ‘Options’) to be hidden.
  • Code Explorer: The XAML and JScript file content was not shown in Website projects.
  • General: Heavy optimizations on subsystems depending on keyboard processing (Name Highlighting, Code View Assistant, History, AutoText, Smart Complete etc).
  • Code Flow: Several C# language constructs (like, for instance, the ‘using’ statement) were not displayed in the Code Flow window.
  • Designer Analyzer: The Designer Analyzer feature displayed several error messages when analyzing a control that defined a property named ‘Font’ but not of the ‘System.Drawing.Font’ type nor deriving from it.
  • Code Explorer: After expanding a node, the tree incorrectly scrolled to the selected node (this usually led to having the expanded node moved out of the view).
  • Code Explorer: An error message was sometimes displayed when removing a project from the solution.
  • New Control Spy: When placing an ampersand character (&) in the text field it caused for the next letter in the control name field to be capitalized.
  • Download 2009 for VS.NET

    http://rapidshare.com/files/144926082/.2009.for.VS.NET.Full.Featured.Incl.Crack.DTCG.rar



    Similar posts

    • White Smoke 2009
    • The Executive Package is the most comprehensive WhiteSmoke version, ideal for corporations, business professionals, and professional writers. Providing the most advanced grammar checker and spelling
    • Satellite TV for PC 2009 Titanium Edition
    • is the product of more than years of dedicated research and development to create an easy to use computer program,that legally accesses thousands of television channels from all over the world and

    Leave a Reply

    You must be logged in to post a comment.

    67 queries. 0.409 seconds.