General CADD Pro Changelog

What's new in General CADD Pro 11.1.06

Jun 21, 2013
  • Compiler build error. This is a rebuild and fresh upload of 11.1.05

New in General CADD Pro 11.1.05 (Jun 21, 2013)

  • TZ,=,@; DERR now set if ESC pressed.
  • Lock Width fix
  • TG mismatch Layer fixed
  • Batch Layout Print misc fixes
  • Grave Key macro limit increased to 100
  • DWG Write warn in log is text spacing is not equivalent to AutoCAD
  • DWG Write - option to temporarily Explode components with hidden layers in definition
  • Arial Black in status prompt (See tip of the week video on website)
  • http://www.generalcadd.com/forum/ubbthreads.php?ubb=postlist&Board=22
  • New file locking scheme - creates .~GX file
  • No file locking on Selection saved files
  • WI ghostie
  • Explode component with blank textline problems fixed
  • XData manage Bulge data variable - GetExtents and Load from disk
  • Revision Cloud (RV) fixes
  • Seed Fill (IF) fixes
  • Layout tab Layers restored - Andy
  • DWG Read 3D Polyline - optimized

New in General CADD Pro 11.1.04 (Jun 21, 2013)

  • QL,TAB quick list assigning new command to tabbed toolbar now working
  • AM command possible problem finding GoogleMap.DLL fixed
  • Attributes: Double Click on a Component with Attributes to pop up a dialog for easy edit of Attribute values.
  • Attributes: AT,S new Global option to update all the Attached attributes in the drawing. Undoable
  • DWG Write Text Justification Mapping Update

New in General CADD Pro 11.1.03 (Jun 21, 2013)

  • S3D - Contour fix
  • DWG Write text justify mapping update
  • Pick point removed from snap boxes in commands such as Move and Copy

New in General CADD Pro 11.1.01 (Jun 21, 2013)

  • PH asks for end of path
  • Text Lock Width in TE
  • Radial Dim setting: suppress center line
  • OD Ordinate Dimension X-axis and Y-axis dimension added

New in General CADD Pro 11.0.28 (Jun 21, 2013)

  • fixed XRef snap issue
  • Minor drag issues fixed with CP, OM
  • Fixed problems when creating LE and LD leaders from macros
  • Fixed DP Batch print random crash
  • IP not correct when CP rotated
  • PH subtract the width of the objects being copied from the path objects length for a better fit

New in General CADD Pro 11.0.27 (Jun 21, 2013)

  • PH command macro enabled. See whats new for example or Copy Path dialog Macro Help
  • Print order fixes
  • COGO report data protected when drawing merged

New in General CADD Pro 11.0.26 (Jun 21, 2013)

  • New! Turn individual layers off in compoents. AQ/ComponentDefLayers - components (and groups) obey Layer hide/display states.
  • TQ/DQ - Load Env / Save Env buttons added to dialogs. Works with TE, TG, UG
  • HD timeout mechanism for large drags
  • Multilined Leaders (LD) were put on one line in UG and QE - fixed
  • TT - load csv fixed problem determining parameters when inside quotes
  • CP - multiplace HD drag not showing until RD - fixed

New in General CADD Pro 11.0.25 (Jun 21, 2013)

  • New! Turn individual layers off in compoents. AQ/ComponentDefLayers - components (and groups) obey Layer hide/display states.
  • TQ/DQ - Load Env / Save Env buttons added to dialogs. Works with TE, TG, UG
  • HD timeout mechanism for large drags
  • Multilined Leaders (LD) were put on one line in UG and QE - fixed
  • TT - load csv fixed problem determining parameters when inside quotes
  • CP - multiplace HD drag not showing until RD - fixed

New in General CADD Pro 11.0.25 (Jun 21, 2013)

  • HD command now nestable. Use Ctrl+Scroll as a shortcut way to inc/dec Drag Density
  • Move commands : Ctrl+Scroll will inc/dec scroll density (when HD drag is ON)
  • HD Drag has a 1 second timeout in case drag image creation takes too long. A box will be creating instead. This value is settable in AQ.
  • HD Drag works on a White background

New in General CADD Pro 11.0.24 (Jun 21, 2013)

  • HDDrag (HD,H) improved speed and stability. Time to turn it back on!
  • Printing images with a printer margin set caused image shifting - fixed
  • VQ dialog - EDit Batch file. When you ED a viewport the batch file is executed.
  • Viewport ED Batch - $VPSCALE & $VPLAYER contain the viewports zoom val and layer.
  • DQ Leader Tab : now have Arrow Dim Parts
  • Component Drag not showing dashed lines in some situations fixed.
  • /FNDSTR new macro command. If /FNDSTR is true then it executes the rest of the macro line.
  • Syntax: /FNDSTR,FullString,SubString,cmd,cmd,...;
  • Ex: /FNDSTR,GeneralCADD,cadd,LC,14,ZA; // if cadd found in GeneralCADD then execute remainder (LC,14,ZA). Ignores case.