| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Oenone source code.tar.gz | 2025-10-09 | 33.6 MB | |
| Oenone source code.zip | 2025-10-09 | 33.8 MB | |
| README.md | 2025-10-09 | 1.2 kB | |
| Totals: 3 Items | 67.4 MB | 0 | |
-
*Lockservice added. This still requires further work, but it removes the idea of lock files within the file system during Jit worker compilation. It should be one such service per file system plus it has other serialization issues ATM. -
(bskip cls str idx) -> idxand(bskipn cls str idx) -> idxcan now take the input index as a negative value like the(slice seq start end)function. -
New
docscommand app. Used to scan source files for documentation. This is now used by themake docscommand to scan documents in parallel. -
rfindchanged to use slice end index compatible style. -
New
(rbskip cls str idx) -> idxand(rbskipn cls str idx) -> idxfunctions, uses slice end index compatible style. -
Fix for the Editor open files tree layout problem.
-
Fix for the Editor
action-find-functionproblem, due to the change inffisyntax. -
New
'str :bfindVP class method. All the binary search char functions now call down to this low level search. -
Clipboard service now integrated with the HOST text clipboard.
-
Generate improved VP classes reference documentation via scanning for the
ffiinline documentation.
Enjoy
Chris