{"id":235,"date":"2018-03-24T14:31:00","date_gmt":"2018-03-24T07:31:00","guid":{"rendered":"http:\/\/www.texteditor.pro\/help\/?page_id=235"},"modified":"2026-04-05T19:23:01","modified_gmt":"2026-04-05T17:23:01","slug":"faq","status":"publish","type":"page","link":"https:\/\/www.texteditor.pro\/support\/faq\/","title":{"rendered":"Frequently Asked Questions (FAQ)"},"content":{"rendered":"\n<h3>What happened to AlphaControls?<\/h3>\n<p>The AlphaControl website seems to have closed, so we can assume that the product no longer exists. \nIt has not been maintained by the developer for years due to war in Ukraine. I have continued to fix and \nrefactor components and controls myself all these years and will continue to do so in the future. It is still \nthe absolute best solution for skinning Delphi applications.<\/p>\n<h3>Is this just a copy of EditBone?<\/h3>\n<p>EditBone was re-branded to Text Editor Pro. I am the author of both editors. The last version of EditBone was 12.17.4 (February 19, 2017).<\/p>\n<hr>\n<h3>What happened to bonecode?<\/h3>\n<p>The company&#8217;s operations ended on December 31, 2011. When the brand was exploited and I could no longer defend it, I abandoned it. I emphasize that I have absolutely nothing to do with the brand anymore.<\/p>\n<hr>\n<h3>What programming language you are using?<\/h3>\n<p>Delphi\/C++.<\/p>\n<hr>\n<h3>Is Text Editor Pro open-source?<\/h3>\n<p>Partly yes. You can find shared code from codeberg: <a href=\"https:\/\/codeberg.org\/TextEditorPro\/\">https:\/\/codeberg.org\/TextEditorPro\/<\/a> (latest) and github: <a href=\"https:\/\/github.com\/TextEditorPro\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/github.com\/TextEditorPro\/<\/a> (legacy)<\/p>\n<p>I could share all source code but no one could compile a working program because hundreds of fixes, optimizations, and changes have been made to third-party components and controls. Third-party licenses prohibit source code sharing.<\/p>\n<hr>\n<h3>What editor control you are using? Can I get it?<\/h3>\n<p>It is my own TTextEditor control. The code is now shared: <a href=\"https:\/\/codeberg.org\/TextEditorPro\/\">https:\/\/codeberg.org\/TextEditorPro\/TTextEditor<\/a> (latest)  and <a href=\"https:\/\/github.com\/TextEditorPro\/TTextEditor\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/github.com\/TextEditorPro\/TTextEditor<\/a> (legacy)<\/p>\n<hr>\n<h3>Is native Windows ARM support coming?<\/h3>\n<p>Yes. Windows ARM support was added in Delphi 13.1 and it is now possible to patch the libraries to support it.<\/p>\n<hr>\n<h3>Is there FMX version of TTextEditor control coming?<\/h3>\n<p>\nThe FMX version has been implemented but will not be shared, at least not yet. \nThe quality level is not satisfying and some features are dropped. \nFMX is slow, inefficient, and lacks the depth of functionality.<\/p>\n<p>Framework Neutral Components (FNC) is interesting alternative to FMX and promises to fix previously mentioned issues. \nIt requires a license but there is a partnership program that could cover the cost.<\/p>\n<hr>\n<h3>Why the program isn&#8217;t digitally signed?<\/h3>\n<p>The only reason is money. Digital signing of the program would incur significant costs each year. Without a company business ID as a private person you need to consult a lawyer to get a notary stamp which incurs additional costs. Programs do not generate so much money that it would make sense to pay for something that has no tangible benefit. Donations don&#8217;t even cover the costs of maintaining the website.<\/p>\n<hr>\n<h3>Is the editor portable?<\/h3>\n<p>Yes, it is. Download zip package and use -appinipath application parameter (once). After INI files are copied into application path the use of -appinipath application parameter is not required. The skins directory requirement was removed in version 30.0.0.<\/p>\n<hr>\n<h3>Why the default theme is dark?<\/h3>\n<p>I am a professional software engineer and I spend 8-16 hours in front of the screen every day. I used to suffer from huge headaches but when I started using dark themes in everything, the trouble completely disappeared. I have my own cow in the ditch here but I feel so relieved that for that reason the default theme is dark.\n<\/p>\n<p>\nI understand well (there are quite many options) that everyone has their own preferences. Changing the skin and editor theme is simple. See <i>Tools &gt; Options &gt; Editor &gt; Defaults &gt; Color theme<\/i> and <i>Tools &gt; Options &gt; Skin<\/i>.\n<\/p>\n<hr>\n<h3>How to save INI files into application path?<\/h3>\n<p>Use -appinipath application parameter. If you don&#8217;t want to use INI at all, use -noini application parameter.<\/p>\n<hr>\n<h3>When is the next release?<\/h3>\n<p>This is a complete hobby project, so releases are generated occasionally depending on how much time is available. I use the editor myself every day and of course I want it to be the best editor available. If something is irritating even a little, it will be fixed asap. Feedback also affects release density.<\/p>\n<hr>\n<h3>Is there multi-caret editing?<\/h3>\n<p>Yes. Use ctrl + click to set multiple carets or ctrl + shift + click to set multiple carets in multiple locations at once. Multiple carets must be enabled (<i>Tools &gt; Options &gt; Editor &gt; Caret &gt; Multiple carets<\/i>).<\/p>\n<hr>\n<h3>How to compare two files?<\/h3>\n<p>Use <i>Tools &gt; Text compare<\/i> or select a file for text compare from tab menu. This feature was added in version 1.7.0.<\/p>\n<hr>\n<h3>What icon set you are using?<\/h3>\n<p>Most of them are from FatCow Free Web Icons (<a href=\"http:\/\/www.fatcow.com\/free-icons\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.fatcow.com\/free-icons<\/a>) and some of them I have done by myself.<\/p>\n<hr>\n<h3>Are you available for hire?<\/h3>\n<p>At the moment I am listening to job offers, I have been working as a digital nomad for 20 years and am free to move anywhere in the world. You can find my profile in <a href=\"https:\/\/www.linkedin.com\/in\/lassemarkusrautiainen\" target=\"_blank\" rel=\"noopener noreferrer\">LinkedIn<\/a>.<\/p>\n<hr>\n<h3>How to open a web link in a text file?<\/h3>\n<p>Use ctrl + click to open the link.<\/p>\n<hr>\n<h3>How can I get rid off the right margin?<\/h3>\n<p>Uncheck <i>Tools &gt; Options &gt; Editor &gt; Right margin &gt; Visible<\/i>.<\/p>\n<hr>\n<h3>How to show line numbers in every line?<\/h3>\n<p>Uncheck <i>Tools &gt; Options &gt; Editor &gt; Left margin &gt; Line numbers &gt; Show in tens<\/i>.<\/p>\n<hr>\n<h3>How to stop loading files at startup?<\/h3>\n<p>Uncheck <i>Tools &gt; Options &gt; Editor &gt; Tabs &gt; Save tabs<\/i>.<\/p>\n<hr>\n<h3>How to enable multiple instances?<\/h3> \n<p>Check <i>Tools &gt; Options &gt; Application &gt; Allow multiple instances<\/i> (requires use of INI file) or use -mi application parameter (works without INI file).<\/p>\n<hr>\n<h3>How to format JSON, SQL, and XML files?<\/h3> \n<p>Select the highlighter for JSON, SQL, or XML. Formatter will appear into menus. There are also options to show formatters always.<\/p>\n<hr>\n<h3>How to replace tabs with \\t?<\/h3> \n<p>Open replace dialog and select Extended search engine. Search for \\t and replace with \\\\t.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What happened to AlphaControls? The AlphaControl website seems to have closed, so we can assume that the product no longer&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-235","page","type-page","status-publish","hentry"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/pages\/235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/comments?post=235"}],"version-history":[{"count":86,"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/pages\/235\/revisions"}],"predecessor-version":[{"id":1262,"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/pages\/235\/revisions\/1262"}],"wp:attachment":[{"href":"https:\/\/www.texteditor.pro\/support\/wp-json\/wp\/v2\/media?parent=235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}