rc.d/90-default-preferences.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Jan 2020 22:47:55 +0000
branchjv
changeset 1625 2425cb5d073e
parent 1531 09e37fd93f8f
permissions -rw-r--r--
Add support out-of-tree builds. This commit adds a support for out-of-tree builds, i.e, object files, executables and so on are writen to `$(OUTDIR)` (which defaults to `build/<BUILD_TARGET>` directory. This allows building Smalltalk/X from single source tree for multiple targets.

ListView userDefaultTabPositions:(ListView tab4Positions).

UserPreferences default
	showBookmarkBar: true;
	showGlobalHistory: false;
	sortAndIndentClassesByInheritance: true;
	useInPlaceSearchInBrowserLists: true;
	runLintChecksInBackground: true;

	showAcceptCancelBarInBrowser: true;
	codeView2ShowAcceptCancel: true;

	changeSetBrowserClass: Tools::ChangeSetBrowser2;
	changesBrowserClass:   Tools::ChangeSetBrowser2;

	autoDefineWorkspaceVariables: true;
	eclipseStyleMenus:true;

	at: #jsKeywordColor put: (Color red:33.0 green:33.0 blue:0.0);
	at: #jsKeywordEmphasis put: #bold;

	"/ Here we force language to be 'en_us'. Experience shows that
	"/ programmers prefer English and besides, translations to other
	"/ languages are so incomplete so it looks rather ugly. Better
	"/ to have all in English. Users may choose different if they
	"/ want.
	useSystemLanguage: false;
	language: #en;
	languageTerritory: #us;

	yourself.