TMS FNC Memo Release Notes
Source: FMX.TMSFNCMemo.pas version history
Current version: 1.2.0.2
1.2.0.2
- Fixed : ssCommand (macOS Command key) now reported in OnKeyDown / OnKeyUp ShiftState
- Fixed : KeyChar and ShiftState now properly initialized in OnKeyDown / OnKeyUp
1.2.0.1
- Fixed : Issue with focus handling
1.2.0.0
- New : Custom language support
- Fixed : OnEnter and OnExit events triggered twice in FMX Windows target
- Fixed : OnChange not triggered
- Fixed : Issue defining DefaultFindOptions conflicting with other units
1.1.2.2
- Improved : Added Bracket Pair Colorization Option
1.1.2.1
- Fixed : SelText now returns correct value
1.1.2.0
- New : ShowFindDialog to programmatically call and open the find dialog
1.1.1.2
- Fixed : Disabled CTRL + R
1.1.1.1
- Fixed : Issue when loading sources in TMS WEB Core
1.1.1.0
- New : PopupMenu support on Windows
- Fixed : Issue when pasting using context menu
1.1.0.1
- Improved : UseInternalCodeCompletion property to allow the use of internal HTML, CSS & JS Code completion
1.1.0.0
- Improved : File extension - Language map
- Improved : Multiple sources to switch between
1.0.0.4
- Fixed : Issue with code completion and clipboard encoding
1.0.0.3
- Fixed : Issue with UTF8 encoding
1.0.0.2
- Improved : White border is gone in dark mode
1.0.0.1
- Fixed : Missing documentation link
- Fixed : Resource extraction in dependent packages
- Fixed : Issue with font initialization in VCL high DPI
- Fixed : WEB Core loading multiple instances
- Fixed : Last item code completion list not rendering
- Fixed : Drag and drop not automatically loading file / inserting text
- Improved : AutoGlyphMargin property for automatically showing glyphmargin when adding breakpoints/ bookmarks
- Improved : Automatic Drag and drop of files and text when not implemeting events
- Fixed : LibraryLocation defaults to llOffline
- Fixed : SetText String value too long in WEB Core
- Fixed : Simplified ToJSONInternal of TTMSFNCCodeCompletionList
- Improved : CommandPalette option to disable it
- Improved : WordWrap options added
1.0.0.0
- First release