Commit graph

704 commits

Author SHA1 Message Date
glacambre
e4ddeb0cf2
completions.ts: Make sure selected completion options are visible 2018-05-01 11:44:35 +02:00
Oliver Blanthorn
45a3020481
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_viewsource 2018-04-30 11:57:35 +01:00
glacambre
c11199526f
config.ts: Add gf as default binding for viewsource 2018-04-29 08:36:45 +02:00
glacambre
8493eeb1ad
insertmode.ts: Go back to normal mode when Escape is pressed 2018-04-29 07:16:57 +02:00
glacambre
f5b6672ac4
excmds.ts: Go back to normal mode when unfocus() is called 2018-04-29 07:15:54 +02:00
Oliver Blanthorn
88e429ae92
Previous commit didn't fix it, so give up gracefully. 2018-04-28 18:06:18 +01:00
Oliver Blanthorn
b6a6886fa6
Try MacVim or cool-retro-term on OSX for editor
(and add a bunch of silly ones to try as a last resort)
2018-04-28 17:48:19 +01:00
Oliver Blanthorn
cd606c282b
Refactor editor path checking 2018-04-28 17:48:19 +01:00
Oliver Blanthorn
159393de71
Prevent page info from opening with editor 2018-04-28 16:35:43 +01:00
Oliver Blanthorn
5f7b411a4d
Change insert mode bind for editor to <C-i>, like Vimperator 2018-04-28 14:19:07 +01:00
Oliver Blanthorn
afd0eb95a7
Change ignore mode binds to be symmetric and resolve Jupyter conflict 2018-04-28 13:38:53 +01:00
glacambre
8677417314
newtab: Fix viewsource elem appearing at the bottom of newtab.html 2018-04-28 08:06:40 +02:00
glacambre
3fa8ac4322
excmds.ts: Remove viewsource elem on spa history changes 2018-04-28 07:54:22 +02:00
glacambre
9d1e5c6d87
viewsource.css: Fix viewsource elem not always covering the whole page 2018-04-28 07:05:25 +02:00
Oliver Blanthorn
c948658e56
Fix #446: you can now edit completions you select with space 2018-04-27 16:45:50 +01:00
Oliver Blanthorn
15ca28fb3e
Add exclaim_quiet to suppress output and rebind ;v so that mpv doesn't steal focus after playing 2018-04-26 20:54:32 +01:00
Oliver Blanthorn
24f9968abb
Bind help to F1 2018-04-26 19:53:54 +01:00
Oliver Blanthorn
d8af755e83
Suppress some errors when checking if native version is installed so that helpful ones can be displayed 2018-04-26 19:35:41 +01:00
Oliver Blanthorn
2f87e338b0
Fix #437: Improve native messenger documentation. 2018-04-26 18:24:34 +01:00
Oliver Blanthorn
5959d2d28e
Document native messenger better 2018-04-26 12:52:06 +01:00
Oliver Blanthorn
2231f5c422
Use system shell rather than python in exclaim 2018-04-26 12:33:01 +01:00
Oliver Blanthorn
a687ac95d8
Stop native messenger being updated from the internet on web-ext reload 2018-04-26 12:32:10 +01:00
Colin Caine
e2b8b95b23 Fix :open <empty string>. Fixes #421 2018-04-26 09:10:25 +01:00
Colin Caine
2d9a27d211 Filter AltGraph keys. Fixes #430 2018-04-26 08:53:01 +01:00
Colin Caine
04edf0054f Omit deprecated code 2018-04-26 08:50:02 +01:00
Colin Caine
2df99412ef release 1.9.8 2018-04-26 01:29:25 +01:00
Colin Caine
92cbb22992 Fix error reporting loop with noiframeon 2018-04-26 01:10:33 +01:00
Colin Caine
8e05cd2918 Don't record empty strings or src/controller.tss. Don't send them to exstr parser either. 2018-04-25 22:30:57 +01:00
Colin Caine
9427f3bae5 Fix cool-retro-term detection (IMPORTANT) 2018-04-25 22:13:45 +01:00
Colin Caine
e955e3bfdf Fix vim detection 2018-04-25 22:12:41 +01:00
Oliver Blanthorn
c4a5313095
Explain that the hint tags are typed in lowercase even though they are displayed in uppercase 2018-04-25 21:02:08 +01:00
Oliver Blanthorn
322086aa8d
Work on OSX support 2018-04-25 20:43:44 +01:00
Oliver Blanthorn
8530b78447
Try to start a sane editor. 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
5d936a7d44
Make editor work in input mode 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
dca9039883
Give up on Windows support for now 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
16cce26daa
Update native messenger with Tridactyl 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
2dcf9dabaa
Add interactive arugments to some native commands 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
26475f5565
Make native update script user configurable, give feedback 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
4dd22e7aca
Add ! alias to exclaim. NB: requires a space after it. 2018-04-25 20:43:42 +01:00
Oliver Blanthorn
528c931971
Implement pipe support. 2018-04-25 20:43:42 +01:00
Oliver Blanthorn
3bbf2767f1
Generate the temporary file for $EDITOR in python
This should make multi-platform support easier and aid security (only
the user wot made the file can read it).
2018-04-25 20:43:42 +01:00
Oliver Blanthorn
a8cc9d454d
Add native version checker and nativeopen
Adds semver-compare runtime dependency: might be worth statically
linking it since it's so simple.
2018-04-25 20:43:42 +01:00
Oliver Blanthorn
0afd9dfffe
Add exemplar exclaim binding and improve docs 2018-04-25 20:43:41 +01:00
Oliver Blanthorn
890371b402
Add hint -W [exstr] to execute exstr on hint's href 2018-04-25 20:43:41 +01:00
Oliver Blanthorn
0156fc233f
Fix trailing space in editor command
Why commit code when you can fix it twice?
2018-04-25 20:43:41 +01:00
Colin Caine
ec13fa5dec
Native messenger code review 2018-04-25 20:43:41 +01:00
Oliver Blanthorn
5f68f9428d
Install native messenger on build; edit text in external editor
Currently we only support gVim and Linux, but `winword.exe` support is
theoretically possible.
2018-04-25 20:43:13 +01:00
John Beard
31958ed710
Merge johnnbeard's and IsaacKhor's native messenger
(Credited to John, merge by Olie)
2018-04-25 20:43:13 +01:00
Oliver Blanthorn
42c6a6d2dc
release 1.9.7 2018-04-25 20:38:27 +01:00
Colin Caine
1e1c1d9d6f
Empty object is not falsey 2018-04-25 20:30:05 +01:00