[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: supercollider:[8231] trunk/build/SCClassLibrary/Common
Revision: 8231
http://supercollider.svn.sourceforge.net/supercollider/?rev=8231&view=rev
Author: jrhb
Date: 2008-12-21 19:37:09 +0000 (Sun, 21 Dec 2008)
Log Message:
-----------
remove weird blank chars
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/Quarks/QuarkSVNRepository.sc
trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc
trunk/build/SCClassLibrary/Common/Streams/Patterns.sc
trunk/build/SCClassLibrary/Common/Streams/Penv.sc
Modified: trunk/build/SCClassLibrary/Common/Quarks/QuarkSVNRepository.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Quarks/QuarkSVNRepository.sc 2008-12-21 19:36:08 UTC (rev 8230)
+++ trunk/build/SCClassLibrary/Common/Quarks/QuarkSVNRepository.sc 2008-12-21 19:37:09 UTC (rev 8231)
@@ -18,7 +18,7 @@
*new { | url, local |
if(svnpath.isNil) {
- Post\xCA
+ Post
<< "\tSVN not found! Quarks placed in the directory"
<< "\n\n\t\t" << Platform.userAppSupportDir << "/quarks"
<< "\n\n\t" << "will be available, but you need svn to checkout updated versions."
@@ -98,7 +98,7 @@
^matches.sort({ |a,b| a.version > b.version }).first
}
svn { | cmd ... args |
- if (svnpath.isNil) {\xCA
+ if (svnpath.isNil) {
Error("SVN is not installed! Quarks cannot be updated.").throw;
};
cmd = ("export LANG='' ; " + svnpath.escapeChar($ ) + cmd + args.join(" ") + "2>&1");
@@ -111,12 +111,12 @@
("echo " ++ $" ++ "
--------------------------------------------------------------
-\xCA SuperCollider Quarks: accessing remote repository.
+ SuperCollider Quarks: accessing remote repository.
-\xCA If this is the first time, you may be asked to accept a
-\xCA security certificate. Please do so!
+ If this is the first time, you may be asked to accept a
+ security certificate. Please do so!
-\xCA The command being run is:
+ The command being run is:
" ++ cmd.escapeChar($") ++ "
--------------------------------------------------------------
Modified: trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc 2008-12-21 19:36:08 UTC (rev 8230)
+++ trunk/build/SCClassLibrary/Common/Quarks/Quarks.sc 2008-12-21 19:37:09 UTC (rev 8231)
@@ -397,7 +397,7 @@
window.view.decorator.nextLine;
GUI.staticText.new( window, 492 @ 1 ).background_( Color.grey ); window.view.decorator.nextLine;
- flowLayout.margin_( 0 @\xCA0 ).gap_( 0\xCA@\xCA0 );
+ flowLayout.margin_( 0 @0 ).gap_( 0@0 );
scrollview = GUI.scrollView.new(window, 500 @ (height - 132))
.resize_( 5 )
.autohidesScrollers_(true);
Modified: trunk/build/SCClassLibrary/Common/Streams/Patterns.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Streams/Patterns.sc 2008-12-21 19:36:08 UTC (rev 8230)
+++ trunk/build/SCClassLibrary/Common/Streams/Patterns.sc 2008-12-21 19:37:09 UTC (rev 8231)
@@ -625,7 +625,7 @@
storeArgs { ^[ pattern, func ] }
asStream {
var rout = Routine(pattern.embedInStream(_));
- rout.exceptionHandler = { |error|\xCA
+ rout.exceptionHandler = { |error|
func.value(error, rout);
nil.handleError(error)
};
Modified: trunk/build/SCClassLibrary/Common/Streams/Penv.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Streams/Penv.sc 2008-12-21 19:36:08 UTC (rev 8230)
+++ trunk/build/SCClassLibrary/Common/Streams/Penv.sc 2008-12-21 19:37:09 UTC (rev 8231)
@@ -5,7 +5,7 @@
var startTime;
startTime = thisThread.endBeat ? thisThread.beats;
thisThread.endBeat = this.times.sum + startTime;
- while\xCA
+ while
{ thisThread.beats < thisThread.endBeat }
{ inval = yield(this.at(thisThread.beats - startTime))};
^inval
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/