Release Notes BCGPEdit Version: 37.4. Released: 05/25/2026 New features Added Visual Studio 2026 support for the library and all sample applications. Implemented a tracking changes bar. Call a new CBCGPEditCtrl method, EnableTrackChanges, to enable or disable this feature. Look at the MDIEditor sample to see this addition in action. Implemented the current (focused) line highlighting. When the current line highlighting is enabled, the row is outlined by the bounding rectangle. Call the new CBCGPEditCtrl method. EnableHighlightCurrentLine to enable or disable this feature. Our sample, MDIEditor, demonstrates this functionality. Enhanced supported color formats in the XML file for language settings. In addition to the previously supported basic color names and 'rrggbb,' we have added the '#rrggbb' and '#rgb' formats. A new virtual method, GetWhiteSpaceColor, returns the white space symbols' foreground color. Override this method if you wish to specify the custom color of the white space symbols. Fixes Addressed some issues with uncommenting text that lacked comment blocks. Fixed a bug that prevented the selection of the entire row when clicking the mouse on the left side.