A new version of the Minimum Profit text editor has been released. It includes the following features:
grep action can now be recursive.
section_list, that shows a list of sections in the current document to jump to. Sections are usually function definitions and special marks in programming languages.
seek_misspelled, to search the next misspelled word. It has been assigned to keycode f5.
ignore_last_misspell, to add the last misspelled word found by seek_misspelled to a whitelist so it won't be found again.
seek_repeated_word, to search for words starting or ending with the same number of letters up to a maximum distance. It's controlled by the new configuration directives mp.config.rw_num_chars and mp.config.rw_max_dist. It has been assigned to keycode f6 (this keycode was previously assigned to join_paragraph, which has no keybinding now).
open_templates_file has been fixed.
-d, to change the working directory.
dump() function now dumps its argument as MPSL code.
Comments have been disabled.