Does Linux have a text editor which meets all of these requirements?
• Native user interface
• Basic syntax highlighting
• Text navigation (cursor positioning) and selection is done by Unicode grapheme cluster
• Support for multiple selection and input at multiple cursor positions
• Regular expression find and replace
• The ability to select a single Unicode grapheme cluster and inspect it to find out the codepoints which comprise it
• The ability to performantly handle editing large files (>2MB)
@u2764 asking fur apps with a “native user interface” is already restricting you to an extremely limited subset of applications
@aescling I thought Linux was the platform of user choice; are you telling me the only choice is Java or Electron?
re: not an answer
@u2764 yes
not an answer
@aescling Maybe if by “customization” you mean “writing a text editor from scratch in Emacs Lisp”