The short version: Compiler errors of the type “error: stray \342” are not mysterious at all. They can easily be analysed directly, without any guesswork required whatsoever. Triplets or doublets of errors, starting with 342 (octal) or 302 (also octal), …

Unicode blues in C++ and similar languages (after copying from web pages, Skype chat, etc.)—”error: stray \342″ Read more »

Although it is often somewhat hidden, most text editors, except for the most basic ones, have a column mode (also known as block mode or visual mode) – to work on rectangular selections of text (including a width of zero). …

Keyboard-only use of block/column mode in different text editors (Geany, Visual Studio, UltraEdit, Notepad++, Visual Studio Code, Vim, and Emacs) Read more »

UltraEdit for Linux is extremely buggy and corrupts the text documents. The corruption happens with using column mode, possibly worsened by using split windows (I mostly use vertically split). Column mode has always been buggy in UltraEdit, but in the …

Using Geany as a replacement for UltraEdit Read more »