Akshit6828 / Text-Editor

This repo contains source code for the text editor with various themes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MULTI-THEMED TEXT-EDITOR (Notepad)

Table of Contents:

Screenshots:

1.Opening and Writing Code in Notepad:


2.Saving Code written and changing themes as per convenience:


3.Other Features:


4.Compiling Source Code from Terminal:

Puprose of Project:

  • To make a Text Editor for writing codes in order to test the accuracy without giving suggestions(Unlike Modern IDE's).
  • To increase the accuracy of writing code(Helpful in interviews).
  • To compile and run codes of all languages in the same folder (Saving time in shifting multiple folders) using CLI.
  • To make a self-created text editor.

Project Specks:

  • Version: version
  • Editor: Notepad (Windows)
  • Author: Akshit Mangotra

User Instructions on how to run this project:

  • Install JDK 11 or more on the machine.
  • Please make sure that it has applet viewer installed with JDK.
  • Open terminal (for Mac) or command prompt (for windows ) and navigate to the directory where the project is saved.
  • Run the following command: javac StartNotepad.java and then run java StartNotepad

🙂 Enjoy the Notepad and show some love. ♥


About

This repo contains source code for the text editor with various themes.


Languages

Language:Java 99.6%Language:C++ 0.4%