ToDo
This commit is contained in:
parent
5936465037
commit
7bad7c1c70
@ -5,13 +5,6 @@ Things needing little knowledge are marked with "(Easy for contribution)". so ju
|
|||||||
[X] = Done
|
[X] = Done
|
||||||
[S] = Stopped
|
[S] = Stopped
|
||||||
|
|
||||||
BUGS:
|
|
||||||
[] Sometimes Numblock hangs and make shortcuts not detect (critical)
|
|
||||||
[] PTY attribtues not all available at beginning just to current curser (normal)
|
|
||||||
[] review can run out of screen in PTY pressing next char (normal)
|
|
||||||
[W] Hilight Tracking not accurate
|
|
||||||
[W] make PTY better react to shortcuts when a lot of output apears
|
|
||||||
|
|
||||||
Cleanups:
|
Cleanups:
|
||||||
[] Migrate *Data.py to classes and use getter/setter (Easy for contribution)
|
[] Migrate *Data.py to classes and use getter/setter (Easy for contribution)
|
||||||
[] commandsData.py
|
[] commandsData.py
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
Known Bugs (Problems with the logic ):
|
Known Bugs (Problems with the logic ):
|
||||||
- word echo triggers twice if there are two spaces after an word and you arrow over them
|
- word echo triggers twice if there are two spaces after an word and you arrow over them
|
||||||
- spellcheck triggers twice if there are two spaces after an word and you arrow over them
|
- spellcheck triggers twice if there are two spaces after an word and you arrow over them
|
||||||
|
[] Sometimes Numblock hangs and make shortcuts not detect (critical)
|
||||||
|
[] PTY attribtues not all available at beginning just to current curser (normal)
|
||||||
|
[] review can run out of screen in PTY pressing next char (normal)
|
||||||
|
[W] Hilight Tracking not accurate (normal)
|
||||||
|
[W] make PTY better react to shortcuts when a lot of output apears (normal)
|
||||||
|
[] Numlock/ Capslock is sometimes out of Sync (normal)
|
||||||
|
|
||||||
Glitches (improve diff results):
|
Glitches (improve diff results):
|
||||||
- currently None
|
- currently None
|
||||||
|
Loading…
Reference in New Issue
Block a user