1,007
edits
| Line 38: | Line 38: | ||
* Ticket [http://labs.toolness.com/trac/ticket/133 133]: Added the ability for command authors to add synonyms to commands, allowing users to more easily be able to guess command names and options. | * Ticket [http://labs.toolness.com/trac/ticket/133 133]: Added the ability for command authors to add synonyms to commands, allowing users to more easily be able to guess command names and options. | ||
* Ticket [http://labs.toolness.com/trac/ticket/203 203]: Small improvements to the natural language parser. | * Ticket [http://labs.toolness.com/trac/ticket/203 203]: Small improvements to the natural language parser. | ||
* Ticket [http://labs.toolness.com/trac/ticket/175 175]: The parser now recognizes a match even if the input starts in the middle of the verb. | |||
* Ticket [http://labs.toolness.com/trac/ticket/175 140]: The parser now tries every possible way of assigning your selection to any argument of the verb. | |||
* Ticket [http://labs.toolness.com/trac/ticket/234 234]: The tab key now autocompletes your partially-typed sentence to the highlighted suggestion. | * Ticket [http://labs.toolness.com/trac/ticket/234 234]: The tab key now autocompletes your partially-typed sentence to the highlighted suggestion. | ||
| Line 48: | Line 50: | ||
<li>Ticket [http://labs.toolness.com/trac/ticket/286 286]: Each command feed is sandboxed now, to avoid namespace collisions.</li> | <li>Ticket [http://labs.toolness.com/trac/ticket/286 286]: Each command feed is sandboxed now, to avoid namespace collisions.</li> | ||
<li>[http://labs.toolness.com/trac/ticket/246 Ticket 246]: Added Utils.parseRemoteDocument(), which allows command authors to get a remote document and parse it in a robust, HTML-like way.</li> | <li>[http://labs.toolness.com/trac/ticket/246 Ticket 246]: Added Utils.parseRemoteDocument(), which allows command authors to get a remote document and parse it in a robust, HTML-like way.</li> | ||
<li>[http://labs.toolness.com/trac/ticket/37 Ticket 37]: Noun types can now use a callback to return suggestions, which makes it easier to write a noun type that depends on a network call, for instance.</li> | |||
</ul> | </ul> | ||
edits