While I predominately view text with Message boxes in AutoHotkey, sometimes they are not the right tool for the job. I wrote a short function to automate sending text to the SciTE Output pane.
SciTE is a great editor however the Output pane is greatly underutilized. Below is the function I wrote to manipulate it. You can download the SciTE Output Function here
Short video walking through how to send text to the SciTE Output Pane
Here I show you how to customize SciTE status bar. This is a great, easy, way to add more relevant information to your needs.
In the below video I walk through how you can make minor tweaks to your status bar by editing your user.properties file. Further down the page I’ve provided some of the built-in variables however there are a ton of additional ones you can check out the defined variables here.
Here is the syntax I walked through in the below video. The first SciTE statusbar.text.1 that is commented out is one I use by default.
Typically I like having one SciTE window with multiple tabs however, at times, it is very handy to have a Second SciTE window.
Making a minor tweak to your user.properties file is an easy way to achieve this.
Just open your current user.properties file and add the below code to it. You can find out more about SciTE4Autohotkey here
For a quick review of how it works and how to add it you can check out this video
When working on longer AutoHotkey scripts, I love being able to just highlight some text and run only it. This is possible from making some tweaks to your User.Properties file and using this file by JoeDF.
Here is the text you’ll add to your User.Properties file:
Use the following for a webpage post:
Or you can download this AutoHotkey script
In the below video I walk through how to make updates to the User.Properties file as well as demonstrate Running selected text in SciTE.