Bob
Bob

Reputation: 4980

eclipse - create custom mapping for "toggle source/header"

There is an Eclipse shortcut called Toggle Source/Header that toggles the view from filename.cpp to filename.h

I want to toggle between the source file (.c) and the same file pre-processed (.pp).

Is there a way to create such a mapping between two files of arbitrary suffixes?

Upvotes: 1

Views: 64

Answers (1)

HighCommander4
HighCommander4

Reputation: 52799

I'm not aware of a way to do this currently.

You're welcome to file a feature request for this, or even better, contribute a patch that adds support for this.

Upvotes: 1

Related Questions