Commit graph

1603 commits

Author SHA1 Message Date
Babil Golam Sarwar
66444af20a Refactor and clean-up Python codes 2018-05-24 13:06:41 +10:00
Oliver Blanthorn
b8dea34d0d
Merge pull request #603 from sumnerevans/hint-documentation
Adding notes about typing hint characters in lowercase (fix #588).
2018-05-23 21:49:35 +01:00
Oliver Blanthorn
00eced44ec
Fix links to documentation 2018-05-23 20:29:45 +01:00
Sumner Evans
36872df2b2
#588 adding notes about typing hint characters in lowercase 2018-05-23 11:22:50 -06:00
Oliver Blanthorn
5d8b20c557
Support uppercase hints
I wouldn't recommend that you use mixed case hints as they're all displayed as uppercase.
2018-05-23 17:38:17 +01:00
Oliver Blanthorn
498f2df052
Tidy up after quake 2018-05-23 15:43:11 +01:00
Oliver Blanthorn
98ad63cfc8
Improve discoverability of contributors 2018-05-23 15:39:40 +01:00
Colin Caine
bd4bd3077d Trim whitespace in greenmat 2018-05-23 12:00:22 +01:00
Colin Caine
22293d849a Merge remote-tracking branch 'caputchinefrobles/greenmat-theme' 2018-05-23 11:58:40 +01:00
Babil Golam Sarwar
fdc6f77b65 Merge branch 'master' into gsbabil/fix-restart-command-on-windows 2018-05-23 18:59:32 +10:00
Babil Golam Sarwar
e1f3956c78 Merge branch 'master' of https://github.com/cmcaine/tridactyl 2018-05-23 18:10:36 +10:00
Babil Golam Sarwar
c30327f73e Fix :restart command on Windows 2018-05-23 18:08:47 +10:00
Oliver Blanthorn
e453464697
Make qa into an alias: fix #595 2018-05-22 17:09:19 +01:00
Bruno Oliveira
e731cfb15d Disabling quirks mode and fixing class "namespace"
Adding <!doctype> on tutor template and adding
.TridacytlOwnNamespace class to generic selector
2018-05-22 11:12:15 -03:00
Oliver Blanthorn
23ed6588c8
Make quake theme use ] as is traditional 2018-05-22 14:27:41 +01:00
Oliver Blanthorn
06c51e2ccb
Convert colon to CSS 2018-05-22 14:18:23 +01:00
Oliver Blanthorn
2b8a8a6568
Add quake theme 2018-05-22 14:07:28 +01:00
Thomas Broadley
672a75d97d docs: fix typo 2018-05-22 04:08:53 +01:00
Oliver Blanthorn
9c14e8f1bb
Update FAQ 2018-05-21 21:21:41 +01:00
Oliver Blanthorn
473413d3c2
Move some old stuff out of readme 2018-05-21 21:16:05 +01:00
Oliver Blanthorn
ae1aa219c0
Make yank usable from ex-mode and improve docstring 2018-05-21 20:58:31 +01:00
Bruno Oliveira
59b9833f46 Fix/improve greenmat theme on newtab/tutor 2018-05-21 15:10:53 -03:00
Colin Caine
d35e0c3411 Clarify movement message 2018-05-21 16:34:39 +01:00
Colin Caine
0d7fdb1abf Save one intermediate file 2018-05-21 16:31:50 +01:00
Colin Caine
6e44bef6bd Teach lint,pretty to operate on staged copy
Gets a bit crazy.
2018-05-21 16:24:52 +01:00
Oliver Blanthorn
99e5475d5e
Remove newline above shydactyl: fix #591 2018-05-21 15:51:19 +01:00
Colin Caine
ad261b2e4f Fix {pretty,lint} when staging more than one file 2018-05-21 15:30:57 +01:00
Colin Caine
bc2abbb812 Don't make CSP stricter 2018-05-21 15:30:57 +01:00
Bruno Oliveira
e3bd478579 Merge remote-tracking branch 'upstream/master' 2018-05-21 10:57:12 -03:00
Oliver Blanthorn
08c0fb08e8
Only run npm install when we really need to 2018-05-21 13:44:21 +01:00
Colin Caine
2557b32b20 Revert "Add appendTo()"
This reverts commit 71d27e5133.
2018-05-21 11:06:12 +01:00
jcrowgey
393c91f026 Use fillcmdline to provide feeback from yank [Fixes #138]
We may want something better once we get a proper UI, but for now, we
can tell the user that yank worked and let them know exactly what was
yanked.  The output follows the convention of the instructions for
installing native messenging: we have a comment in the command line so
nothing happens except the command line closes when the user presses
enter.
2018-05-20 22:29:59 -07:00
Recursing
b5a3ac0210 Update ignore mode toggle in :tutor
Ignore mode is now toggled by pressing <S-Insert>
2018-05-21 03:44:17 +01:00
Colin Caine
9951830d53 /bin/env -> /usr/bin/env 2018-05-21 03:39:32 +01:00
Colin Caine
ed889c6e88 Use @overdodactyl's dark theme
Or something close to it, anyway.
2018-05-21 03:38:02 +01:00
Colin Caine
59e737f254 Add a css namespace to our controlled pages
Means we can safely style our own pages from themes.
2018-05-21 03:22:39 +01:00
Colin Caine
cef95bb214 Add css var for highlighting changelog box 2018-05-21 03:20:13 +01:00
Babil Golam Sarwar
abd4a7546c Remove test_native_main.py from this PR branch 2018-05-21 12:09:04 +10:00
Colin Caine
532f0acd67 Stop using quirks mode in commandline.html
If you don't use a doctype then browsers use quirks mode, which is very
confusing. In particular tables don't inherit styles properly and Olie
gets very confused.
2018-05-21 02:34:22 +01:00
Colin Caine
133c3817ef Fix missing semicolon 2018-05-21 02:30:52 +01:00
Colin Caine
5805984ab7 Add old design doc for hinting 2018-05-21 02:02:45 +01:00
Colin Caine
e6c2da19d5 Quote * in bodgecss 2018-05-21 01:22:43 +01:00
Colin Caine
a883c9ebee Stop typedoc complaining about toBeAll 2018-05-21 01:22:04 +01:00
Babil Golam Sarwar
6fe643cb75 Conditionally add pyinstaller as a prerequisite 2018-05-21 09:07:43 +10:00
Babil Golam Sarwar
7026647e11 Fix shebang path to env in bodgecss.sh 2018-05-21 09:06:50 +10:00
Babil Golam Sarwar
dd21250b5d Merge branch 'master' of https://github.com/cmcaine/tridactyl into 'gsbabil/windows-compiled-native-messenger-support' 2018-05-21 08:53:14 +10:00
Babil Golam Sarwar
de0868bb81 Merge branch 'master' of https://github.com/cmcaine/tridactyl 2018-05-21 08:44:02 +10:00
Babil Golam Sarwar
ad3e2d51f7 Disable GPG signing of the EXE for now 2018-05-21 08:32:28 +10:00
Babil Golam Sarwar
edbc97eec2 Require PYINSTALLER=1 to build and sign EXE
A default `npm run build` or a `scripts/build.sh` invocation would
not compile or sign `native_main.exe` anymore. This is a departure
from the previous logic where `PYINSTALLER=0` was needed to prevent
compile+signing of `native_main.exe`.

The following is achieved with this commit:

```
  $ ## following does _not_ compile/sign `native_main.exe`
  $ npm run build
  $ PYINSTALLER=0 npm run build

  $ ## following _does_ compile/sign `native_main.exe`
  $ PYINSTALLER=1 npm run build
```
2018-05-21 06:07:29 +10:00
Oliver Blanthorn
0136cda9d0
Update changelog 2018-05-20 18:27:36 +01:00