Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.19 KB

wombat-text-editor

Wombatik Demo

Dead simple text editor, with multi-threading support.

This is just a demo program for my 'Sistem Operasi' assignment (thanks, professor). Anyway, please ask any questions (either related or not related one, just don't ask something nonsense) on issues section.

What's with (inaccurate) label below Sentence count?

It's impossible to determine a sentence without doing comprehensive analysis (Natural Language Processing). There's to much factors to consider (aposthrope, commas, and many more).

Huh? I don't see any mutual exclusion part here...

Of course, JavaFX is using Platform.runLater( // thread here ) to handle critical regions. It will ensure that any changes on UI will happen in the corresponding thread. JavaFX will reject other mutual exclusion algorithm.

Last Question, What's with wombat?

To honour my alma mater, wombat is a kind of convention here.

TODOS

  • Update the name. (Uuh.. I don't think a good name is necessary for this project)

Changelog

  • v1.1 - Added keyboard shortcut and line 'jump' features
  • v1.0 - Initial Release