Update notes/BUGS/TODO

This commit is contained in:
Florian Bruhin 2014-06-06 10:46:18 +02:00
parent cfbf8c6a35
commit 118dace031
3 changed files with 15 additions and 0 deletions

3
BUGS
View File

@ -59,6 +59,9 @@ Bugs
window has a bigger size hint instead of tabs getting smaller than the
minimum size (iggy)
- Directly opening a webm video (e.g.
http://fat.gfycat.com/AlienatedMaleAplomadofalcon.webm ) prints a webkit error.
Upstream Bugs
=============

6
TODO
View File

@ -42,6 +42,7 @@ New big features
Improvements / minor features
=============================
- Improve error pages (print error domain/code/...)
- Print nicer error message when platform plugin is missing
(on Arch: libxkbcommon-x11)
- Add harfbuzz forcing to version info
@ -87,6 +88,11 @@ hints
- uppercase hint chars without requiring upper case to type (easier to
distinguish)
Style
=====
- Use context managers (e.g. editor/hintmanager/...)
dwb keybindings to possibly implement
=====================================

6
notes
View File

@ -1,3 +1,9 @@
click inspirations
===================
- Editor: https://github.com/mitsuhiko/click/blob/master/click/_termui_impl.py#L311
- Types: https://github.com/mitsuhiko/click/blob/master/click/types.py
Multiwindow
===========