 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
DataLife
Joined: 27 Apr 2008 Posts: 82
|
Posted: Fri Jul 04, 2008 6:10 am Post subject: |
|
|
I downloaded Active GoTo V4 and need help using it with SciTE. I get "Editor window does not exist.
code
Your script says to change the title settings and keys
for 'go to' function
TitleStart = PSPad - [
TitleEnd = ]
;Go To Settings (Name of GoTo window and Editor's related key)
GotoWin = ahk_class TfGotoLine
GotoKey = ^g
/code
Do I change titlestart, titleend and gotowin?
I am really confused on the titlestart. Your documentation says
"Write here the text shown on the left &
right of the filename in the window's title."
The SciTe window title includes the path. Does that mean I type the entire path up to the filename? If so then do I replace everything after the equal sign and put in the full path up to the filename as shown in the title bar?
And on the titleEnd am supposed to type everything after the filename. This information changes depending on which tab I have my autohotkey script opened in.
On GotoWin I used Go To because that is the title of SciTe goto window. I also tried ahk class #32770 because that is what window spy reports the SciTe goto windows class is.
SciTe uses ^g for the goto hotkey. So I did not change that.
I changed the Win Tab hotkey to Ctrl k because the win tab keys scrolls though all my open windows in vista.
This program is exactly what I need to browse my large script faster.
I tried code and /code in this message and it did not put the code in its own box.
thanks
DataLife |
|
| Back to top |
|
 |
Micahs
Joined: 01 Dec 2006 Posts: 343
|
Posted: Tue Aug 05, 2008 11:01 pm Post subject: |
|
|
http://www.autohotkey.com/forum/viewtopic.php?p=92570#92570
Here are the changes I made to get it to work with SciTE. The next post after that PhiLho said that he made a lua script that does the same thing, so you have a choice between internal or external solutions.
I thought that it had been updated to work with Scite later on, though. Maybe not.
BTW, use brackets "[]" around "code" and "/code". _________________
 |
|
| Back to top |
|
 |
TheGood
Joined: 30 Jul 2007 Posts: 11
|
Posted: Wed Sep 17, 2008 11:14 pm Post subject: |
|
|
For toralf's script to work with Notepad++, you have to change line 49 from
| Code: | | ^Notepad\+\+ - (?P<Name>.*?)$ |
to
| Code: | | ^(?P<Name>.*?) - Notepad\+\+$ |
|
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|