FHannes Posted May 30, 2011 Share Posted May 30, 2011 (edited) SCAR Divi 3.26 Beta has been released. In this release you'll find all of the changes from 3.25.xx and new functions/features. One of the new features is the color picker history. It is still under construction, but already functional. If you used the 3.26 Alpha (not the portable version), you should remove the file dock-settings.isf in "[user]\AppData\Local\SCAR Divi\". Changelog: Improvements: - Ported to Delphi XE - Increase indenting now has the shortcut Shift+Ctrl+I - Decrease indenting now has the shortcut Shift+Ctrl+U - Added Pick Bitmap to the Tools menu - Added additional icons for menus - New menus, toolbars and dockpanels - The current client transparancy is now displayed in the edit box Additions: - function TPABounds(const TPA: TPointArray): TBox; (Alias: GetTPABounds) - procedure TPARemoveDupl(var TPA: TPointArray); - procedure TPADimensions(const TPA: TPointArray; out Width, Height: Integer); - function TPAArea(const TPA: TPointArray): Integer; - function TPADensity(const TPA: TPointArray): Extended; - procedure TPASortEx(var TPA: TPointArray; const Point: TPoint); - procedure TPASort(var TPA: TPointArray); - procedure TPARemove(var TPA: TPointArray; const Index: Integer); - function TPAMiddle(const TPA: TPointArray): TPoint; (Alias: MiddleTPA) - function TPAMiddleEx(const TPA: TPointArray; out x, y: Integer): Boolean; (Alias: TPAMiddleEx) - procedure TPAInvert(var TPA: TPointArray); (Alias: InvertTPA) - function TPACombine(const TPA1, TPA2: TPointArray): TPointArray; (Alias: CombineTPA) - function TPARandom(const Count, XRange, YRange: Integer): TPointArray; - procedure TPARemovePointEx(var TPA: TPointArray; const Point: TPoint; const All: Boolean); - procedure TPARemovePoint(var TPA: TPointArray; const Point: TPoint); - procedure TPASpread(const TPA: TPointArray; out XSpread, YSpread: Extended); - function TPAChain(const TPA: TPointArray; const Dist: Integer): T2DPointArray; - function TPAChainEx(const TPA: TPointArray; const XMax, YMax: Integer): T2DPointArray; - function TPAGroup(const TPA: TPointArray; const Dist: Integer): T2DPointArray; - function TPAGroupEx(const TPA: TPointArray; const XMax, YMax: Integer): T2DPointArray; - procedure ATPASortBySize(var ATPA: T2DPointArray); - procedure SaveScreenshotEx(const s: AnsiString; const xs, ys, xe, ye: Integer); - Color history Removed: - TDateTime.OnDblClick - TListGroup.ExtendedImage - TListGroup.SubsetTitle - TListGroup.BottomDescription Regular: http://svn.scar-divi.com/scar/ Portable: http://svn.scar-divi.com/scar_portable/ Enjoy ~Freddy Edited November 3, 2011 by Freddy Quote Link to comment Share on other sites More sharing options...
heston Posted June 3, 2011 Share Posted June 3, 2011 So in order to use the beta from your svn repo, we would just replace the bin directory in my 3.25.05 installation? Quote Link to comment Share on other sites More sharing options...
FHannes Posted June 3, 2011 Author Share Posted June 3, 2011 Well, personally I'd suggest not doing that, but rather check out the repository to a folder using subversion or tortoisesvn and then when you run it, associate .scar files with it with the option in the tools menu. Quote Link to comment Share on other sites More sharing options...