|
1 | | - |
2 | | -TODO: Stuff |
3 | | - |
4 | | -DONE EnsureDirectoryExists for user scripts on New Script |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | --------------- |
12 | | -DONE - Console buffer.write writes '0' at the end? |
13 | 1 |
|
14 | | -DONE console stdout for console commands. |
15 | | - |
16 | | -DONE menus |
17 | | - |
18 | | -DONE scintilla events |
19 | | - |
20 | | - |
21 | | -DONE Stop Script menu disable |
22 | | - |
23 | | -DONE Close notepad whilst running a script |
24 | | - |
25 | | - |
26 | | -DONE generation for getLine() (exception) |
27 | | - |
28 | | - |
29 | | -DONE Up/down history for console input |
30 | | - |
31 | | -DONE return to console focus after command |
32 | | - |
33 | | -DONE fonts for scintilla console and prompt |
34 | | - |
35 | | -DONE Console - Remove default from run button, make enter send run command. |
36 | | - |
37 | | -DONE Change to stop button that we enable |
38 | | - |
39 | | -DONE Release build |
40 | | - |
41 | | - |
42 | | -DONE GUI for configuration |
43 | | - |
44 | | -DONE Altered scripts in menu |
45 | | - |
46 | | -DONE FileWatcher on scripts dirs (only create / delete) |
47 | | - |
48 | | -DONE Python logo for console |
49 | | - |
50 | | -DONE Fix importing module, and using editor object in imported module (Npp module?) |
51 | | - |
52 | | - |
53 | | -DONE notepad.close() closeAllButThis(), closeAll() etc |
54 | | - |
55 | | -DONE initialisation |
56 | | -DONE - lazy (default) |
57 | | -DONE - at startup |
58 | | - |
59 | | - |
60 | | -DONE lines chars? __getitem__ |
61 | | - |
62 | | -DONE Menu enums |
| 2 | +TODO: Stuff |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +-- Next Release -- |
| 7 | + |
| 8 | +lines __iter__ |
| 9 | +chars __getitem__ and __iter__ |
| 10 | + |
| 11 | +notepad.activate(string) (first match) |
| 12 | +notepad.activate(int) (use current view) |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +Lexer for console for line numbers etc (python exceptions and VS errors) |
| 18 | + |
| 19 | + |
63 | 20 |
|
64 | | - |
65 | | -DONE notepad.messageBox() - just need python bindings |
66 | | -DONE notepad.prompt() - need form and object |
67 | | - |
68 | | -DONE Remove NPPN_READY and GetFuncs messageboxes |
69 | | - |
70 | | - |
71 | | -DONE Copyright text in about box |
72 | | - |
73 | | - |
74 | | -DONE clean up (g_menuScripts and g_toolbarScripts need clearing / deleting) |
75 | | - |
76 | | - |
77 | | - |
78 | | -DONE editor.forEachLine(function(lineContents, lineNumber, totalLines)) |
79 | | - (returns number of lines to increment - if None then 1) |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | -DONE editor.deleteLine |
86 | | -DONE editor.replaceLine |
87 | | - |
88 | | -DONE editor.getUserLineSelection() -- line start/end of selection or whole doc |
89 | | -DONE editor.getUserCharSelection() -- char start/end of selection or whole doc |
90 | | - |
91 | | -DONE editor.setTarget(start,end) |
92 | | - |
93 | | -DONE clear callbacks |
94 | | - |
95 | | - |
96 | | - |
97 | | -DONE Investigate RE |
98 | | - |
99 | | - |
100 | | -DONE pyreplace line number check |
101 | | - |
102 | | -DONE messages exec |
103 | | - |
104 | | - |
105 | | - |
106 | | -DONE test compiler (msi) |
107 | | - |
108 | | -docs from laptop |
109 | | - |
110 | | -DONE test notepad.save() with NOTIFICATIO.FILESAVING callback registered |
111 | | - |
112 | | -DONE pyreplace undo |
113 | | - |
114 | | -DONE help command on main menu (context sensitive) |
115 | | - |
116 | | -DONE pymlreplace see if search() then replace on each one works better |
117 | | - |
118 | | -DONE sample scripts |
119 | | - |
120 | | - |
121 | | -DONE (works without anything special) line endings for console |
122 | | - |
123 | | - |
124 | | --- Next Release -- |
125 | | - |
126 | | -lines __iter__ |
127 | | -chars __getitem__ and __iter__ |
128 | | - |
129 | | -notepad.activate(string) (first match) |
130 | | -notepad.activate(int) (use current view) |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | -Lexer for console for line numbers etc (python exceptions and VS errors) |
136 | | - |
137 | | - |
138 | | - |
0 commit comments