Blog

Latest Build – 526

August 16th, 2010
The help documentation has been updated to reflect the many new features in Understand 2.5. There are several fixes to the graphs. Several enhancements to the dependency features.

Build Notes

Grab it at www.getunderstand.com

Open Code Files with Understand

August 10th, 2010

As of build 523, the .udb extension on Windows is associated with Understand and when a .udb file is double clicked it will open the Understand Project. Some users have asked for similar functionality with code files. In the past if you setup Understand to open a code file, by default it would open a new instance of Understand. As of build 525 it will open up in the existing instance of Understand instead of a new one. Keep reading for instructions on registering Understand to open code files.

Read the rest of this entry »

Understand now supports Web Languages

July 8th, 2010

You can now analyze PHP, HTML, CSS and JavaScript files with Understand. Just select “Web” In the New Project Wizard and add your files.

We’re excited about this new feature and would like your feedback, please let us know what you think or if you run into any problems.

screenshot.11

Share Your Project

June 11th, 2010

Use the Project Portability button (Project->Configure Project->Files) to make your project sharable/portable.

More details

UML Class Diagram

June 8th, 2010

We’ve developed a UML Class Diagram for Understand. You can grab it from the plugins page.

image

Edit Companion File with Ctrl + Apostrophe

June 3rd, 2010

As of build 516 If you are editing a code file you can quickly switch to the corresponding header file and back again with Ctrl+’ (apostrophe).

Forum Grand Opening (again)

May 11th, 2010

Last month, we decided to temporarily close the forum. We have finished setting up a new forum and are “open for business” again.

We are focusing the new forum on Understand 2.5 so are not migrating the content from the old forum. If you need to access old posts for some reason you can temporarily find them here.

You will need to create a new user account, and to prevent spam, all new user registrations are reviewed before you can post the first time. We apologize for the initial inconvenience but feel it will make the forum much more useable for everyone in the long run.

You can access the forum on the support page of the website, or here:

http://www.scitools.com/support/forum

Code Refactoring

April 6th, 2010

Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a ‘refactoring’) does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it’s less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring.  — Martin Fowler  http://www.refactoring.com/

In other words, refactoring is making your code cleaner, safer, and easier to use. Understand can be a very powerful tool in your re-factoring arsenal. Here are a few ways you can use Understand in your refactoring process.

Read the rest of this entry »

Line and Statement Counting Metrics

March 22nd, 2010

Understand has many different metrics, including a large number that focus on counting the number of statements and lines of code, including Lines of Code (LOC or SLOC), Lines with Comments (CLOC), empty lines (BLOC), Number of Statements, Number of Executable Statements, etc.

The short C/C++ example below shows how each line and statement contribute to these metrics in Understand. You can view the larger version here.

 

2.5 Upgrade Free if Maintenance Current

March 15th, 2010

image

We have made a lot of changes to the licensing in Understand 2.5. How does this affect you?

  1. These changes require a new license key.
  2. All Understand features are now available to all users

As always, as long as your maintenance is up-to-date, there is no cost for the new version of Understand, we just need to generate a new license for you. The dialog that pops up when you start Understand has three options for getting that new license, whichever you choose, we will get the license to you quickly and without any hassle.

What if your maintenance is not current? You can still use any of these options, and we will get you a quote for getting back up-to-date. Also, the 2.5 install does not overwrite your previous version, so you can continue to use Understand 2.0 with your previous license.

Read the rest of this entry »