Commit Graph

2095 Commits

Author SHA1 Message Date
Florian Bruhin
8d80ce2628 Switch to python 3.4 enums.
Our home-brewn enum wasn't really liked by pylint (many no-member errors), so
instead of adding some workaround, we just use the python 3.4 enum instead.

This however also means we need to depend on Python 3.4 and not 3.3. Maybe we
should use enum34 on Python < 3.3.
2014-07-28 20:41:42 +02:00
Florian Bruhin
54c7f29f04 Remove weird condition when cmd text ends with ' '.
For some reason we checked nargs if split is False. This caused the completion
to not get hidden with ":spawn ". Since this condition makes no sense (and
probably was converted wrong in be467d5e) we remove it here.
2014-07-28 02:27:12 +02:00
Florian Bruhin
d60ff5ed27 Add a set-cmd-text command. 2014-07-28 02:16:37 +02:00
Florian Bruhin
76ff8aa30a Add missing imports from current_url move. 2014-07-28 02:16:22 +02:00
Florian Bruhin
e0bd89b762 Add an {url} variable for commands.
Note this also means we don't support :spawn running in a shell anymore, as
{url} is evaluated earlier. However this should be fine, as there's no really
important use case for that anyways, and shell escaping on Windows is rather
unmaintainable.
2014-07-28 01:40:36 +02:00
Florian Bruhin
c2a7a67f30 Add some more init checks and use Tk for errors 2014-07-27 22:57:50 +02:00
Florian Bruhin
056e1bea76 Fix settabtext fuckup 2014-07-25 13:47:48 +02:00
Florian Bruhin
7f3a4298bf Adjust docstrings 2014-07-24 22:52:53 +02:00
Florian Bruhin
71a27d42d8 Don't escape & in tab titles anymore.
Now that we do the rendering ourselves, & doesn't have any special meaning
anymore, so we don't have to escape it (as &&) anymore.
2014-07-24 22:50:22 +02:00
Florian Bruhin
eaed493f85 More manpage improvments 2014-07-24 01:51:23 +02:00
Florian Bruhin
1116d7caeb Format synopsis in manpage correctly 2014-07-24 00:51:04 +02:00
Florian Bruhin
b6511156f9 Update cleanup.py 2014-07-23 21:41:30 +02:00
Florian Bruhin
ec342c69a7 Link fix 2014-07-23 21:39:04 +02:00
Florian Bruhin
8d56f5292a Add comment about PyPi to README 2014-07-23 21:32:41 +02:00
Florian Bruhin
e9f2b56a5e More doc fixes 2014-07-23 21:23:46 +02:00
Florian Bruhin
da79f73185 Hopefully fix FAQ on github 2014-07-23 20:19:01 +02:00
Florian Bruhin
11c4e28769 Small documentation fixes 2014-07-23 20:17:08 +02:00
Florian Bruhin
7ba2b7faae Hopefully fix links in FAQ 2014-07-23 19:38:04 +02:00
Florian Bruhin
711d7b6800 Remove font rendering bug from BUGS 2014-07-23 19:21:29 +02:00
Florian Bruhin
d4c3a65fe3 Start with manpage generation 2014-07-18 07:48:33 +02:00
Florian Bruhin
8dbbcf48be Add fontrendering bug to BUGS 2014-07-18 06:56:47 +02:00
Florian Bruhin
4daa21ab25 Reorder BUGS 2014-07-17 23:22:47 +02:00
Florian Bruhin
8f19da7e54 Fix lint 2014-07-17 21:35:27 +02:00
Florian Bruhin
abf5fbc063 Clean up config color handling 2014-07-17 16:06:14 +02:00
Florian Bruhin
34d1449cd2 Make it easier to disable tab indicator 2014-07-17 14:50:16 +02:00
Florian Bruhin
55d257cecd Add doc to cleanup 2014-07-17 07:45:50 +02:00
Florian Bruhin
f4ced6392f Some doc updates 2014-07-17 07:41:46 +02:00
Florian Bruhin
705a96f6c0 Rename generate_manpage to generate_doc 2014-07-16 22:28:02 +02:00
Florian Bruhin
c1128a16a2 Adjust generate_manpage to generate other docs as well 2014-07-16 22:27:40 +02:00
Florian Bruhin
2bbd687430 Merge branch 'man' 2014-07-16 21:51:30 +02:00
Florian Bruhin
5b152d922a Update TODO 2014-07-16 21:50:57 +02:00
Florian Bruhin
f7304298ab Separate docstrings into command/documentation parts. 2014-07-16 20:09:41 +02:00
Florian Bruhin
a2c9e099f0 Make authors a list 2014-07-16 18:05:17 +02:00
Florian Bruhin
62300a8290 Github README updates 2014-07-16 18:05:17 +02:00
Florian Bruhin
1c65a38254 Add debug commands to manpage separately 2014-07-16 18:05:17 +02:00
Florian Bruhin
dd601ab9b6 Don't use _foo_ inside +foo+. 2014-07-16 18:05:17 +02:00
Florian Bruhin
44c3ef2bed Add NAME section 2014-07-16 18:05:17 +02:00
Florian Bruhin
fe814df3c2 Fix homepage spelling 2014-07-16 18:05:17 +02:00
Florian Bruhin
42c9cdf97a Escape HTML chars in passthrough 2014-07-16 18:05:17 +02:00
Florian Bruhin
8afb20c226 Specify column widths 2014-07-16 18:05:17 +02:00
Florian Bruhin
8b5e23dd66 Add links to command quickref 2014-07-16 18:05:17 +02:00
Florian Bruhin
dc107f94b9 Add header 2014-07-16 18:05:17 +02:00
Florian Bruhin
1bef7fb3c1 Add quick references for settings/commands 2014-07-16 18:05:17 +02:00
Florian Bruhin
1d0fa621b6 Formatting fixes 2014-07-16 18:05:17 +02:00
Florian Bruhin
a687388819 Change config descriptions to be asciidoc 2014-07-16 18:05:17 +02:00
Florian Bruhin
c5d923f92e Add settings to documentation 2014-07-16 18:05:17 +02:00
Florian Bruhin
7bb8ba268b Sort commands 2014-07-16 18:05:17 +02:00
Florian Bruhin
9694000a93 Print defaults 2014-07-16 18:05:17 +02:00
Florian Bruhin
441ebe645f Add command syntax 2014-07-16 18:05:17 +02:00
Florian Bruhin
94f6b8e5b4 Move parse_docstring to own function 2014-07-16 18:05:17 +02:00