You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,7 +26,7 @@ The demos for Qt and ImGui require dditional packages, but these aren't required
26
26
Key Features:
27
27
* Modal 'vim' or modeless 'standard' editing styles; built around a common core of functionality.
28
28
* Keymapper for extending existing modes or adding new commands
29
-
* Qt or ImGui rendering (and extensible)
29
+
* Qt or ImGui rendering (and extensible)
30
30
* Terminal-style text wrapping and work in progress non-wrapped mode
31
31
* Splits and tabs
32
32
* A simple syntax highlighting engine with pluggable secondary highlighters
@@ -52,7 +52,7 @@ Though I have limited time to work on Zep, I do try to move it forward at York D
52
52
53
53
One of my targets for Zep is to get it to the point where I can use it as a standalone editor for common tasks. It is almost equivalent to how I'd use NeoVim day-to-day. The other target is to use Zep in a live coding environment.
54
54
55
-
Pull requests are appreciated and encouraged ;)
55
+
Pull requests are appreciated and encouraged ;)
56
56
57
57
Screenshots
58
58
-----------
@@ -85,7 +85,7 @@ level mode code uses the buffer commands to move around inside the text. A Glyp
85
85
86
86
A command layer supplies functions to add and remove text, and supports undo; all buffer modifications are done with these simple commands.
87
87
88
-
The Mode layer supports editing text using Vim commands, or using standard notepad-like commands.
88
+
The Mode layer supports editing text using Vim commands, or using standard notepad-like commands.
89
89
90
90
A Syntax layer monitors the buffer and provides file-specific syntax coloring. Syntax highlighting can be easily extended
91
91
@@ -102,8 +102,8 @@ See [Vim Mode](https://github.com/Rezonality/zep/wiki/Vim-Mode), or the top of t
102
102
You can follow the build buttons above to see the build process or look in the travis or appveyor scripts.
The Zep demo now requires my external MUtils library in order to run. To make the demo, hop over to https://github.com/Rezonality/mutils and build/install it.
157
-
Here's an example script for the complete process to build the support library and all of the zep demos.
156
+
Here's an example script for the complete process to build the zep demos. The vcpkg prebuilds are only required for the demo, not the core library
0 commit comments