martalech / Simple-Notepad

A simple text editor based on the look of Notepad++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Notepad

This is a simple text editor written in C++ with Qt framework. It allows user to perform basic operations on text files.

Screenshot1

Features

  • editing text
  • basic notepad operations (like "Select All" or "Copy" and "Paste")
  • changing editor's font and color
  • finding all occurances of a certain phrase

Releases

All releases

About Project

Written with Visual Studio 2017 using Qt plugin. Compiled with Qt 5.11.1.

About

A simple text editor based on the look of Notepad++.


Languages

Language:C++ 98.0%Language:C 2.0%