AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Active GoTo v4
Goto page Previous  1, 2, 3, 4, 5, 6
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
DataLife



Joined: 27 Apr 2008
Posts: 82

PostPosted: Fri Jul 04, 2008 6:10 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Micahs



Joined: 01 Dec 2006
Posts: 343

PostPosted: Tue Aug 05, 2008 11:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
TheGood



Joined: 30 Jul 2007
Posts: 11

PostPosted: Wed Sep 17, 2008 11:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6
Page 6 of 6

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group