Schemaform updated at 2012-09-03 20:05

Converted the Entity and Tuple definition languages to use verbs for "keywords".

m lib/schemaform/language/entity_definition.rb
m lib/schemaform/language/tuple_definition.rb

Schemaform updated at 2012-09-02 02:05

Various changes I made to get the basic SF adapters working with Scaffold.

m lib/schemaform/adapters/adapter.rb
m lib/schemaform/adapters/connection.rb
m lib/schemaform/adapters/generic_sql/wrappers/productions.rb
m lib/schemaform/adapters/sqlite/connection.rb
m lib/schemaform/model/schema.rb

TextMate Tools updated at 2012-06-08 17:22

Added columnator sample set.

+ php-statement-block-columnator-samples/arrays_1.php
+ php-statement-block-columnator-samples/arrays_2.php
+ php-statement-block-columnator-samples/assignments_1.php
+ php-statement-block-columnator-samples/assignments_2.php
+ php-statement-block-columnator-samples/complex_mess_1.php
+ php-statement-block-columnator-samples/complex_mess_2.php
+ php-statement-block-columnator-samples/list_items.php
+ php-statement-block-columnator-samples/new_clone.php
+ php-statement-block-columnator-samples/object_expressions.php
+ php-statement-block-columnator-samples/sequence_or.php
+ php-statement-block-columnator-samples/simple_mess_1.php
+ php-statement-block-columnator-samples/simple_mess_2.php
+ php-statement-block-columnator-samples/ternary.php
+ php-statement-block-columnator-samples/test.sh

TextMate Tools updated at 2012-06-08 17:01

Reworked the function call columnator to columnate across functions with the same name, stacking columns to the right.

m php-statement-block-columnator.rb

TextMate Tools updated at 2012-06-08 17:01

Reworked the function call columnator to columnate across functions with the same name, stacking columns to the right.

m php-statement-block-columnator.rb

TextMate Tools updated at 2012-06-08 15:43

Fixed a bug that caused successive ->method() expressions to be discarded. Made them columnate nicely.

m php-statement-block-columnator.rb