text

Automatic language translator engine for Delphi GUIs [update 2026]

RTTI-based automatic language translator engine. Let your application self-translate to any language with only two lines of code! Overview This library translates all GUI strings (TLabel.Caption, TLabel.Hint, TMenuItem.Caption, etc.) for all live forms in your application. The text is stored in INI files which can be sent to DeepL for automatic translation.   Downloading the […]

Automatic language translator engine for Delphi GUIs [update 2026] Read More »

How to make NotePad++ open each document in its own tab?

Here is the trick: Go to Preferences->Multi-instances->Default (mono-instance). Close notepad++ Go to “c:\Program Files\Notepad++” and create there an empty file called “asNotepad.xml” (of course, you will need Admin privileges for that). Result: When you double click a TXT file in Explorer, Notepad++ will open and show that new document in its own window/tab.    

How to make NotePad++ open each document in its own tab? Read More »

Scroll to Top