APX Extended Fig-Forth: Writing a Full Screen Editor
Posted by tschak909,
11 March 2012
·
230 views
Hello everyone, progresssing on fig-FORTH. 
As part of my work, I am hammering away on tools that I will need to write the game. One of the tools I absolutely want, is a full screen text editor, it will have very simple requirements:
Now, I need to start writing the primitives to move around the displayed screen. I am posting a video here, enjoy
-Thom
As part of my work, I am hammering away on tools that I will need to write the game. One of the tools I absolutely want, is a full screen text editor, it will have very simple requirements:
- split a 64 character fig-FORTH screen line into two 32 character windows, which when the cursor moves, will be scrolled over.
- provide a way to switch between the following modes, selectable by the yellow keys:
- Edit mode - Edit a given screen (OPTION)
- Select Mode - Select a given screen (SELECT)
- FORTH Mode - quickly type FORTH words to test things. (START)
- The Current Screen #
- The Editing Window showing the current screen.
- A Status Line (need to add this into my display list) showing EDIT MODE, SELECT MODE, or FORTH MODE.
- A four line window for entering FORTH commands or showing edit HELP.
Now, I need to start writing the primitives to move around the displayed screen. I am posting a video here, enjoy
-Thom



Create a custom theme







