Você está na página 1de 6

What's New for LiteCAD

! : changed
+ : added
* : fixed
- : removed
June 19, 2012 - 2.0.0.85
! Changed: syntax of lcPropGetStrA function (used by VB6)
June 18, 2012 - 2.0.0.84
* Fixed: incorrect import of closed spline from dxf/dwg
* Fixed: function lcImageGetPixelI don't work
+ Added: polyline properties LC_PROP_PLINE_CW, LC_PROP_PLINE_CCW
+ Added: function lcHatchSetPattern
June 08, 2012 - 2.0.0.83
* Fixed: wrong appearance of CW arc in a block reference
* Fixed: "Explode" checkbox don't work in the "Insert block" dialog
+ Added: function lcEntCopyBase
+ Added: functions lcPlugGetOption, lcPlugSetOption
May 31, 2012 - 2.0.0.82
* Fixed: last bulge lost when reverse polyline
* Fixed: wrong view in viewport when import some dwg/dxf drawings
+ Added: export to dwg/dxf of polyline with LC_PLFIT_LINQUAD fit type
+ Added: function lcPlineSimple
+ Added: polyline properties LC_PROP_VER_FIRST, LC_PROP_VER_LAST
May 12, 2012 - 2.0.0.81
* Fixed: occasional "Invalid floating point operation" error during snap to inte
rsection
* Fixed: "Duplicate record name" error at export to dxf/dwg
* Fixed: lcDrwSaveMem don't return required size of memory buffer
* Fixed: Litecad.exe creates LNG file in wrong directory
+ Added: possibility to edit default language strings
+ Added: global properties LC_PROP_G_CHARBOXSIZE, LC_PROP_G_CHARFILLSIZE, LC_PRO
P_G_CHARQUALITY,
LC_PROP_G_CURVEQUALITY, LC_PROP_G_SHOWPIXENT, LC_PROP_G_OSNAP...
May 08, 2012 - 2.0.0.80
+ Added: supported objects in dwg plugin: spline, arc text, multiline style, mul
tiline, dimensions
+ Added: property LC_PROP_G_REDEFLNGTAGS, to use with lcStrFileLoad
April 26, 2012 - 2.0.0.79
+ Added: distribution package which don't require installation
+ Added: int and handle property LC_PROP_G_CURSORSYS
+ Added: C++ sample project "MoveObjects"
! Changed: syntax of lcBlockAddArcText function (added 'Align' parameter)
April 19, 2012 - 2.0.0.78
+ Added: Windows installer
+ Added: semitransparent filling for selection rectangle
+ Added: function lcDrwInsert, used to merge drawings
* Fixed: can't extent 2-points polyline
* Fixed: can't change text style of arc text by the "Properties" window
* Fixed: crash if open file by disabled plugin
! Changed: syntax of LcPlug_DlgOptions function (new parameters)
! Changed: syntax of lcInitialize function (no parameters)
March 26, 2012 - 2.0.0.77
+ Added: sample C++ project to demonstrate how to create LiteCAD plugin.
+ Added: topic "Plugin development" in the help file.
+ Added: function lcWndZoomMove
March 25, 2012 - 2.0.0.76
+ Added: plugin to read/write AutoCAD DWG & DXF files.
March 23, 2012 - 2.0.0.75
* Fixed: drawing is not updated when linetype redefined
+ Added: support for stacked text in MTEXT object
+ Added: function lcLayerClear
! Changed: syntax of lcBlockSortEnts function, added possibility to sort entitie
s by layers.
March 20, 2012 - 2.0.0.74
* Fixed: clipboard Copy/Paste error
* Fixed: grips are not updated when an entity is modified programmatically
+ Added: function lcImageResize
March 10, 2012 - 2.0.0.73
+ Added: properties LC_PROP_TABLE_NREFS, LC_PROP_G_PRINTINCH
+ Added: lcDrwAddImage2 and lcImage... functions. New properties of image object
.
Jan 03, 2012 - 2.0.0.72
* Fixed: LC_PROP_RPVER_... properties don't work
+ Added: LC_CMD_EXTEND command for line, polyline, arc, elliptical arc
+ Added: LC_CMD_STRETCH command
Dec 20, 2011 - 2.0.0.71
+ Added: LC_CMD_TRIM command for circle, arc, ellipse
Dec 08, 2011 - 2.0.0.70
* Fixed: coordinate grid bold step
* Fixed: LC_PROP_DRW_READONLY don't disable user input
* Fixed: can't rotate image with 1-bit color
Dec 05, 2011 - 2.0.0.69
* Fixed: errors in DXF plugin
* Fixed: errors "Edit Block" mode
* Fixed: object snap don't work when moving grip
Nov 29, 2011 - 2.0.0.68
+ Added: "Road plan" object
Nov 23, 2011 - 2.0.0.67
* Fixed: errors in DXF plugin
* Fixed: error copy multiline via clipboard
+ Added: options for LC_CMD_INSERT command
Nov 18, 2011 - 2.0.0.66
* Fixed: set ByBlock for a layer
+ Added: LC_CMD_POLYGON command
+ Added: LC_CMD_TRIM command (for line and polyline)
+ Added: VB6 sample project OCX_Test1
Oct 27, 2011 - 2.0.0.65
* Fixed: can't open LCD file if any table has ext.data
* Fixed: EntMove event passes wrong entity's handle
Oct 24, 2011 - 2.0.0.64
* Fixed: LC_PROP_LINE_ANG, LC_PROP_LINE_LEN
* Fixed: <esc> for adding polyline
+ Added: menu "Rectangle" in Litecad.exe
+ Added: global properties LC_PROP_G_ICON16, LC_PROP_G_ICON32
+ Added: function lcViewRasterizeMem
Oct 11, 2011 - 2.0.0.63
* Fixed: event MouseDown is called twice for custom command
* Fixed: text remains colored at black\white printing mode
* Fixed: lcViewGetEntByPoint
Oct 09, 2011 - 2.0.0.62
* Fixed: lcDrwAddBlockFromDrw don't add blocks
Oct 08, 2011 - 2.0.0.61
* Fixed: some errors (dialogs "Blocks", "Images")
Oct 05, 2011 - 2.0.0.60
* Fixed: errors in DXF plugin
Oct 03, 2011 - 2.0.0.59
+ Added: functions lcDrwLoadMem, lcDrwSaveMem
+ Added: properties LC_PROP_VIEW_DX, LC_PROP_VIEW_DY, LC_PROP_VIEW_WIDTH, LC_PRO
P_VIEW_HEIGHT
! Changed: behaviour of function lcViewSetRect
Sep 28, 2011 - 2.0.0.58
* Fixed: "Invalid floating point operation" at LC_CMD_IMAGE command in Delphi ap
plications
Sep 26, 2011 - 2.0.0.57
* Fixed: errors in DXF plugin
Sep 22, 2011 - 2.0.0.56
+ Added: VB.NET sample project
* Fixed: error in API header files
Sep 15, 2011 - 2.0.0.55
+ Added: VB6 sample project
+ Added: function lcPropGetStrA for using with VB6
Sep 09, 2011 - 2.0.0.54
+ Added: Delphi and C# sample projects
+ Added: "Setup" topic in the help file
Sep 06, 2011 - 2.0.0.53
* Fixed: errors in dxf plugin
Aug 24, 2011 - 2.0.0.52
+ Added: dxf plugin
+ Added: properties LC_PROP_G_CURSORPROMPT, LC_PROP_LINE_Z0, LC_PROP_LINE_Z1
* Fixed: errors in OCX
June 25, 2011 - 2.0.0.51
+ Added: LC_CMD_SPLINE command
* Fixed: round rectangles crash
* Fixed: can't copy MText entity
* Fixed: viewport displays selected entities
* Fixed: errors in LCFont program
June 20, 2011 - 2.0.0.50
+ Added: LC_PROP_G_MARKVERTEX, to hide indices of polyline vertex grips
* Fixed: join lines error
* Fixed: copy leader error
* Fixed: Mline "ByBlock" color not work
June 17, 2011 - 2.0.0.49
+ Added: Multiline API
+ Added: LC_PROP_VER_INDEX
* Fixed: rectangle explode error
* Fixed: Mtext rotation error
June 12, 2011 - 2.0.0.48
+ Added: Multiline entity, Multiline style
June 07, 2011 - 2.0.0.47
+ Added: event "EntProp"
* Fixed: wrong placement of ECW image
June 06, 2011 - 2.0.0.46
+ Added: functions lcPlineGetVerPt, lcPlineGetSeg
May 31, 2011 - 2.0.0.45
- Removed: 3D planes and projections
+ Added: LC_PROP_ENT_Z
+ Added: lcViewRasterize, lcViewSetGrid
May 18, 2011 - 2.0.0.44
+ Added: dimensions
May 04, 2011 - 2.0.0.43
+ Added: undo for "Offset" command
+ Added: LC_PROP_ENT_XDATA, LC_PROP_ENT_XDATASIZE
* Fixed: In the dialog box "File / Recents", when clicking the "New" button, giv
e a fatal error.
! Help file is updated
April 14, 2011 - 2.0.0.42
+ Added: dialog "Viewpoint presets"
+ Added: commands LC_CMD_ZOOM_RT, LC_CMD_PAN_RT
+ Added: options for realtime pan mode (LC_PROP_G_PAN...)
+ Added: "Offset" command LC_CMD_OFFSET, function lcEntOffset
* Fixed: command "insert block" don't display block while dragging
* Fixed: wrong viewport clip if drawing has image objects
April 04, 2011 - 2.0.0.41
* Errors in DXF import
April 01, 2011 - 2.0.0.40
+ Dialog "Drawing units" and the corresponding properties
March 29, 2011 - 2.0.0.39
* Error of reading some DXF files
* Error of reading some LCD files
March 22, 2011 - 2.0.0.38
+ Import AutoCAD DXF drawings (general features)
+ New functions for custom command interface
+ Template directory, LC_PROP_G_DIRTEMPLATE
March 05, 2011 - 2.0.0.37
* Crash when open some dialogs
March 03, 2011 - 2.0.0.36
+ Set window style in OCX
March 02, 2011 - 2.0.0.35
! lcDrwSortViews is replaced by lcDrwSortObjects
+ Plugin for reading VeCAD drawings
+ Drawing template, function lcDrwNewT
+ Drawing profile load/save
+ Function lcGetFileName
February 04, 2011 - 2.0.0.34
+ Custom commands sample project
+ LC_PROP_BLOCK_NSELOBJ property
February 01, 2011 - 2.0.0.33
! Localization method is modified
* Forward spaces in Text
January 26, 2011 - 2.0.0.32
+ Localization
! Syntax of functions lcViewGetEntsByPoint, lcViewGetEntsByRect
+ Function LcViewGetEntity
+ Events GripSelect, GripMove
+ Sample C# project \Samples\VCS\Test1
January 24, 2011 - 2.0.0.31
+ Litecad OCX updated
+ Event GripMove
January 20, 2011 - 2.0.0.30
* Corrections in Litecad.cs file
* Debug message boxes in OCX
* Missed lcViewDraw... functions
January 19, 2011 - 2.0.0.29
+ Pan mode is optimised for speed
+ "Select color..." item in "Color" combobox
+ Point style override
* Select by inner point
* Can't register OCX
* Hatch error on import dwg
December 31, 2010 - 2.0.0.28
+ New entity type LC_ENT_TEXTWIN, with possibility of label mode (unscalable tex
t)
+ "Center, 2 Points" mode for ROTATE command
+ Angle units, base, direction by "Options" dialog
* Crash while rotating a raster image
* Polar tracking don't work
* Image rotation don't work for images with 32-bit color
* not correct type for "double*" in C# header
December 22, 2010 - 2.0.0.27
+ Rotation for raster images
+ ECW and Jpeg2000 support
+ "EntCreate" event
+ Draw rectangle modes: "3 Points" and "Center, Size, Angle"
December 18, 2010 - 2.0.0.26
! Improved LCFont program
+ JOIN command for rectangular polyline makes rectangle object
* undo for explode command
December 13, 2010 - 2.0.0.25
! first public release

Você também pode gostar