4coder/site/source_material/roadmap.txt

39 lines
1.2 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 Programmable code wrapping.
\ITEM Virtual/Ghost text for features such as word complete and code folding.
\ITEM Binary buffer mode.
\ITEM Fix up the undo/redo system.
\ITEM Expose undo/redo system in the custom layer.
\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 New frameworks for vim like and sublime 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
2017-02-24 06:05:24 +00:00
\SECTION{Buffer Driven GUI}
\LIST
\ITEM Labels, clickable buttons, text fields.
\ITEM Tables.
\ITEM IMGUI helper wrapper.
\END
\END