You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
rogojin
Posted - Jun 01 2011 : 08:00:47 AM For really big classes, I split their implementations into several .cpp files named Klass_File1.cpp, Klass_File2.cpp, where the header is Klass.h.
It would be great if Alt+O could switch from Klass_File1.cpp to the corresponding header. And then Alt+O from the header would switch back to the most recent implementation file viewed.
Thanks, Ben
2 L A T E S T R E P L I E S (Newest First)
rogojin
Posted - Jun 02 2011 : 03:01:07 AM Thanks. That will work for me.
accord
Posted - Jun 01 2011 : 9:01:29 PM Unfortunately, alt+o cannot determine which file to switch in this case. If it tried to make "guesses" about similar file names it would probably cause a lot of false match in other cases. But there is an alternative way you can do the job. You will find a macro after the jump which is something like a simplified version of alt+o. You can easily modify it to do what you would like it to do: