mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 23:33:32 +01:00
Add note to TODO.
This commit is contained in:
@@ -85,7 +85,6 @@ function Bookmarks() //{{{
|
|||||||
let bmark = new Bookmark(node.uri, node.title, node.icon && node.icon.spec, keyword, tags, node.itemId);
|
let bmark = new Bookmark(node.uri, node.title, node.icon && node.icon.spec, keyword, tags, node.itemId);
|
||||||
|
|
||||||
bookmarks.push(bmark);
|
bookmarks.push(bmark);
|
||||||
|
|
||||||
return bmark;
|
return bmark;
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ ARCHITECTURE:
|
|||||||
on the website - is there even a documentation tool that can parse our source
|
on the website - is there even a documentation tool that can parse our source
|
||||||
sensibly?
|
sensibly?
|
||||||
|
|
||||||
|
There are a few that can, to some extent. We more or less follow the
|
||||||
|
ScriptDoc standard, and we're very close to a few other standards.
|
||||||
|
Unfortunately, nearly all of the parsers are lacking in some way, bloated to
|
||||||
|
hell, and/or lack support for JS 1.8. --Kris
|
||||||
|
|
||||||
BUGS:
|
BUGS:
|
||||||
- add window resize support to hints
|
- add window resize support to hints
|
||||||
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
||||||
|
|||||||
Reference in New Issue
Block a user