mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 04:31:02 +01:00
CHANGED: in the function find_editor() the alternatives vim and pico
has been removed because they would never had a match. FIXED: applied patch by Bill Barnard <bill@barnard-engineering.com> which fixes a bug in the sub format() which features bold hidden or underlined text. Now its possible to use a ^ char in hidden texts too. I applied the same for the other regexps. ADDED: if the config variable FormatText is set to 'simple' then only one * _ { or / will make the text tagged with them to be displayed formatted, instead of two. ADDED: added Term::ReadLine support (auto-completion and history).
This commit is contained in:
13
Changelog
13
Changelog
@@ -1,3 +1,16 @@
|
||||
================================================================================
|
||||
1.2.4:
|
||||
CHANGED: in the function find_editor() the alternatives vim and pico
|
||||
has been removed because they would never had a match.
|
||||
FIXED: applied patch by Bill Barnard <bill@barnard-engineering.com>
|
||||
which fixes a bug in the sub format() which features bold
|
||||
hidden or underlined text. Now its possible to use a ^ char
|
||||
in hidden texts too. I applied the same for the other regexps.
|
||||
ADDED: if the config variable FormatText is set to 'simple' then
|
||||
only one * _ { or / will make the text tagged with them to
|
||||
be displayed formatted, instead of two.
|
||||
ADDED: added Term::ReadLine support (auto-completion and history).
|
||||
|
||||
================================================================================
|
||||
1.2.3:
|
||||
ADDED: if FormatText is enabled one can now use a new special format
|
||||
|
||||
Reference in New Issue
Block a user