T O P I C R E V I E W |
lib_team |
Posted - Feb 20 2009 : 04:50:42 AM Hy, I have install new version of Visual Assist. Your new feature "Add include" is soo great !
It's possible to change some parameters (or config file) to use / between folder/file instead of \\ in #include.
for ex. #include "MyFolder/Myfiles.h" instead of #include "MyFolder\\Myfiles.h"
We prefered / because we make multi plateform code and it's in our Coding Standard/Style.
thanks
|
3 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Mar 30 2009 : 08:40:44 AM case=23341 is implemented in build 1721 |
gtflip |
Posted - Mar 24 2009 : 4:20:32 PM I just discovered this. My personal preference would be for it to be configurable or default to '/'. I also write cross-platform code, and '/' works in VS and gcc, but '\\' doesn't work in gcc (at least in my experience on non-Windows). |
feline |
Posted - Feb 20 2009 : 11:37:08 AM We are looking to change this feature so that it uses the path delimiter that is already being used in the current file:
case=23341
hopefully this will make it into the next build of VA. |