Scripter V-1.01 By SamTime101

Scripter is a command-line program that allows you to enter editor mode and save the changes. It provides a basic text editor experience with features such as navigating through the text, inserting new lines, and saving the changes to a file. Mainly created for HTML CSS AND JS. Create your own programming experience with Scripter!

Getting Started

Prerequisites

.NET Framework

Installation

Click on download button, Extract the Zip and run Scripter.exe

Editor Mode

In editor mode, you can start typing and edit the text. The following keyboard shortcuts are available:

Opening a File

The previously Opening File mode or I mode is Currently discarded due to potential errors

Saving a File

When in editor mode, you can save the changes to a file by using the "Ctrl + S" shortcut. You will be prompted to enter the file name (including the extension). The file will be saved, and you will have the option to open the saved file.

Customizing Highlight Colors

The program allows you to customize highlight colors for specific words. By default, the following word-color mappings are provided:

Word Color
<html> Dark Blue
</html> Dark Blue
<head> Blue
</head> Blue
<title> Red
</title> Red
<body> Dark Green
</body> Dark Green
<table> Dark Red
</table> Dark Red
<marquee> Dark Yellow
</marquee> Dark Yellow

You can modify these mappings or add your own by editing the highlightColors dictionary in the source code.

SamTime101