Skip to content

Blog

09/05/2014 public release

gmStudio

  • [Add] Added UI Themes based on installed Visual Studio Themes
  • [Add] Added Automatic Product Update Support
  • [Chg] Improved Product Registration and License Support
  • [Chg] Improved handling of exceptions during IDL generation
  • [Chg] Modify toolBar Help button to display Help menu items (for VS Extension)
  • [Chg] Allow project-specific environment setup script for starting Visual Studio/MSBuild
  • [Fix] Correct error when trying to run builds when Visua lStudio/Msbuild is not installed

gmStudio Plugin

  • [Chg] **Updated for VS2013 (**beta)

Installer

  • [Chg] Improved support for repair/upgrade through windows installer package (MSI file).

08/16/2014 public release

gmStudio

  • [Add] Allow user to specify a report viewer tool instead of requiring file association for .tab files
  • [Add] Allow user to generated a Fix/Replace block from the Search listing
  • [Add] Report gmBasic Version on Help/About report
  • [Chg] Improve Remove File behavior on the Settings/Configuration Files tab file listing
  • [Chg] Improve Copy to ClipBoard features for log grids
  • [Chg] Improve performance of .NET build log reporting
  • [Chg] Simplified Get Hardware ID feature

gmBasic 20.02B8

  • [Fix] Correct handling of special word ‘Reference’ as an application type
  • [Chg] Standardize .NET framework version selection for different VS versions
  • [Chg] Change default font to Microsoft Sans Serif 8pt
  • [Chg] Improve to VB6 language processing
  • [Chg] Support for recognizing designer classes in the property bag based on CLSID (i.e. ActiveReports.ActiveReport)

MetaLang

  • [Chg] idf\AuthorText.xml
  • [Chg] idf\ASPLANG.XML
  • [Chg] lang\NetControls.xml
  • [Chg] lang\OPCODES.XML
  • [Chg] lang\VBASIC.XML

07/16/2014 public release


gmStudio

  • [Add] Allow filter files by content on the Settings/Configuration Files tab
  • [Add] Select file in explorer when clicking Open file location on the Settings/Configuration Files tab file listing
  • [Add] Include Resource files in Source Structure report
  • [Add] Include PropertyPage associated binary (pgx files) size in Source Structure report
  • [Chg] Include Author Resx Files operation in Project Initialization batch
  • [Chg] Display descriptive task attribute names on the Task Filter dialog
  • [Chg] Display descriptive task attribute names on the Task Edit panel
  • [Fix] Correct column alignment for Source Members report
  • [Fix] Prevent exception when removing an invalid VBP from the task list
  • [Fix] Correct task list reporting after past source metrics analysis error
  • [Fix] Prevent exception in ResxFactory when property bag contains duplicate properties
  • [Fix] Prevent exception in ResxFactory when FRX address is longer than 5 characters
  • [Fix] Improve handling of ’&’ in translation script XML

gmStudio.cfg

  • [Add] Add explicit default for ForceReportingOnly
  • [Add] Add explicit default for ExplorerIntegration
  • [Add] Add explicit default for NetLaunchCmd

Sample Rules

  • [Chg] gm.mscomctl.gmsl
  • [Chg] GM.scrrun.dll.xml
  • [Chg] GM.MSCOMCTL.OCX.xml

Sample Migration Support Framework

  • [Chg] Improve Printing Upgrade support classes
  • [Chg] Improve ADODB Upgrade support classes
  • [Chg] Improve Forms Upgrade support classes

