A downloadable tool for Windows

A small text editor made with sfml.

v0.1.0

  • text box
    • writing in the cursor's position
    • deleting character backwards/forwards with `backspace`/`delete`
    • deleting word backwards/forwards with `ctrl` and `backspace`/`delete`
    • moving cursor with arrow keys
    • moving cursor with `home`/`end` to the start/end of the line
    • moving cursor to next/previous space while holding `ctrl` and `left`/`right`
    • moving cursor to next/previous empty line while holding `ctrl` and `down`/`up`
    • selecting text while holding `shift` and moving the cursor
    • moving cursor to the start/end of the selection after letting go of `shift` and moving cursor
    • copy selected text with `ctrl + C`
    • copy current line with `ctrl + C` if nothing is selected
    • cut selected text with `ctrl + X`
    • cut current line with `ctrl + X` if nothing is selected
    • paste text with `ctrl + V`
    • swithing current line with previous/next while holding `alt` and `up`/`down`
    • empty lines only render as half height
    • lines starting with '#' render with larger fontsize
    • dragging workspace while holding left mouse button
    • resetting view while holding `ctrl + num0`
  • clock
    • displaying current gregorian date and 24 hour clock
    • displaying days since 0 jan 0 in binary format and fractional-day clock
Updated 4 days ago
Published 6 days ago
StatusIn development
CategoryTool
PlatformsWindows
Author7g94
TagsText based

Download

Download
qu2s_Notes_v0.1.0.7z 2 MB

Leave a comment

Log in with itch.io to leave a comment.