Click here to Skip to main content
15,867,686 members
Articles / Programming Languages / Visual C++ 12.0

Strip'em Add-in for Visual Studio 6.0

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
7 Mar 2001CC (ASA 2.5) 68.5K   843   19   5
This Add-in converts the text format (DOS or UNIX) of a file when it is saved in Visual Studio.

Updated software page and download links here

Strip

  • Pressing the button will open a dialog box in which you can select the text mode you want to use.

 

Possible problems

After saving a file, the add-in kicks in and start replacing carriage returns and line feeds. If the file is opened in Visual Studio, it will open a dialog box saying that the file has changed, and will ask if you want to reload it. This is quite annoying so you can set up Visual Studio to automatically reload changed files. To do this, select: Tools | Options | Editor, and check "Automatic reload of externally modified files".

This add-in was built with Visual C++ 6.0 with service pack 3. I haven't tested it with other versions, so you can take your chance. I heard from a friend that it didn't work with DevStudio/Visual C++ 5, so he downloaded the source, compiled it and then it worked.

If the add-in doesn't "remember" its previous settings between Visual Studio sessions, check the registry for the following key:

HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0

This is where Visual Studio saves its data and where the add-in creates its sub-keys. If it doesn't exist you may have a Visual Studio setup problems. If the key exists, it should have the following sub-key:

AddIns\Stripem.DSAddIn.1

This is where the add-in saves its data. If the key doesn't exist, create it manually and see if it works.

 

Version History

Version 1.01.0

 

  • Added a new option: save in Windows mode. Until now you could either remove CR characters or do nothing. Now you can convert single LF characters to CR+LF pairs - convert from Unix to Windows format.

 

Version 1.00.2

  • First release outside my small beta tester comunity. (source files updated)


Version 1.02.0

  • Thanks to Jeff Cohen, the code works much faster, especially on large files.

 

Contacting me

You can download the latest version of the add-in from my website, together with other tools and utilities.
For bug reports, requests and annoyances, visit my website.

 

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
Software Developer (Senior)
Israel Israel
It's all in my website

Comments and Discussions

 
GeneralUpdated version for Visual Studio 2008 Pin
grebulon17-Aug-09 5:29
grebulon17-Aug-09 5:29 
GeneralVisual Studio 6.0 SP5 Pin
jfgao6-Jul-07 5:41
jfgao6-Jul-07 5:41 
QuestionFurther??? Pin
Cheng Jin Kang13-May-04 6:17
Cheng Jin Kang13-May-04 6:17 
GeneralPerfect Pin
Jack Handy17-Apr-03 19:33
Jack Handy17-Apr-03 19:33 
This is just what I was looking for. You rock. You get an excellent rating from me.

Thanks,
Jack


There are 10 types of people in this world, those that understand binary and those who don't.


GeneralExcellent stuff (+ minor enhancement) Pin
James Wilkinson5-Oct-00 0:55
James Wilkinson5-Oct-00 0:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.