Geany on Ubuntu Touch device as text editor, source code editor, debugger and compiler for multiple languages
Just today I have commited an answer to Quora: Which is a good editor for writing C++ programs on the Ubuntu platform? after mistakenly reading that it was about Ubuntu Touch, when it was actually about Ubuntu in general. So I decided to bring the content here, where it will not be an out-of-place content by mistake. Geany is a GUI text editor which also supports multiple compilers including gcc or Free Pascal (fpc) which I use it mostly with. It also supports syntax highlighters for plethora of languages and formats. It is a GTK app, but you can get it up and running on your phone directly, without any container like Libertine. Without further do, below is the content I made on Quora. Although I almost entirely write apps for UT devices in Pascal, but I did write a little in C++. I did not find any IDE as good as Lazarus IDE for Pascal, but at least for non GUI apps, I found Geany pretty convenient. It supporst many compilers, including gcc. Also it su...