Hi,
the following code behaves a bit strange when in ruby mode:
def to_pdf dictionary_writer({ "Type" => "Pages", "Kids" => @kids, "Count" => @kids.size, "Resources" => @resources, "MediaBox" => @mediabox, }) end
Just select all the text and indent it. The folding markers are at lines 1,2 and 9 (odd number) and the 'end' is indented to the right.
What can I do?
Patrick