Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Last active April 26, 2021 15:43
Show Gist options
  • Save JoeGlines/0fbf651919b9623d2a85f50c8a376c57 to your computer and use it in GitHub Desktop.
Save JoeGlines/0fbf651919b9623d2a85f50c8a376c57 to your computer and use it in GitHub Desktop.
update your SciTE user properties
#*******************************************************
# 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
#*******************************************************
#******************CONTEXT MENU*************************************.
# Add items to SciTE's context menu (right click menu) #get others here: http://www.scintilla.org/CommandValues.html
user.context.menu=\
||\
||\
**************Save*************** |IDM_SAVE|\
||\
||\
View White Space|IDM_VIEWSPACE|\
View End of Line|IDM_VIEWEOL|\
||\
Open File of Path Selected (no quotes) |IDM_OPENSELECTED|\
Copy as RTF |IDM_COPYASRTF|\
Copy Path of THIS File|IDM_COPYPATH|\
||\
||\
Stop Execution|IDM_STOPEXECUTE|\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment