rc.d/90-smallsense-setup.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Jan 2020 22:47:55 +0000
branchjv
changeset 1625 2425cb5d073e
parent 1435 9a1f18933e40
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.

(Smalltalk at:#stx_goodies_smallsense) notNil ifTrue:[
    (Smalltalk at:#stx_goodies_smallsense) swizzle.

    UserPreferences default
    	smallSenseEnabled: true;
    	smallSenseBackgroundLintEnabled: true;
    	smallSenseBackgroundTypingEnabled: true;
    	smallSenseNewDialogsEnabled: true;
    	smallSenseCompletionEnabled: true.
].