Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 838 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 838 Bytes

Editor

Side project created with JavaFX. In order to run editor and open a pre-existing file or create a new one, go into the repository with terminal terminal and use the format:

java editor.Editor your_file_name_here

Features supported

  • Clicking with the mouse will allow you to move the cursor within a body of characters.
  • Writing the file is supported with the command CTRL + S
  • A scroll bar is implemented on the right hand side of the application.
  • The scroll bar will increase or decrease in size with respect to how many lines your file contains.
  • Note that when using the mouse wheel, the cursor must be placed on the scroll bar to work.
  • Changing the text while the cursor is out of view will make the application snap to the edited line
  • Moving the cursor with the use of arrow keys is also supported.