Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
/ wombat-text-editor Public archive

Dead simple text editor, with multi-threading support

License

Notifications You must be signed in to change notification settings

Namchee/wombat-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dead simple text editor, with multi-threading support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages