home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 January / macpower199701.bin / AMUG / Publishing_19 / Capitalizer.sit / ReadMe.rsrc / TEXT_128.txt < prev    next >
Encoding:
Text File  |  1996-07-13  |  3.9 KB  |  124 lines

  1. The Capitalizer BBEdit Extension:
  2.  
  3. What it is:
  4.  
  5. This is a little BBEdit extension that I wrote for myself, and I'm giving it away for free!  I used the sample extension called "Capitalize" that came with BBEdit, and made it a little more flexible.  Now it will handle more capitalization chores.
  6.  
  7. What it does:
  8.  
  9. 窶「    Have you ever wanted to change a whole block of text from uppercase to        
  10.     lowercase?
  11. 窶「    Have you ever wanted to quickly change a title to an appropriate title case?
  12. 窶「    Have you ever needed to uppercase a bunch of words at once?
  13.  
  14. Have you?  And did you really want to re-type all that stuff yourself?  No?
  15.  
  16. Well then have I got an extension for you!
  17.  
  18. The Capitalizer will let you do all of that, and a little more!  Capitalizer is a utility that allows you to change the case of text in a selection in various ways.  You can change all selected text to:
  19.     窶「 UPPER CASE
  20.     窶「 lower case
  21.     窶「 Title Case
  22.     窶「 Sentence case.
  23.  
  24. If you窶决e like me, and I know I am, you窶冤l just love it!
  25.  
  26. What you do:
  27.  
  28. Frst you have to install the extension in BBEdit.  Do that by draging the "Capitalizer" extension to the 'Extensions' folder that is inside your BBEdit folder.  Now just start up BBEdit, and Capitalizer will work for you! 
  29.  
  30. NOTE:  You must quit BBEdit before installing any extension.  Otherwise BBEdit will not load it, and you won't be able to use it until the next time you launch BBEdit.
  31.  
  32. To use the utility all you do is select some text in BBEdit, then choose Capitalizer from the Extensions menu.  You will then get this dialog box:
  33.  
  34. ツ 
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. 窶「    UPPER CASE:□
  50.     Choose this radio button to take any selected text and return it in all upper 
  51.     case.
  52.     i.e.: "Mars Needs Women."  becomes "MARS NEEDS WOMEN."
  53.  
  54. 窶「    lower case:□
  55.     Choose this radio button to take any selected text and return it in all 
  56.     lowercase.  
  57.     i.e.:□"Mars Needs Women."  becomes "mars needs women."
  58.  
  59. 窶「    Sentence case:  (the default)□
  60.    Choose this radio button to take any selected text and capitalize the first 
  61.    word of every sentence.  
  62.    i.e.:  "Mars Needs Women."  becomes "Mars needs women."
  63.  
  64. 窶「    Title Case:□
  65.     Choose this radio button to take any selected text and capitalize every word.  
  66.     This is handy for titles...□
  67.     i.e.:  "Mars needs women." becomes "Mars Needs Women."
  68.  
  69. See!  Easy!  If you do not have anything selected when you choose 'Capitalizer' it will simply beep at you, and your document will not be affected.
  70.  
  71.  
  72. What you get:
  73.  
  74. If you downloaded the file "capitalizer-source.sea.hqx" you will get the 'Capitalizer' extension, this ReadMe file, and a folder containig the source code for Capitalizer as a Think C 8.0 project.  I tried to comment the code as much as possible, so it shouldn't be too hard to follow.
  75.  
  76. If you downloaded the file "capitalizer.sea.hqx"then you will get the 'Capitalizer' extension, and this ReadMe file.
  77.  
  78. Hey, whaddaya want for nothin'?
  79.  
  80.  
  81. What you need:
  82.  
  83. To use this extension you will need a copy of BBEdit or BBEdit Lite.  You can get them at the following internet sites:
  84.  
  85. E-Mail:
  86.     Internet:     bbsw@netcom.com
  87.     CIS:     73051,3255
  88.     AppleLink:     BARE.BONES
  89.     eWorld:     BareBones
  90.  
  91. To ftp a demo:
  92.     <ftp://ftp.netcom.com/pub/bbsw/bbedit-31-demo.hqx>
  93.     <ftp://ftp.std.com/pub/bbedit/bbedit-31-demo.hqx>
  94.  
  95. And for those two of you out there who still aren窶冲 on the web, here窶冱 the old way of getting in touch with the BBEdit people:
  96.  
  97.     Bare Bones Software
  98.     P.O. Box 108
  99.     Bedford, MA 01730-0108
  100.  
  101. And of course, you need a Mac!  But you knew that, didn窶冲 you?
  102.  
  103. What you owe:
  104.  
  105. Nothing!  Zero!  Zip!! NADA!  
  106.  
  107. It's my gift to you.  If you want to, you can send me some e-mail telling me if you like it or not, but that's it!
  108.  
  109. You can get in touch with me at
  110.  
  111. E-mail: rufus@ici.net
  112. Web: http://www.ici.net/cust_pages/rufus/rufus.html
  113.  
  114. I will have a copy of this file available at the web site, as well.
  115.  
  116. Hope you find it useful!
  117.  
  118.             ツ 
  119. Rui Campos
  120.  
  121.  
  122.  
  123.  
  124.