enventor/src/include
Mykyta Biliavskyi 6aea530622 Text settings: Add analysis typed text for redoundo feature.
Added cases:
    Analyse auto indention for new lines. It mean, that redo/undo
            line creation will finished by one step.
    Analyse input symbols speed. In case when user writes somethenigi
            and takes a short delay (by default 0.8sec)
            between written symbols - redo/undo action will use this delay
            as point to create new node in redo/undo queue.
    Analyse input symbols on a "words". Ongoing alphabetic symbols
            between nonalphabetic symbols known as
            "word". Redo/undo action will use for a step a whole "word".

In text setting added addition toggle named "Smart undo/redo".
By default this feature is disabled.

Todo: make this feature work with auto intendation.

Prortotype here: https://phab.enlightenment.org/D1288
2015-12-10 10:53:12 +09:00
..
Makefile.am setting: Add the Text Editor mode in setting. 2015-02-03 15:44:12 +09:00
base_gui.h fix all annoying warnings. 2015-02-27 17:26:02 +09:00
common.h Multilanguage: Add infrastructure for multilanguage support. 2015-11-17 16:59:55 +00:00
config_data.h Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
console.h bin/console: improve the console usage. 2015-02-14 17:12:32 +09:00
file_mgr.h bin/tools: add save button. 2015-02-26 14:22:30 +09:00
globals.h autocomp: fix the resoucre directory path 2015-06-09 15:40:30 +09:00
goto.h library support. 2014-09-30 23:56:16 +09:00
live_edit.h live_edit: support zoom on live editing. 2015-06-23 13:14:11 +09:00
menu.h ctxpopup: Fix T1753 (ctxpopup is not closed when esc is pressed) 2014-11-03 12:19:33 +09:00
newfile.h newfile: Set temporary path to default edc path by eina_file_mkstemp(). 2015-02-11 22:20:34 +09:00
panes.h config: store/recover the editor panes position. 2015-06-23 14:39:48 +09:00
search.h library support. 2014-09-30 23:56:16 +09:00
setting.h code refactoring. 2014-08-05 15:32:12 +09:00
statusbar.h library support. 2014-09-30 23:56:16 +09:00
text_setting.h Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
tools.h live_edit: fix regression bug that introduced in 14a0e2cfd2 2015-06-22 22:50:22 +09:00