To-do list for Chrome DevTools.
seen from Singapore

seen from United States
seen from South Korea

seen from United States
seen from Canada
seen from Poland

seen from Canada

seen from Russia

seen from Malaysia

seen from United States
seen from United States
seen from Malaysia
seen from United States
seen from Japan

seen from Malaysia
seen from United States

seen from United States

seen from United States
seen from China

seen from Germany
To-do list for Chrome DevTools.
devtodo version 0.1.20 for OS X
The formula for devtodo was recently updated to version 0.1.20.
To install devtodo on your Mac, open your Terminal application and run the following commands;
brew update brew install devtodo
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
require 'formula' class Devtodo < Formula url 'http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz' homepage 'http://swapoff.org/DevTodo' md5 '4a6241437cb56f237f850bcd2233c3c4' depends_on "readline" def patches DATA end def install # Rename Regex.h to Regex.hh to avoid case-sensitivity confusion with regex.h mv "util/Regex.h", "util/Regex.hh" inreplace ["util/Lexer.h", "util/Makefile.in", "util/Regex.cc"], "Regex.h", "Regex.hh" system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" doc.install 'contrib' end end __END__ Fix invalid regex. See http://swapoff.org/ticket/54 --- a/util/XML.cc Mon Dec 10 22:26:55 2007 +++ b/util/XML.cc Mon Dec 10 22:27:07 2007 @@ -49,7 +49,7 @@ void XML::init() { // Only initialise scanners once if (!initialised) { // <?xml version="1.0" encoding="UTF-8" standalone="no"?> - xmlScan.addPattern(XmlDecl, "<\\?xml.*?>[[:space:]]*"); + xmlScan.addPattern(XmlDecl, "<\\?xml.*\\?>[[:space:]]*"); xmlScan.addPattern(XmlCommentBegin, "<!--"); xmlScan.addPattern(XmlBegin, "<[a-zA-Z0-9_-]+" "([[:space:]]+[a-zA-Z_0-9-]+=(([/a-zA-Z_0-9,.]+)|(\"[^\"]*\")|('[^']*')))"
This package, devtodo, depends on;
readline
See which packages depend on devtodo.