Jonathan Mitchell

Results 8 issues of Jonathan Mitchell

Consider a text template: ``` {{% CONTENT_TYPE: TEXT }} {{ statement-1 }} {{ statement-2 }} {{ statement-3 }} {{ statement-4 }} {{ statement-5 }} ``` With data: ``` { statement-1:...

feature

Hi Gwendal What is the best approach for trying to preserve newline formatting and indentation when processing text (as opposed to HTML) templates? As a practical example consider the following...

feature

These functions enable adding of hyper links to existing control content. At present these functions only accept a single hyper link but the idea can easily be taken further.

Hi Mike Added OS X library and test targets.

Xcode 4.1 projects can be modernised. One effect of this is to set the Base SDK to Latest OS version - 10.7 in this case. This is the recommended configuration....

This pull ups the warning levels to -Wall and -Wextra. We have nothing to loose by going that bit further and it gives a warning free build on 32/64 bit...

The JSCocoa framework project seems to have lost its 32 bit target. Is there a reason? Jonathan

discount now generates a block tags file via a make target. This has been incorporated into update.sh Added update-discount.sh to automate the updating.