On Sun, Oct 18, 2015 at 8:04 PM, Olivier Renaud <[email protected]> wrote:
> On a (mostly) unrelated note, I was surprized that the C++ specific > classes (`GccToolChain`, for example) belong directly to the > ProjectExplorer plugin. I expected them to be in a separate plugin. I hope > there is not a technical limitation for this, that would mean that an > "external" plugin like mine will not be able to access some features. > Hi, It is generally ok to modify "core" plugins in order to support new ones, or a new feature in an existing plugin. Feel free to do that if it makes sense. You could introduce the required changes in a separate change (explaining the need), then base the plugin commit on this one. - Orgad
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
