Difference between revisions of "Appendix"

From TED Notepad
Line 1: Line 1:
<noinclude>{{manversion|5.4.1.1}}__NOTOC__</noinclude>
+
<noinclude>{{manversion|6.0.2.0}}__NOTOC__</noinclude>
  
 
The meaning of some terms used in this manual is as follows below:
 
The meaning of some terms used in this manual is as follows below:
Line 18: Line 18:
  
  
* A {{definition|word}} is a non-empty sequence of {{definition|alphanums}}. Underscores may optionally be included within words<sup>**</sup>, a phrase like {{string|hello_world}} is then also treated as a single {{definition|word}}. All characters a {{definition|word}} can consist of are called {{definition|word letters}} or {{definition|word characters}}. Other characters are called {{definition|word delimiters}} or {{definition|non-word characters}}.
+
* A {{definition|word}} is a non-empty sequence of {{definition|alphanums}}. Underscores may optionally be included within words, a phrase like {{string|hello_world}} is then also treated as a single {{definition|word}}. All characters a {{definition|word}} can consist of are called {{definition|word letters}} or {{definition|word characters}}. Other characters are called {{definition|word delimiters}} or {{definition|non-word characters}}. See section [[General page]] of the {{dialog|Settings}} dialog for more information about Underscores in words.
  
 
* A {{definition|line}} is a sequence of characters, where two {{definition|lines}} are divided by one newline. Note that if {{feature|Word Wrap}} is turned on, a {{definition|line}} may be visually wrapped into several visual lines, but within all tools and most features it will still be treated as a single unbroken {{definition|line}}. Any current visual word-wrapping has seldom impact on how {{definition|lines}} are treated within tools and features .
 
* A {{definition|line}} is a sequence of characters, where two {{definition|lines}} are divided by one newline. Note that if {{feature|Word Wrap}} is turned on, a {{definition|line}} may be visually wrapped into several visual lines, but within all tools and most features it will still be treated as a single unbroken {{definition|line}}. Any current visual word-wrapping has seldom impact on how {{definition|lines}} are treated within tools and features .
Line 29: Line 29:
  
  
*A {{definition|column}} is a sequence of characters on a {{definition|line}}. Two {{definition|columns}} are divided by any of the {{definition|column delimiters}}. A {{definition|column}} can not exceed a {{definition|line}}. Typically, when a {{definition|line}} is divided into logical parts by a special {{definition|delimiter}} character (e.g. a Tab character), those parts are called {{definition|columns}}. {{definition|Columns}} are used to cut out a sub-{{definition|string}} from a {{definition|line}}.
+
* An {{definition|actual insertion point}} (also called a {{definition|cursor position}}) is a position of the caret in the documnet. It is also the end of the actual selection, if any. Note that the end of the selection is where the user stops selecting the text, therefore if selecting text upwards, the selection end visually preceeds the selection beginning.
  
*A {{definition|char range}} is a sub-sequence of characters that begins and ends at the specified positions. Char range is used to cut out a sub-{{definition|string}} from a longer {{definition|column}}.
 
  
*An {{definition|actual insertion point}} (also called a {{definition|cursor position}}) is a position of the caret in the documnet or the end of the actual selection, if any. Note, that in special cases, it is the beginning of the selection, if any. These special cases are tools/features that work backward. (e.g. {{feature|Find Previous}} or {{feature|BkSpace Word}}.)
+
* To {{definition|unique}} lines is to remove duplicate lines, to unify them. If lines or words have been {{definition|uniqued}}, it means that each line (or word) is unique in the results and that no two lines (or words) are of the same text.
 
 
*To {{definition|unique}} lines is to remove duplicate lines, to unify them. If lines or words are {{definition|uniqued}}, it means that each line (word) is unique and there no two lines are of the same text.
 
 
 
 
 
<small>**: See section [[General page]] of the {{dialog|Settings}} dialog.</small>
 

Revision as of 17:34, 11 November 2013

This section is up to date for TED Notepad version 6.3.1.0.

The meaning of some terms used in this manual is as follows below:


  • A white-space is a Space or a Tab or another character that can not be seen but provides blank visual separator in the document. All other characters which can be seen, are called graphs.
  • An alphanum is an alpha-numeric character, i.e. a, b, ..., z; A, B, ..., Z; 0, 1, ..., 9.
    • Special characters like á (a with acute) belong to alphanums only in certain locale settings. To be able to recognize these characters as alphanums you need to use CTYPE category of a locale that supports it. TED Notepad always works with the current system locale settings.
  • A capital is any capital letter, i.e. A, B, ..., Z. These are called letters in upper letter case or simply upper case letters. Their oposites are called lower case letters and are in lower letter case or simply in lower case.
    • Special characters like á (a with acute) belong to capitals only in certain locale settings. To be able to recognize these characters as capitals you need to use CTYPE category of a locale that supports it. TED Notepad always works with the current system locale settings.



  • A line is a sequence of characters, where two lines are divided by one newline. Note that if Word Wrap is turned on, a line may be visually wrapped into several visual lines, but within all tools and most features it will still be treated as a single unbroken line. Any current visual word-wrapping has seldom impact on how lines are treated within tools and features .
  • A sentence is a sequence of characters that begins with a capital and ends with a Dot, a Question mark or an Exclamation mark. Example: Alice? Who the f... is Alice? are two sentences, but Alice? Who the f... Is Alice? are three sentences. Unfortunatelly, even How are you today, Mr. President? is considered as two sentences.


  • An actual insertion point (also called a cursor position) is a position of the caret in the documnet. It is also the end of the actual selection, if any. Note that the end of the selection is where the user stops selecting the text, therefore if selecting text upwards, the selection end visually preceeds the selection beginning.


  • To unique lines is to remove duplicate lines, to unify them. If lines or words have been uniqued, it means that each line (or word) is unique in the results and that no two lines (or words) are of the same text.