Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JonSeijo/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

178 Commits

Repository files navigation

text-editor

Text editor made in C++ using SFML

This is a simple text editor made from scratch in C++. (Using SFML for window drawing) Yes, thats it. Nothing fancy, nothing weird. Just a great learning experience.

Simple example

The editor is functional, you can write text, delete it, select it (keyboard AND mouse support). It has some nice features like swapping text lines.

Swapping lines


Compiling instructions

The editor uses SFML library as graphics controller, so it is needed for compiling. IMPORTANT: Needs version +2.4 !! See https://www.sfml-dev.org

A working Makefile is included, works great assuming you have sfml installed correctly.

make && ./editor

Warning!

Be careful with the data you save!

F.A.Q.

Swapping lines

Notes

DejaVuSansMono.ttf https://dejavu-fonts.github.io/

FreeMono.ttf http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt

SFML 2.4 https://www.sfml-dev.org

About

Text editor with GUI made in c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

AltStyle によって変換されたページ (->オリジナル) /