Tags: 3F/sandbox
Tags
fixed: Wildcards C++ ESS ver. /out of range for {END}
Implemented ESS version * Changed behavior ANYSP & ONE in comparison with the EXT realisation Default map: MS_ANY = _T('*'), // {0, ~} MS_SPLIT = _T('|'), // str1 or str2 or ... MS_ONE = _T('?'), // {0, 1}, ??? - {0, 3}, ... MS_BEGIN = _T('^'), // [str... or [str1... |[str2... MS_END = _T('$'), // ...str] or ...str1]| ...str2] MS_MORE = _T('+'), // {1, ~} MS_SINGLE = _T('#'), // {1} MS_ANYSP = _T('>'), // as [^/]* //TODO: >\>/ i.e. '>' + {symbol}
wtl grid control with a custom items component wrappers: * CEditBox * CCheckBox * CButtonPush * CButton * CListBox + sample for use it - "options list": * onKeyHandler for CEditBox - sample of ICGridEventKeys implementation * Add/Remove options in list & basic access ...
828b342 Работа с бинарным форматом GDF: рендеринг в поток * Рефакторинг вызова render методов * Выделен GDFColor * Типы ITypeOutput, IParts - увы, типизация complex-type в php только по экземплярам...
branch @support: https://bitbucket.org/3F/flightsdc/