Blog

All Blog Posts  |  Next Post  |  Previous Post

Beta Update of the TTMSFNCMemo has landed!

Bookmarks: 

Thursday, December 22, 2022

Last week we released a BETA version of TMS FNC UI Pack and introduced the TTMSFNCMemo. This component is capable of allowing you to use the Visual Studio Code editor in your own applications without any code. Want to find out more? Click here!

TMS Software Delphi  Components

Beta Update

Since last week we received some amount of feedback (thank you all!). With this feedback, we improved the memo and added some new features and built a new release.

Breakpoints

One of the features that we implemented is Breakpoints. You can use it like you use it in TAdvMemo in VCL UI Pack. Simply subscribe on the OnGutterClick event and implement the following code, to let the user set his own breakpoints. (note.: be sure to enable GlyphMargin in the TTMSFNCMemo options);

procedure TForm2.TMSFNCMemo1GutterClick(Sender: TObject; LineNumber: Integer);
begin
  TMSFNCMemo1.BreakPoints[LineNumber] := not TMSFNCMemo1.BreakPoints[LineNumber];
end;

Font and tabsize

Using the font property you can set the FontSize and FontFamily. Under options you'll find the new property TabSize.

Online/Offline support

we now have enabled Offline support. As the memo uses a underlying browser to access the Javascript libraries, we served all files over internet. We now have enabled these libraries to work offline as well. just set the LibraryLocation to offline to do this.

Discover & explore with the beta

TMS Software Delphi  Components

We're excited to announce today the availability of the beta version for active TMS ALL-ACCESS users. Login on our website and go to your "My Products" page and grab the TMS FNC UI Pack* beta as the new TTMSFNCMemo will be part of TMS FNC UI Pack and start playing with the new technology in your preferred framework, be it VCL, FMX or TMS WEB Core.

We are very eager to hear your feedback, listen to your comments, suggestions and even ideas to bring the TTMSFNCMemo to the next level!

Grab your Christmas present now!

TMS Software Delphi  Components

As an added bonus, new licenses can now grab a 20% reduction on TMS ALL-ACCESS using the Xmas Application and start experimenting with the TTMSFNCMemo. Be sure to sign-up to win one of the 3 TMS WEB Core books we are giving away.




Bradley Velghe


Bookmarks: 

This blog post has received 2 comments.


1. Wednesday, January 4, 2023 at 9:43:19 AM

Great! Happy new year!

Tamtürk Tugrul


2. Tuesday, January 17, 2023 at 11:40:57 PM

This is awesome 😁

Shaun Roselt




Add a new comment

You will receive a confirmation mail with a link to validate your comment, please use a valid email address.
All fields are required.



All Blog Posts  |  Next Post  |  Previous Post