gmBasic 20.02B7

  • [Add] Recognize Printers collection
  • [Chg] Improve upgrading UDTs containing fixed array members
  • [Fix] Correct Select Case on Enum
  • [Chg] Allow for Unexpected Procedure Attributes in UserControl
  • [Fix] Bypass indexing checks for explicit event handler calls
  • [Chg] Prevent local variables declared as static or readonly (C#)
  • [Chg] Ensure local Const date is initialized with const expression (VBN)
  • [Fix] Prevent ERR#5369 when calling recursive function returning object
  • [Chg] Improve handling of New in a With block expression
  • [Chg] Prevent spurious undeclared identifier warning for ReDim
  • [Chg] Prevent Unexpected Undefined Variable warning for USC.Extender
  • [Chg] Improve Recognizing Designer Type Members within the Designer instance file
  • [Chg] Support property bag values with string representation up to 8KB in size (e.g. Combox.List with 300+ items)

MetaLang

  • [Chg] lang\VBASIC.XML
  • [Chg] lang\VB6IDL.XML
  • [Chg] lang\OPCODES.XML
  • [Chg] lang\vbmethods.xml
  • [Chg] lang\vbcontrols.xml
  • [Chg] lang\GMSLANG.XML
  • [Chg] lang\enumerations.xml
  • [Chg] idf\MigrationSupport.dll.xml

06/25/2014 public release

gmBasic 20.02B5

  • [Chg] Improve for ASP translations to recognize RegExp class
  • [Chg] Improve handling double-byte/international character sets
  • [Chg] Improve Refactor commands executed before running the <Analyze> operation
  • [Chg] Improve Refactor/CallByName command
  • [Chg] Improve support for referencing complex objects as collection elements
  • [Chg] Improve migration of QueryUnload to FormClosing (WinForms)
  • [Chg] Improve Date to Integer conversions
  • [Chg] Improve Color to Integer conversions
  • [Chg] Improve handling of COM types declared in ASP with <OBJECT RUNAT=“Server” SCOPE=“Application”>
  • [Chg] Improve restructuring code that uses variables before they are declared
  • [Chg] Improve migration of indexers to this/Me properties
  • [Chg] Improve handling of default properties in VB.NET stub class declarations
  • [Chg] Improve handling of curly quores in VB.NET
  • [Chg] Improve initialization of ListBox/ComboBox.ItemData from property bag
  • [Chg] Improve handling of MDI parent initialization
  • [Chg] Improve reporting of translation warning messages to use detailed format
  • [Chg] Improve handling of menu height to be closer to VB6 standard
  • [Chg] Improve compiler to allow identifiers that clash with VB6 reserved words in certain contexts

Metalang

  • [Add] idf\gmSLtoNI.gmsl
  • [Add] idf\GM.vbscript_3.dll.xml
  • [Add] idf\stdole2.tlb.xml
  • [Chg] idf\ASPLANG.XML
  • [Chg] lang\auditvbi.gmsl
  • [Chg] lang\authortext.gmsl
  • [Chg] lang\enumerations.xml
  • [Chg] lang\GMSLANG.XML
  • [Chg] lang\gmslPatterns.xml
  • [Chg] lang\OPCODES.XML
  • [Chg] lang\messages.xml
  • [Chg] lang\Utility.gmsl
  • [Chg] lang\VB6IDL.XML
  • [Chg] lang\VBASIC.XML
  • [Chg] lang\vbcontrols.xml
  • [Chg] lang\vbmethods.xml
  • [Chg] lang\wpfSubsystem.gmsl

gmStudio

  • [Chg] Add Cnt_Bin column to Code Structure Report; this is the size of binary files associated with forms, controls, designers, etc. (FRX, CTX, DSX, etc.)
  • [Chg] Loosen up license logic to allow more operations when limits are violated
  • [Chg] Add Filesystem Autocomplete for file/folder edit boxes
  • [Chg] Add click handlers for URL links in task details and reference details display boxes
  • [Chg] Remove RunDate column from the semantics reports
  • [Chg] Add <Select MissingRef=“JustDoit” /> to the default template translations scripts to allow producig a translation even when COM information is missing.
  • [Chg] Initialize column headers for directory listing on Migration Project Setup
  • [Chg] Added a Reporting-Only Mode setting to User Defaults form
  • [Chg] Add descriptive column headers for directory listings
  • [Fix] Correct folder pickers on the Project File tab of the Settings dialog
  • [Fix] Correct IDF Headers report; detect IDF file names regardless of IDF filename case
  • [Fix] Correct IDL generator to handle newline in default value

Sample Rules

  • [Add] GM.oip11.tlb.xml — Oracle API
  • [Chg] GM.TABCTL32.OCX.xml — Improve compatability with VS Designer
  • [Chg] TabctlTransform.gmsl — Improve compatability with VS Designer
  • [Chg] GM.MSCOMCTL.OCX.xml — Improve Tag
  • [Chg] GM.MSComCt2_WinForms.OCX.XML — Improve Tag
  • [Chg] GM.MSCAL.OCX.xml — Improve DataChanged

05/11/2014 public release

gmBasic 20.02B2
[Fix] Correct ASP parsing of index expressions with embedded tabs
[Chg] Improve type inference of string vs. number
[Chg] Improve interptretation of operator ’+’ as addition or string concatenation
[Add] Implement support for Refactor/Remove status=conditional for VB.NET

MetaLang
[Chg] lang\authortext.gmsl
[Chg] lang\VB6IDL.XML
[Chg] lang\VBASIC.XML
[Chg] lang\wpfSubsystem.gmsl

gmStudio
[Chg] Improve handling of tabs in code scan reports
[Chg] Improve handling of references to VBPs
[Chg] Consolidate Registry settings into GreatMigrations node
[Fix] Correct issue with launching Visual Studio when there is a user batch
command associated with the task.

Samples Rules and Templates
[Add] GM.oip11.tlb.xml — OracleInProcServer API
[Chg] GlobalSettings.xml
[Chg] ScriptRules.xml