T O P I C R E V I E W |
jmihalicza |
Posted - Aug 10 2009 : 05:52:28 AM As iPhone development has bigger and bigger focus in my work I edit not only C/C++ sources but Objective-C and Objective-C++ sources more often.
The features I mostly miss: - header/implementation switch doesn't work with .m and .mm files (this must be trivial to solve I guess) - ALT+M method selection doesn't work
Of course a general support for these languages would be the best, but I guess that it is quite a lot of work. Even only fixing the things mentioned above would help a lot. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 10 2009 : 10:49:19 AM Have you told the IDE and VA that these files should be treated as C/C++ files? This is explained in this FAQ entry:
http://docs.wholetomato.com?W328
if VA knows about the files then Alt-O should "just work", although I have not tested this with these file extensions myself.
We do not have any current plans to add support for new languages, so full support for Objective-C is quite unlikely at this time. |
|
|