Here's the vocabulary for the possible actions on a line.
Should be prefered over the word add
.
Should be prefered over the word delete
.
Should be prefered over the word change
.
Also used to mean the current line.
An indicator used to know the position in the text.
This is useful when a pattern occurs many times in the text: it enables the editor to select the wanted one.
The cursor also enables to manipulate the selected element.
Here's the vocabulary to locate something relatively in a collection of lines.
Should be prefered over the words over
, before
, previous
or up
.
Should be prefered over the words under
, after
, next
or down
.
Also called "text editor".
A piece of software which is able to change the content of a text. In the case of Redaktilo, the editor is an object provided by a library.
Also called "text file", to be opposed to "binary file".
See Text.
The unit with which Redaktilo works. It's a simple string which ends at the line break:
\r\n
for texts created on Windows\n
for texts created on the other operating systems
To make it easier for the developers, Redaktilo takes care of the line break, so you should only provide it with a string stripped of it.
The given line number, to which you can relatively search or do something.
This means editor
in esperanto. Technically Tekstoredaktilo
should have been
used (text editor
), but it was a bit too long for a project name.
Can contain:
- plain text
- JSON
- YAML
- PHP
- etc...