SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
While this mod is active I can't set breakpoints anymore. Any suggestions will be appreciated.
It's impossible to lead us astray for we don't care even to choose the way.
- J Scott Elblein
- Posts: 7
- Joined: 21 Aug 2017, 05:19
- GitHub: STaRDoGG
- Location: Chicago
- Contact:
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Ovg wrote:While this mod is active I can't set breakpoints anymore. Any suggestions will be appreciated.
Same here. It breaks breakpoints.

- J Scott Elblein
- Posts: 7
- Joined: 21 Aug 2017, 05:19
- GitHub: STaRDoGG
- Location: Chicago
- Contact:
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Any mods/way to auto-open the Variables window when starting a debug session on a script?
Another nice thing would be to have it auto-run when you first start the script. i.e. Normally, you first click the debug icon, then have to click the Run icon. All-in-one click would be cool.
Another nice thing would be to have it auto-run when you first start the script. i.e. Normally, you first click the debug icon, then have to click the Run icon. All-in-one click would be cool.
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
解决中文字符颜色显示为数字问题(Solve the Chinese character color is displayed as a numerical problem)(by google translate)
解决中文字体显示异常问题(Solve the Chinese font display abnormalities)(by google translate)
Code: [Select all] [Download] GeSHi © Codebox Plus
#define SCE_AHK_IDENTIFIER 21
解决临近变量格式与变量显示格式相同问题(Solve the variable format and the adjacent variable format display the same problem)(by google translate)
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
I was curious where this hotkey is set so I went looking and found more hotkeys by openingboiler wrote:It's built-in. Press F12.
SciTE4AutoHotkey
, selecting Options
and selecting Open tillagoto.properties
from the menu. There I found this section:Code: [Select all] [Expand] [Download] (Untitled.ahk)GeSHi © Codebox Plus
#------------------------------------------------------------------------------
# Hotkeys
#------------------------------------------------------------------------------
# Specify the hotkey you want to use to call up the GUI
tillagoto.hk.summon.gui=F12
# Specify the keyboard hotkey for going to the previous view
tillagoto.hk.go.back=!Left
# Specify the keyboard hotkey for going to the next view
tillagoto.hk.go.forward=!Right
# Specify the hotkey you want to use to go to a function/label on whose name the
# caret is located. Similar to the middleclicking feature.
tillagoto.hk.goto.def=+Enter
Cheers!
Windows 7 Pro (64 bit) - AutoHotkey v1.1+ (Unicode 32-bit)
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Joe Glines wrote:I loved the idea and did some Googling. AutoIt had this implemented with SciTE. I just had to make a few very minor tweaks.
The below code will close out: {, [, (, ", and '
Here's what you need to do to try this:
1) Export these lua files into your SciTE home directory
2) Open your UserLuaScript.lua script and add the following lines (in this order)Code: [Select all] [Download] GeSHi © Codebox Plus
-- ***AutoClose Begin***
dofile(props['SciteUserHome'].."/Class.lua")
dofile(props['SciteUserHome'].."/Common.lua")
dofile(props['SciteUserHome'].."/AutoCloseBraces.lua")
EventClass:BeginEvents() -- Start up the events (Calls onstartup()).
-- ***AutoClose END
3) Restart SciTE
Hi Joe,
Thank you for this tip. I found out that:
- The line
dofile(props['SciteUserHome'].."/Common.lua")
(and thus theCommon.lua
file) is not necessary. - As Ovg mentioned in the above post, this solution breaks the ability to add breakpoints.
Windows 7 Pro (64 bit) - AutoHotkey v1.1+ (Unicode 32-bit)
-
- Posts: 69
- Joined: 28 Dec 2017, 02:53
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
installer didnt work i think i have a different version of AHK that this cant recognize
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
The settings of this program are in the Documents folder. Can I change it somehow to the software's instal folder?
- Joe Glines
- Posts: 528
- Joined: 30 Sep 2013, 20:49
- Facebook: https://www.facebook.com/theAutomatorGuru/
- Google: https://plus.google.com/105328929654286634910
- GitHub: joetazz
- Location: Dallas
- Contact:
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Yes- create a Scite HOME variable. You can see my tutorial here: http://the-automator.com/scite-home-variable/

Sign-up for Monthly AutoHotkey Webinars

Web Scraping Tutorials
Automate Chrome

Selenium and AutoHotkey
Connect with me on LinkedIn

Connect with Fascinating Friends on AHK Facebook
YouTube Channel
Udemy Course on HotStrings

How-to: Create a shortcut that automatically logs in to any website
-
- Posts: 69
- Joined: 28 Dec 2017, 02:53
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
everything was working fine until i tried to use this editor,
deleted my version 1.1.26 and got the new version 1.1.27 and moved everything to program files x86, put scite in the folder to extracted everything
still dont work im getting this error and none of my scripts work anymore, pretty tired pretty frustrated, works fine after "saving as" .AHK but cant quick launch from within the editor, not really big deal but just confused why I'm having this problem, i really dont want to have to keep navigating thru program files i much rather have this stuff in documents folder
>"C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\..\AutoHotkey.exe" /ErrorStdOut "C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\Test.AHK"
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
>Exit code: 1 Time: 0.2089
this is the code its failing on
deleted my version 1.1.26 and got the new version 1.1.27 and moved everything to program files x86, put scite in the folder to extracted everything
still dont work im getting this error and none of my scripts work anymore, pretty tired pretty frustrated, works fine after "saving as" .AHK but cant quick launch from within the editor, not really big deal but just confused why I'm having this problem, i really dont want to have to keep navigating thru program files i much rather have this stuff in documents folder
>"C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\..\AutoHotkey.exe" /ErrorStdOut "C:\Program Files (x86)\AutoHotKey\SciTE4AHK300601_Portable\SciTE\Test.AHK"
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
>Exit code: 1 Time: 0.2089
this is the code its failing on
Code: [Select all] [Expand] [Download] GeSHi © Codebox Plus
#Persistent
#SingleInstance, Force
MsgBox, 262193, Welcome, This is just a test!
IfMsgBox, OK
MsgBox,,, You Pressed Ok
else IfMsgBox, Cancel
MsgBox, You Pressed Cancel
return
- joedf
- Posts: 6214
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada, Quebec
- Contact:
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Something might be wrong with your installation... 






Windows 10 x64 Home Premium, Intel i5 Gen 1 @ 2.40 GHz, 8GB DDR3 RAM | [About Me] | [ASPDM - StdLib Distribution]
[Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library] | [About the AHK Foundation]
-
- Posts: 69
- Joined: 28 Dec 2017, 02:53
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
joedf wrote:Something might be wrong with your installation...
I used zip for both files, am I missing something ?

I did add copy of AHK U64 to this folder

- joedf
- Posts: 6214
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada, Quebec
- Contact:
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Maybe try this version?
https://github.com/Lexikos/SciTE4AutoHotkey
https://github.com/Lexikos/SciTE4AutoHotkey





Windows 10 x64 Home Premium, Intel i5 Gen 1 @ 2.40 GHz, 8GB DDR3 RAM | [About Me] | [ASPDM - StdLib Distribution]
[Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library] | [About the AHK Foundation]
Who is online
Users browsing this forum: No registered users and 2 guests