Fixed a bunch of bugs related to context sensitive code completion. Don't insert anything if there's no line_before text and :nil_context===false. Don't insert anything if the line_before text doesn't match the :context and :nil_context===false. etc... Changed: U trunk/Support/lib/codecompletion.rb U trunk/Support/lib/codecompletion_test.rb