The following is list of all new features available in version 2.1 of 010 Editor:
General Improved right-click menu in Windows explorer. Updated some icons. Import/Export Added ability to export as HTML, RTF, or a text area. Can import or export Base64 and uuencoded data. Can use 'Copy As' or 'Paste from' for many different types of data. Tab Menu Added right-click menu to file Tabs. Can middle-click on a tab to close a file. Command Line Can Replace a string or set of bytes from the command line. Added ability to save or close a file from the command line. Scripts and Templates Improved bitfield mode without padding (see BitfieldDisablePadding). Added 'Always on Top' toggle for the Code Editor (from right-click menu). Check to reload script/template if modified by an external program. Editor Now able to input characters more than 0x80 into the character area. Added option to remove ':' separators in file addresses. New Functions BitfieldEnablePadding/BitfieldDisablePadding for bit streaming. Function for locating files in a directory (FindFiles). Added directory manipulation functions (DirectoryExists, MakeDir). Added function to convert an enum to a string (EnumToString). Functions to convert Dates to strings and vise versa. Exit function can be used to return errorlevel to a batch file. Bug Fixes Fixed problem exporting Intel-Hex 16-bit files with custom addresses. Fixed printf functions occasionally detecting the wrong number of arguments. Importing files now properly imports last line if it does not have a carriage return. Fixed sign of variables when doing divisions. Fixed template hints occasionally not displaying correctly. Fixed bug in FileSave function saving to a different filename.