Skip to content

ArinPrajapati/text_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

This is a simple text editor implemented in C. It supports basic text editing features, syntax highlighting, and file operations.

Features

  • Basic text editing (insert, delete, and navigate)
  • Syntax highlighting for C, C++, JavaScript, and TypeScript files
  • Save and open files
  • Search functionality
  • Status bar with file information and messages

Usage

Compilation

To compile the text editor, use the following command:

cc main.c -o main -Wall -Wextra -pedantic -std=c99

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors