index
:
pytagomacs
master
Emacs-like key–value editor library for Python
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
featherweight.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
typo
Mattias Andrée
1
-1
/
+1
2013-09-11
m + some editor todos
Mattias Andrée
1
-2
/
+5
2013-09-11
only run editor if the module is executed, not imported
Mattias Andrée
1
-10
/
+11
2013-09-11
can do terminal initialisation
Mattias Andrée
1
-4
/
+9
2013-09-11
the text area can take care of terminal settings
Mattias Andrée
1
-8
/
+25
2013-09-11
automatic screen dimensions
Mattias Andrée
1
-5
/
+11
2013-09-11
add todo on additional key combinations
Mattias Andrée
1
-1
/
+1
2013-09-11
saver must return whether the save was successful or not
Mattias Andrée
1
-6
/
+8
2013-09-11
make redrawers optional
Mattias Andrée
1
-11
/
+9
2013-09-11
some necessary refinements
Mattias Andrée
1
-15
/
+20
2013-09-11
implement undo logic
Mattias Andrée
1
-1
/
+18
2013-09-11
add key combinations for undo actions
Mattias Andrée
1
-2
/
+8
2013-09-11
m
Mattias Andrée
1
-0
/
+1
2013-09-10
push and pop the editring
Mattias Andrée
1
-3
/
+17
2013-09-10
implement edit reverse, direction change and add specification for push and pop to editring
Mattias Andrée
1
-1
/
+34
2013-09-10
add class edit for storing edits in
Mattias Andrée
1
-0
/
+21