Skip to content

serjlc/teksedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeksEdit

TeksEdit is a simple text editor application developed in C# using Windows Forms. It provides basic functionalities to create, edit, and format text files in a user-friendly interface.

Screenshot

Features

  • New File: Create a new untitled text file.
  • Open File: Open an existing text file for editing.
  • Save File: Save the edited content to a text file.
  • Print File: Print the text content.
  • Undo/Redo: Perform undo or redo actions on text changes.
  • Cut/Copy/Paste: Manipulate text content using clipboard operations.
  • Select All: Select the entire text content.
  • Text Formatting: Apply formatting styles such as bold, italics, underline, and strikethrough to text.
  • Font Color: Change the color of selected text.
  • Insert Date/Time: Insert current date and time into the text.
  • Word Count: Track and display the number of words in the text.

Usage

Toolbar Functions

  • New File: Click the New icon on the toolbar to create a new untitled file.
  • Open File: Click the Open icon to select and open an existing text file.
  • Save File: Click the Save icon to save the edited content to a file.
  • Print File: Print the text content using the Print icon.
  • Text Formatting: Apply text formatting options like bold, italics, underline, strikethrough using the respective toolbar icons.
  • Font Color: Change the font color of selected text by clicking the Color icon.
  • Insert Date/Time: Click the DateTime icon to add the current date and time at the cursor position.

Menu Functions

  • Use the top menu items (File, Edit, Format, Help) to access the same functionalities available in the toolbar.
  • File: New, Open, Save, Save As, Print, Exit.
  • Edit: Undo, Redo, Cut, Copy, Paste, Select All.
  • Format: Font styles (Bold, Italics, Underline, Strikethrough, Regular), Font Color, Insert Date/Time.
  • Help: About information.

Word Count

  • The application displays the total number of words in the text content. This count updates dynamically as you type or edit the text.

Usage Instructions

  1. New File: Click New in the toolbar or File > New to create a new text file.
  2. Open File: Click Open in the toolbar or File > Open to select an existing text file.
  3. Edit & Format Text: Use the available options in the toolbar or menu to modify text content.
  4. Save File: Click Save in the toolbar or File > Save to save the changes.
  5. Print File: Click Print in the toolbar or File > Print to print the text content.
  6. Exit: Click Exit in the File menu to close the application.

Compatibility

  • The application is developed using C# with Windows Forms and should run on Windows platforms that support the .NET Framework.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages