[Python-checkins] CVS: python/dist/src/Mac/Contrib/BBPy.lm PythonBBLM.txt,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:44:56 -0700


Update of /cvsroot/python/python/dist/src/Mac/Contrib/BBPy.lm
In directory usw-pr-cvs1:/tmp/cvs-serv28687/Python/Mac/Contrib/BBPy.lm

Modified Files:
	PythonBBLM.txt 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: PythonBBLM.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Contrib/BBPy.lm/PythonBBLM.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PythonBBLM.txt	2001/04/06 08:34:55	1.2
--- PythonBBLM.txt	2001/05/17 12:44:54	1.3
***************
*** 3,7 ****
  This software is a plugin to  Bare Bones Software's BBEdit 6.0.2 (or more), designed to make editing & browsing Python Language files easer.
  
! It parses any file ending in .py (or extentions of your choice.) providing BBEdit with the information BBEdit needs to provide services for python files similar to those it provides for 'C'. Namely: syntax coloring and populating BBEdit's 'Ÿ' popup menu with file's functions and classes.
  
  This Plug-in needs to be placed in your :BBEdit 6.0:BBEdit Support:Language Modules: folder.
--- 3,7 ----
  This software is a plugin to  Bare Bones Software's BBEdit 6.0.2 (or more), designed to make editing & browsing Python Language files easer.
  
! It parses any file ending in .py (or extentions of your choice.) providing BBEdit with the information BBEdit needs to provide services for python files similar to those it provides for 'C'. Namely: syntax coloring and populating BBEdit's '€' popup menu with file's functions and classes.
  
  This Plug-in needs to be placed in your :BBEdit 6.0:BBEdit Support:Language Modules: folder.