Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Last active April 26, 2021 15:41
Show Gist options
  • Save JoeGlines/e378c6fdd185a97a3a4d97bd714a89fb to your computer and use it in GitHub Desktop.
Save JoeGlines/e378c6fdd185a97a3a4d97bd714a89fb to your computer and use it in GitHub Desktop.
Add this to your user.Properties SciTE file
#*******************************************************
# Want a clear path for learning AutoHotkey; Take a look at our AutoHotkey Udemy courses. They're structured in a way to make learning AHK EASY
# Right now you can get a coupon code here: https://the-Automator.com/Learn
#*******************************************************
#**********************open SciTE multiple times*********************************
#**************Open current file in new ********************************
command.name.17.*=Open in New Window
command.mode.17.*=subsystem:2
command.shortcut.17.*=Ctrl+Shift+N
command.17.*="$(SciteDefaultHome)\SciTE.exe" -check.if.already.open=0 -save.session=0 "$(FilePath)"
#**************Open blank new window********************************
command.name.18.*=Open New Window
command.mode.18.*=subsystem:2,savebefore:no
command.shortcut.18.*=Alt+Shift+N
command.18.*="$(SciteDefaultHome)\SciTE.exe" -check.if.already.open=0 -save.session=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment