What is a CUA editor?
A term I hear now and then is a "CUA" text editor.
What is a CUA editor?
Solution 1:
According to Wikipedia, CUA is...
Common User Access (CUA) is a standard for user interfaces to operating systems and computer programs. It was developed by IBM and first published in 1987 as part of their Systems Application Architecture. Used originally in the OS/MVS, VM/CMS, OS/400, OS/2 and Microsoft Windows operating systems, parts of the CUA standard are now implemented in programs for other operating systems, including variants of Unix. It is also used by Java AWT and Swing.
In other words, a set of a standards/guidelines for interactive applications to follow.
To more specifically answer the question, a CUA editor would then simply be a text-editor which adheres to the standards/guidelines set by the CUA.
Solution 2:
Regardless of the formal definition of CUA, the term is colloquially used to refer to a text editor that uses keybindings that are common on Windows and Mac platforms. For example:
- Ctrl+Z for undo
- Ctrl+C for copy
- Ctrl+X for cut
- Ctrl+V for paste
- Ctrl+S for save
- F1 for help
Solution 3:
Looks like it's Common User Access, if that's the right CUA.