MightEMacs

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

Difference (from revision 1 to current revision) (minor diff, author diff)

Changed: 11,15c11,14
1. Provide the ability to edit code quickly and easily with few keystrokes.
2. Use key bindings that are well designed and intuitive.
3. Be as easy as possible to learn.
4. Be robust and powerful enough to perform sophisticated editing and automation tasks, provide a high level of extensibility,
and yet not be overly complex.
* Provide the ability to edit code quickly and easily with few keystrokes.
* Use key bindings that are well designed and intuitive.
* Be as easy as possible to learn.
* Be robust and powerful enough to perform sophisticated editing and automation tasks, provide a high level of extensibility, and yet not be overly complex.

Changed: 21,25c20,21
* Key bindings designed for speed: all bindings are one or two keystrokes and all control keys are used, with the latter
assigned to the most often used operations where possible.
* Numerous editing commands such as "delete word", "copy region", and "kill to line break", with key bindings based
on type of operation (delete, copy, or kill) and type of object (word(s), partial line, whole line(s), region, or fenced
text), which makes them easier to remember.
* Key bindings designed for speed: all bindings are one or two keystrokes and all control keys are used, with the latter assigned to the most often used operations where possible.
* Numerous editing commands such as "delete word", "copy region", and "kill to line break", with key bindings based on type of operation (delete, copy, or kill) and type of object (word(s), partial line, whole line(s), region, or fenced text), which makes them easier to remember.

Changed: 27,28c23
* Several commands and options for creating screens and windows, and managing buffers, including saving both
the point position and window framing in "marks".
* Several commands and options for creating screens and windows, and managing buffers, including saving both the point position and window framing in "marks".

Changed: 30,31c25
* Powerful search and replace functions, including the use of regular expressions with groupings that can be referenced in the
replacement pattern.
* Powerful search and replace functions, including the use of regular expressions with groupings that can be referenced in the replacement pattern.

Changed: 33,34c27
* Several commands for getting help and displaying information about the editing session, such as "show buffers" and
"show kill ring".
* Several commands for getting help and displaying information about the editing session, such as "show buffers" and "show kill ring".

Added: 47a41,42
(Note: MightEMacs is based on a fork of version 3.12 of Daniel Lawrence's MicroEmacs)


Changed: 49c44
https://www.dropbox.com/s/1v0906diboerxgl/MightEMacs-Screen.jpg?dl=0
https://www.dropbox.com/s/1v0906diboerxgl/MightEMacs-Screen.jpg?dl=0

 A fast and powerful Emacs editor with short key bindings and a C-like scripting language.

 Author:    Richard Marinelli
 Homepage:  https://github.com/italia389/MightEMacs.git
 Family:    EmacsFamily
 License:   GPLv3
 Platform:  Unix, Linux (other variants possible).

Designed to be a fast and full-featured text editor. Goals of the project are to create an Emacs text editor that will:

MightEMacs is focused on editing files well and being easily extensible, but also being an editor that is not daunting -- one that can be learned fairly quickly by the average programmer. Features include:

MightEMacs also supports a C-like scripting language that is very powerful and fairly easy to learn. You can create your own commands (macros) which have the same capabilities as built-in commands, customize the editing session in various ways, and even create MightEMacs scripts that can be executed like a shell script.

(Note: MightEMacs is based on a fork of version 3.12 of Daniel Lawrence's MicroEmacs)

 Screenshot:
https://www.dropbox.com/s/1v0906diboerxgl/MightEMacs-Screen.jpg?dl=0
HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit text of this page | View other revisions
Last edited February 15, 2017 6:11 am (diff)
Search: