4coder/site/source_material/roadmap.txt

32 lines
1.1 KiB
Plaintext
Raw Normal View History

\INCLUDE{site_header.txt}
2016-11-28 19:13:53 +00:00
Right now I am working on upgrading some core internal systems that should buy me the flexibility I need to get the rest of the envisioned features done. Because these core upgrades are experimental in nature, it's hard to predict how long it will take before they are ready.
2017-02-24 06:05:24 +00:00
\SECTION{Improve the Core Buffer Systems}
\LIST
\ITEM Fix up the undo/redo system.
\ITEM Expose undo/redo system in the custom layer.
\ITEM Binary buffer mode.
\ITEM Programmable code wrapping.
\ITEM Virtual/Ghost text for features such as word complete and code folding.
\END
\END
2017-02-24 06:05:24 +00:00
\SECTION{Provide Customizations for Multiple Editing Paradgims}
\LIST
\ITEM Restructure custom layer to work as an event loop.
\ITEM Custom layer reloading at runtime.
\ITEM Sublime like editing.
\ITEM Vim like editing.
\END
\END
2017-02-24 06:05:24 +00:00
\SECTION{Platform Layer Features and Porting Issues}
\LIST
\ITEM Upgrade the worker thread system to better support async and parallel solutions.
\ITEM Support for double click opening files in an existing window.
\ITEM Make the rendeirng system modular.
\END
\END