Commit graph

6973 commits

Author SHA1 Message Date
Colin Caine
cb8257dc31 Remove whitespace. 2017-03-02 17:41:05 +00:00
Colin Caine
6870c23b2c Update parsercontrol with new approach. 2017-03-02 17:37:38 +00:00
Colin Caine
85d40edd70 Add application field to manifest.json.
This is for runtime.connectNative.
2017-03-02 17:37:38 +00:00
Oliver Blanthorn
d93dbf8079 Move number conversion from funcParser to exStrParser 2017-03-02 17:36:48 +00:00
Oliver Blanthorn
9748714b63 Turn code into string 2017-03-02 16:21:21 +00:00
Oliver Blanthorn
4eba9524ce Add initial func, ex parsers 2017-03-02 16:20:59 +00:00
Colin Caine
77d25af9ae Fix code style 2017-03-01 02:24:07 +00:00
Colin Caine
0165add373 Remove browser action. 2017-03-01 02:22:53 +00:00
Colin Caine
584d94c702 Update comments in main.litcoffee 2017-03-01 02:21:31 +00:00
Colin Caine
c9dee2aeae Describe two methods for parserControl. 2017-03-01 02:18:10 +00:00
Oliver Blanthorn
5efbb80c83 Add initial attempt at link hints 2017-02-28 13:13:28 +00:00
Oliver Blanthorn
687483f313 Add regex test to main
Just playing with various autocomplete options
2017-02-28 11:26:56 +00:00
Oliver Blanthorn
5bb3f5e026 Add "namespace" to main.litcoffee
We're emulating namespaces with objects, and a function which lives in
that namespace. There's a caveat in that appending a new function to the
same namespace would require a separate function to be created and
called, and functions inside that function wouldn't be able to call
other functions.
2017-02-26 17:59:52 +00:00
Oliver Blanthorn
33db5ea11d Add initial ramblings about parsers 2017-02-26 16:35:46 +00:00
Oliver Blanthorn
803f8af06a Add initial attempt at namespace 2017-02-25 18:11:55 +00:00
Oliver Blanthorn
8da1955d5f Add minimum commands we need to implement
This is the smallest set we think are needed for a useful addon. beep is
the most important of them all.
2017-02-25 17:32:19 +00:00
Oliver Blanthorn
2f4733d8a9 Add initial architecture ramblings 2017-02-25 17:09:19 +00:00
Oliver Blanthorn
cd5164ca41 Add initial wishlist for tentative features 2017-02-25 16:00:19 +00:00
Oliver Blanthorn
8224f07089 Tidy litcoffee 2017-02-25 15:19:25 +00:00
Oliver Blanthorn
0b219951ac Tidy litcoffee 2017-02-25 15:18:11 +00:00
Oliver Blanthorn
17c1bbc05f Convert source to literate coffee script v2
We're intending to write all the source code in literate coffee script
v2, which should make the code self-documenting and hopefully enforce
better standards.
2017-02-25 13:05:29 +00:00
Oliver Blanthorn
ec4eaced3d Add test literate coffee script 2017-02-24 22:33:14 +00:00
Oliver Blanthorn
05af9f0981 Add test literate coffee script 2017-02-24 22:32:04 +00:00
Oliver Blanthorn
86c2a4ca13 Add test literate coffee script 2017-02-24 22:30:47 +00:00
Oliver Blanthorn
ef2ba1595a Move source files to addon/src
This is to make it easier to distinguish between the source files and
the generated JavaScript.
2017-02-24 21:22:05 +00:00
Colin Caine
2c26c7ec81 Link readme.md to design.md for now. 2017-02-24 19:06:23 +00:00
Colin Caine
9cccc3ba03 Crosslink bug messages. 2017-02-24 19:05:05 +00:00
Colin Caine
02d0b6ff53 Update WebExtension section of design.md. 2017-02-24 19:02:45 +00:00
Colin Caine
ee05e28c09 Minor update to design.md 2017-02-24 18:56:18 +00:00
Colin Caine
d3c63f2560 Move standalone notes out of design.md. 2017-02-24 18:37:35 +00:00
Colin Caine
4bc9b955c6 Update design.md WebExtension route. 2017-02-24 18:36:02 +00:00
Colin Caine
6f020f1264 Remove unrelated text-layout project. 2017-02-24 18:31:17 +00:00
Oliver Blanthorn
793100479f Add link to Surfingkeys 2017-02-24 14:04:59 +00:00
Colin Caine
563d8b1581 Add evalHandler for content script messages. 2017-02-24 12:43:01 +00:00
Colin Caine
27baf0500a Add bug report for content scripts. 2017-02-24 12:41:02 +00:00
Colin Caine
1e9f6c403b Update bug-message. 2017-02-24 00:38:37 +00:00
Colin Caine
cb31447d3e Capitalise Firefox, Mozilla. 2017-02-23 21:42:59 +00:00
Colin Caine
bacd7a0eec bug-message: Note a bug to set as dependent. 2017-02-17 00:19:58 +00:00
Colin Caine
2136bb7b68 bug-message: minor change. 2017-02-17 00:10:16 +00:00
Colin Caine
7b09834633 Add links to other bugs, rewrite slightly. 2017-02-17 00:05:20 +00:00
Oliver Blanthorn
9589dbb493 Add small waffle 2017-02-16 12:26:02 +00:00
Oliver Blanthorn
b88c15176c Notes about web text rendering 2017-02-16 12:22:49 +00:00
Colin Caine
a0bb9d967e Add 1st draft of message for bugzilla. 2017-02-16 01:49:38 +00:00
Colin Caine
9db19fadb8 Fix Olie's dodgy maths.
Olie probably expected his mod function to always return non-negative,
but that's not what it did.

It also performed mod twice, which is likely to exacerbate precision
errors when applied to floats (which we won't do anyway, but whatever).

Nit picked.
2017-02-15 00:58:05 +00:00
Oliver Blanthorn
d537af8928 Adds rudimentary keyboard controls, arbitrary js 2017-02-14 17:11:39 +00:00
Oliver Blanthorn
dd3649b0d9 Initial attempt at message-passing wrapper 2017-02-14 16:07:50 +00:00
Oliver Blanthorn
a66da7eb47 Load content.js on every page 2017-02-14 15:41:53 +00:00
Oliver Blanthorn
bca2fab691 So confused I quit vimdiff and then it decided I had finished merging 2017-02-14 15:28:50 +00:00
Oliver Blanthorn
aca69b9058 Merge branch 'master' of github.com:cmcaine/colie 2017-02-14 15:28:04 +00:00
Oliver Blanthorn
20399ab19e Adds link to API docs, CoffeeScript textbook, MinifyJA 2017-02-14 15:23:49 +00:00