vstukanov / bow-editor

Let's see how code editors works :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bow - My perfect text editor goals

Init submodules

git submodule update --init --recursive

Native performance.

System UI and perfect OS integration.

All UI elevents should be rendered with native GUI. Keyboard first oriented. (system/emacs/vim keybinding agnostic) Discoverable with mouse. (system menu, context menus, tool bars).

Havy tasks runing natively

Parsing and syntax highlighting done with native libraries perfectly on own threads if its make sence.

Modular and customizable

Single threaded scripts with rich editor api

Custom native api should be able provide native code

Great defaults

Not a goals

  • Running in terminal

About

Let's see how code editors works :)


Languages

Language:C++ 55.0%Language:C 23.0%Language:Scheme 12.2%Language:CMake 9.8%