On Monday 14 December 2009 13:20:12 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.
Yes, but first you have to 'unlock' the views using Debug -> Views -> Locked. Afterward you can move the debugging related dockwidgets freely around. 'Locking' the view again save a bit of screen real estate. > 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. Not without changing Creator sources as far as I know. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
