jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Toggle should support more file extensions #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NiftySolution-1.3.9 on Win7 with VS2005 and VS2010

When I try to Toggle between h and cc files, nothing happens.

Visual Studio supports the following c++ file extensions: c, cpp, cxx, cc, h, 
hpp, hxx, hh. This should be the minimum list of extensions that Toggle can 
switch between. Ideally the 'from' and 'to' list should be configurable.

Original issue reported on code.google.com by edekon...@gmail.com on 4 Jul 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Most of these seem to be implemented by now, however .hh and .cc are still 
missing for me. VS 2012, NiftySolution 1.4.0, Win 7

Original comment by felix.r...@yahoo.de on 9 Mar 2013 at 7:25

jtilander commented 9 years ago

Added .cc support