[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SF.net SVN: supercollider:[8230] trunk/build/SCClassLibrary



Revision: 8230
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8230&view=rev
Author:   jrhb
Date:     2008-12-21 19:36:08 +0000 (Sun, 21 Dec 2008)

Log Message:
-----------
remove weird blank chars

Modified Paths:
--------------
    trunk/build/SCClassLibrary/Common/Helper/helper.sc
    trunk/build/SCClassLibrary/JITLib/various/BufEnvir.sc
    trunk/build/SCClassLibrary/Platform/osx/AutoComplete/AutocompleteBrowsers.sc
    trunk/build/SCClassLibrary/Platform/osx/CocoaMenu.sc

Modified: trunk/build/SCClassLibrary/Common/Helper/helper.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Helper/helper.sc	2008-12-21 19:32:07 UTC (rev 8229)
+++ trunk/build/SCClassLibrary/Common/Helper/helper.sc	2008-12-21 19:36:08 UTC (rev 8230)
@@ -22,14 +22,14 @@
 //
 Helper(SinOsc, "/Users/andreavalle/Library/Application\ Support/SuperCollider/Extensions/Help/mine/SinOsc.html")
 Helper(SinOsc)
-// In this case SinOsc has already a help file, so Helper opens that one\xCA
+// In this case SinOsc has already a help file, so Helper opens that one
 // as it calls SinOsc.openHelpFile
 //
 Helper("On_Helper", "/Users/andreavalle/Library/Application\ Support/SuperCollider/Extensions/Help/mine/On_Helper.html")
 Helper("On_Helper")
 // it's a bit boring to repeat the class or the topic name with html as a path
 // but I don't see a way to propose to GUI save dialog a fileName, so in that case you would have
-// to specify it the same.\xCA
+// to specify it the same.
 // Document was indeed more flexible
 // 
 // or with an Help extension:

Modified: trunk/build/SCClassLibrary/JITLib/various/BufEnvir.sc
===================================================================
--- trunk/build/SCClassLibrary/JITLib/various/BufEnvir.sc	2008-12-21 19:32:07 UTC (rev 8229)
+++ trunk/build/SCClassLibrary/JITLib/various/BufEnvir.sc	2008-12-21 19:36:08 UTC (rev 8230)
@@ -13,7 +13,7 @@
 	updateInfo { envir.do(_.updateInfo) }
 	
 	clear { arg removeReferences = false;
-		this.do { |buf|\xCAbuf.free };
+		this.do { |buf| buf.free };
 		if(removeReferences) { super.clear };
 	}
 	

Modified: trunk/build/SCClassLibrary/Platform/osx/AutoComplete/AutocompleteBrowsers.sc
===================================================================
--- trunk/build/SCClassLibrary/Platform/osx/AutoComplete/AutocompleteBrowsers.sc	2008-12-21 19:32:07 UTC (rev 8229)
+++ trunk/build/SCClassLibrary/Platform/osx/AutoComplete/AutocompleteBrowsers.sc	2008-12-21 19:36:08 UTC (rev 8230)
@@ -197,7 +197,7 @@
 						{ (modifiers bitAnd: 10485760 > 0) and: (keycode == 63232) }
 							{ listView.value = (listView.value - 1) % reducedList.size }
 						{ (modifiers bitAnd: 10485760 > 0) and: (keycode == 63233) }
-							{ listView.value = (listView.value + 1) % reducedList.size }					{ char.ascii == 13 } { GUI.use( gui, {\xCAthis.finish })}
+							{ listView.value = (listView.value + 1) % reducedList.size }					{ char.ascii == 13 } { GUI.use( gui, {this.finish })}
 						{ char.ascii == 27 } { this.free }
 				});
 	
@@ -214,7 +214,7 @@
 						this.restrictList(txt.string);
 					};
 			})
-				.action_({ GUI.use( gui, {\xCAthis.finish })})
+				.action_({ GUI.use( gui, {this.finish })})
 				.focus;
 			w.front;
 		});

Modified: trunk/build/SCClassLibrary/Platform/osx/CocoaMenu.sc
===================================================================
--- trunk/build/SCClassLibrary/Platform/osx/CocoaMenu.sc	2008-12-21 19:32:07 UTC (rev 8229)
+++ trunk/build/SCClassLibrary/Platform/osx/CocoaMenu.sc	2008-12-21 19:36:08 UTC (rev 8230)
@@ -23,7 +23,7 @@
 	}
 	
 	*add { |names, action|
-		if(default.isNil) {\xCAthis.initDefaultMenu };
+		if(default.isNil) {this.initDefaultMenu };
 		^this.deepNew(default, default.lastIndex, names, action)
 	}
 	


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/