-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmemo.txt
85 lines (60 loc) · 1.29 KB
/
memo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
* YoshiEditor
A text editor.
* Road Map
+ deindent line by Alt + Backspace
+ MiniBuffer
+ Open
+ Save As...
+ Find
+ Replace
+ Go To Line...
+ Re-search
+ Re-replace
+ Drag and Drop
- Frame + ScrollPane + EditorPane
- MenuBar
- File menu
- New
- Open
- Save
- Save As...
- Exit
- Edit menu
- Undo
- Redo
- Cut
- Copy
- Paste
- Select All
- YYYYMMDD.txt for "Untitled" file
- Dirty Flag
- Bindings
- Warning to replace with a new file
- Command-line argument to open
- Find
- Replace
- Show SaveAsDialog when Save if document is untitled
- Window Closing Box
- JTextComponent#read and write
- Indentation
- Undo
- Use replaceSelection()
- delete trailing whites
- auto-hungry delete
+ Enter inserts raw "\n"
+ Ctrl-J inserts indented "\n"
- Undo
- Undo inserting words
- Undo deleteing words
- Undo replacing
- Undo paste
- End last edit at diamond cursor
- Wrap lines with resizing the window
* Bug
- Show saved filename in the title bar
- Indent after empty lines
- Save new document
- Delete selected string only
+ Don't show file-dialog for new document
+ Show beginning of document when file open
+ Don't delete space before letter.