enventor/src/bin
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.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
config_data.c Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
console.c common: Move <Enventor.h> to common header file of application. 2015-02-02 20:10:51 +09:00
file_mgr.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
globals.c newfile: Set temporary path to default edc path by eina_file_mkstemp(). 2015-02-11 22:20:34 +09:00
goto.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
live_edit.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
main.c Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
menu.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
newfile.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
panes.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
search.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
setting.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
statusbar.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00
text_setting.c Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
tools.c Multilanguage: apply gettext macro to bin/. 2015-11-17 17:39:22 +00:00