dschwen / switch-header-source

Quick switching between C/C++ header and source files
MIT License
13 stars 49 forks source link

Add support for Objective-C(++) switching #1

Closed jspahrsummers closed 9 years ago

jspahrsummers commented 9 years ago

I also updated the README to not include the raw replacements list, since I think it's too easy for it to fall out-of-date. However, I can happily restore that bit if you'd prefer. :smile:

Thanks for a great plugin!

dschwen commented 9 years ago

Thanks!

dschwen commented 9 years ago

Thinking about this a bit more, you did not add rules for projects that keep their Objective C/C++ in separate src/include directory trees. Was that intentional? I should probably come up with a more sophisticated rule description to avoid having so many rules.

jspahrsummers commented 9 years ago

Thinking about this a bit more, you did not add rules for projects that keep their Objective C/C++ in separate src/include directory trees. Was that intentional?

Yep, that was intentional. I've never seen an Objective-C project that has this split, as Xcode dumps everything into one folder (named after the project) by default.