ext Noam Yorav-Raphael wrote: > Cool. Thanks! > > In the meanwhile, I have found two more questions: > > 1. Is there a way to move the variable window (which shows locals when > debugging) to the left? Currently it's below the code, which doesn't > give it a lot vertical space, so I can see only a few variables. If it > were on the left of the code I could see a lot more.
Go to Debug -> Views and uncheck Locked. You can then rearrange the different debug views. > 2. Is there a way to add another file extension which will be treated > like C code for syntax highlighting? We have here C-like files, with > their own extension, and I would like them to be highlighted too. This is currently not possible without changing src/plugins/cppeditor/CppEditor.mimetypes.xml and recompiling that plugin. I guess an interface to override the editor used for a given extension would be welcome. Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
