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

[sc-dev] SF.net SVN: supercollider:[8276] trunk/build/SCClassLibrary/Common/Files/ Help.sc



Revision: 8276
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8276&view=rev
Author:   mullmusik
Date:     2008-12-24 19:08:08 +0000 (Wed, 24 Dec 2008)

Log Message:
-----------
Removed horizontal scroller and allow editing (i.e. execution, c+p) in help browser

Modified Paths:
--------------
    trunk/build/SCClassLibrary/Common/Files/Help.sc

Modified: trunk/build/SCClassLibrary/Common/Files/Help.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/Files/Help.sc	2008-12-24 17:47:36 UTC (rev 8275)
+++ trunk/build/SCClassLibrary/Common/Files/Help.sc	2008-12-24 19:08:08 UTC (rev 8276)
@@ -200,10 +200,10 @@
 	compView = GUI.compositeView.new(scrollView, Rect(0, 0, numcols * 200, /*504*/ bounds.height-60));
 	textView = GUI.textView.new(win, Rect(435, 0, /*620*/bounds.width-435, /*554*/ bounds.height-10))
 		.hasVerticalScroller_(true)
-		.hasHorizontalScroller_(true)
+		.hasHorizontalScroller_(false)
 		.autohidesScrollers_(false)
 		.resize_(5)
-		.canFocus_(false);
+		.canFocus_(true);
 		
 	textView.bounds = textView.bounds; // hack to fix origin on first load
 	


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/