enventor/src/lib
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
..
Enventor.h.in library support. 2014-09-30 23:56:16 +09:00
Enventor_Eo.h clean up code for supporting dllexport in win32. 2015-02-28 15:13:23 +09:00
Enventor_Legacy.h change Enventor_Path_Type interface. 2015-07-01 12:04:48 +09:00
Makefile.am Makefile: build compatibility on Windows 2015-08-25 00:51:35 +09:00
auto_comp.c Autocomp: bring the selected item in candidates list. 2015-09-14 14:59:40 +00:00
build.c change Enventor_Path_Type interface. 2015-07-01 12:04:48 +09:00
ctxpopup.c Fix compilation warnings for enventor library. 2015-09-15 17:39:51 +00:00
dummy_obj.c clean up code for supporting dllexport in win32. 2015-02-28 15:13:23 +09:00
edc_editor.c Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
edc_parser.c add SOURCE aspect_preference 2015-10-29 14:44:56 +09:00
edj_mgr.c edj viewer: update live view for different groups. 2015-05-28 19:37:25 +09:00
edj_viewer.c Fix compilation warnings for enventor library. 2015-09-15 17:39:51 +00:00
enventor_main.c auto completion: fix malfunction of key input on Windows system. 2015-08-27 00:58:01 +09:00
enventor_object.eo Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
enventor_private.h Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
enventor_smart.c Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
indent.c Static analyze: "Value stored to 'var' during its initialization is never read" 2015-09-14 15:36:17 +00:00
redoundo.c Text settings: Add analysis typed text for redoundo feature. 2015-12-10 10:53:12 +09:00
syntax_color.c renamed color.src -> edc.src 2015-07-10 20:06:49 +09:00
syntax_helper.c clean up code for supporting dllexport in win32. 2015-02-28 15:13:23 +09:00
template.c Fix compilation warnings for enventor library. 2015-09-15 17:39:51 +00:00
template_code.h templates: Change image file names. 2015-08-12 11:20:37 +09:00