Skip to content

Instantly share code, notes, and snippets.

View macta's full-sized avatar

Tim Mackinnon macta

  • morethan.technology
  • London
  • X @iterex
View GitHub Profile
|application secureApp removeHandlers secureTools handlersToKeep filesHandlerName toolHandlerNames keepDevTools |
secureApp := true.
removeHandlers := true.
secureTools := true.
keepDevTools := false.
Author fullName: 'PhilippeBack'.
FreeTypeCache cleanUp.
Clipboard startUp: true.
RubEditingState allInstances do: [ :each | each instVarNamed: #undoManager put:nil].
GTPlayBook reset.
EditorFindReplaceDialogWindow cleanUp.
ActiveHand resetClickState; releaseAllFocus.
UITheme current focusIndicator: nil.
40 timesRepeat: [
1 second wait.
World doOneCycle.
@peteruhnak
peteruhnak / Nautilus Shortcuts.md
Last active April 5, 2019 22:36
Pharo Nautilus Shortcuts Cheatsheet

Nautilus Shortcuts Cheatsheet

All shortcut keys are with the Meta key, e.g. F P = Meta+F Meta+P.

Meta key depends on your platform (Ctrl for Linux, Alt for Windows).

Running shortcuts from code editor

Unfortunately when you are in the source code editor, the editor will consume most of the shortcuts which is annoying as **** (some, such as running tests seems to always work though).