Gavin Kistner
Gavin Kistner
- Select multiple discontiguous items (using command/control key). - Select multiple contiguous items (using shift key). - Dragging pulls (or clones) all selected items. - Query selected items (for handling...
var s1 = new StringScanner("a2z"); s1.scan(/a/); s1.scan(/\d+/); s1.check(/z/); s1.unscan(); console.log(s1.getPosition()) // Correctly outputs "1" var s2 = new StringScanner("a2z"); s2.scan(/a/); s2.scan(/\d+/); s2.check(/O/); s2.unscan(); // "nothing to unscan"
``` ruby puts Addressable::URI.parse('/foo?d=1&b=2&e=3&a=4&c=5').tap do |uri| uri.query_values = uri.query_values end.normalize #=> /foo?a=4&b=2&c=5&d=1&e=3 ``` The 'problem' with this is that if I am cleaning an existing URI by removing specific query...
The index should be able to have entries like: ``` Rigid Bodies Basics Creating Rigid Body Modifier ``` Presumably this would only be through a meta entry—using some TBD syntax—and...
It's annoying to have to write `href="../../../foo/bar/page.html"`, and fragile. Worse, however, is that you can't have a single Glossary entry re-used on different pages in the site that links to...
Because Sphinx has it. Minor problem: missing a nice cross-platform pure-Ruby converter.
When scanning headings and definitions for index entries, record with the page the link to the actual heading where the term exists.
http://doc.trolltech.com/3.3/assistant-6.html http://pepper.troll.no/s60prereleases/doc/assistant-custom-help-viewer.html
Like `Bundle#validate_links`, look in `src` attributes of images and validate that the files are there (unless sourced over another protocol). Possibly extend to scripts, too. Add command-line options and Bundle...