Software:DevTEd Lite

From HandWiki
Revision as of 18:27, 5 October 2021 by imported>Importwiki (import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
DevTEd Lite
File:DevTEd Lite Logo.svg
DevTEdLite.png
DevTEd Lite v1.3 on Windows 10
Initial release1 September 2021; 2 years ago (2021-09-01)
Written inC++
Operating systemWindows and later
PlatformIA-32
Available in7 languages
List of languages
Dutch, English, French, German, Italian, Portuguese, Spanish
TypeSource code editor
LicenseFreeware
Websiteninjasoft.dev

DevTEd Lite is a freeware text and source code editor for use with Microsoft Windows. [1] It supports tabbed editing, which allows working with multiple open files in a single window and several programming languages. DevTEd Lite is a text editor specially designed for developers.[2]

Features

DevTEd features customizable syntax highlighting, code folding and limited autocompletion for programming, scripting, and markup languages, but not intelligent code completion, finding and replacing strings of text with regular expressions, bracket matching. [3] DevTEd is written in C ++ and uses the Scintilla and wxWidgets libraries.[4] As of version 1.3, DevTEd Lite can highlight the elements of 75 syntaxes:

Internationalization

DevTEd Lite supports internationalization through TXT files in an application-specific format containing all internationalized strings (dialog captions, menu titles and items, etc.) in a certain language; this file can be reloaded from the application settings. Translations to new languages can thus be written by simply editing an existing file.


References