Exit Full View

Featureful / about / components / FeatherEditor.md

Feather Editor

A TextEditor with two differences :

  1. Syntax highlighting
  2. Includes a secondary tab for program arguments.

Syntax highlighting is not scripted. I use the Feather language in other projects, and so I just included a call to my existing syntax highlighter.

Feather is a general purpose language, and can be used for simple scripts unrelated to Featureful. So, for scripts with a main entry point, I want a place to enter command-line arguments.


Back to Components index.