Jump to content
Kryvich

Forms Humanizer plugin for Delphi IDE

Recommended Posts

When you are viewing the contents of a form, Delphi substitutes Unicode characters with the corresponding codes in #nnnn format. (This is valid for Delphi 10.2.3 and earlier, I do not know how it will be in 10.3). Therefore, manual editing of text strings of form elements is very difficult.

After installing the Kryvich's Forms Humanizer package in your IDE, you can use a simple keyboard shortcut Ctrl-Alt-H to "humanize" all the text strings in your form's editor. This means that codes like #nnnn will be replaced with the corresponding Unicode characters.

FormTextAfter.jpg.2e26409d6f6e002acb5d57f6c5a05727.jpg

You can download and test the plugin for free here: https://sites.google.com/site/kryvich/kryvichs-form-humanizer.

Enjoy!

  • Like 3
  • Thanks 1

Share this post


Link to post

For those who have installed this plugin: today, 11.11, KFH has been updated to version 1.1. Now you no longer need to convert the characters back to the #nnnn format before saving the changes.

 

And yes, the Forms Humanizer supports not only VCL and FireMonkey forms and frames, but also data modules.

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×