Hi, I just added a new sidebar pane to the qtcreator master branch (5439ce976eaa and onwards). The 'Ouline' shows the structure of the (C++/qml) document you're currently editing. It's the same tree that you get when clicking on the combo box in the editor toolbar, just easier to access :)
Right now it's only a navigation helper: Clicking on method in the outline will move the cursor to it's definition in text, moving the cursor in text updates the selection in the outline ... But I'll plan to e.g. also let you rearrange stuff in the outline, at least for a Qml document. Feedback is of course highly appreciated :) Regards Kai -- Kai Koehne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
