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 

Search found 40 matches
AutoHotkey Community Forum Index
Author Message
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Tue Jul 15, 2008 7:30 pm   Subject: What's your favorite FREE text editor?
I want to install the spell checker for notepad++ but am not sure how to do that. It seems that there is a spell check data file and that aspell also has to be used. After much searching, I can't fi ...
  Topic: Need help with #IfWinActive problem.
Skyglider

Replies: 8
Views: 171

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 11:43 pm   Subject: Need help with #IfWinActive problem.
As a work around, I created two idential Photoshop scripts and named them:
No need for seperate scripts.. put them together. It will work.

#IfWinActive ahk_class PSFloatC
F1::^0 ;ctrl+z ...
  Topic: Need help with #IfWinActive problem.
Skyglider

Replies: 8
Views: 171

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 10:49 pm   Subject: Need help with #IfWinActive problem.
Try photoshop.ahk as standalone. You cannot mix different SetTitleMatchMode, I guess. Smile

SKAN,

I removed the SetTitleMatchMode 2 from the autohotkeymain.ahk script. But the F1 and F2 keys still ...
  Topic: Need help with #IfWinActive problem.
Skyglider

Replies: 8
Views: 171

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 9:25 pm   Subject: Need help with #IfWinActive problem.
Something like following should work:

SetTitleMatchMode RegEx

#IfWinActive ahk_class PSFloatC|Photoshop
F1::^0 ;Ctrl-zero, Fit photo on screen.
F2::!^0 ;Alt-ctrl-zer ...
  Topic: Need help with #IfWinActive problem.
Skyglider

Replies: 8
Views: 171

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 7:31 pm   Subject: Need help with #IfWinActive problem.
when u open the program, enter the first few words in the top left corner of the window... Window SPY sometimes dosn't work or you clicked on the actual script you where using because u got "ahk ...
  Topic: Need help with #IfWinActive problem.
Skyglider

Replies: 8
Views: 171

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 10:52 am   Subject: Need help with #IfWinActive problem.
Basic problem is with Photoshop.
When I click on the photo being edited, Window spy shows: ahk_class Photoshop
But if I click in the tools palette or the history palette or the layers palette, Wi ...
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Tue Jul 08, 2008 9:25 am   Subject: What's your favorite FREE text editor?
snip...Things I use alot in it (Mostly configured via ahk script that comes with AHK: ...snip
engunneer,

Thanks for taking the time for that. Your programming skills are way beyond mine so I doub ...
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Mon Jul 07, 2008 6:58 pm   Subject: What's your favorite FREE text editor?
A few notes:

I prefer PSPad.

Delete to end of line is simple in any text editor:

Send, +{End}{Del}

engunneer,

Your AHK delete to EOL works fine in PSPad. With th ...
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Mon Jul 07, 2008 6:42 am   Subject: What's your favorite FREE text editor?
Glad to see Notepad++ won your affections skyglider, I have been using it
for a long time, and can honestly say that no other code editor comes close
for reliability and portability. Getting it to w ...
  Topic: Crimson Editor - AHK Syntax Highlighting
Skyglider

Replies: 17
Views: 3535

PostForum: Utilities & Resources   Posted: Mon Jul 07, 2008 3:40 am   Subject: Crimson Editor - AHK Syntax Highlighting
look at this:

Thanks for the link. I didn't see a link to a list of all the keyboard shortcuts for Crimson there though. It's like pulling teeth to find something as simple as that for Crimson.
...
  Topic: Crimson Editor - AHK Syntax Highlighting
Skyglider

Replies: 17
Views: 3535

PostForum: Utilities & Resources   Posted: Sun Jul 06, 2008 10:37 pm   Subject: Crimson Editor - AHK Syntax Highlighting
Ok, it is only one instance in the autohotkey.key file (I should have checked), just make sure your copying line breaks don't mess up this one:



so, the one-liner starts with "thisisadummy& ...
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Sun Jul 06, 2008 10:21 pm   Subject: What's your favorite FREE text editor?
After exhaustive searching on the web for a list of keyboard shortcuts for the Crimson Editor with no results, I'm think I'm going to go with Notepad++. Notepad++ seems to be MUCH better supported wi ...
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Sun Jul 06, 2008 8:07 pm   Subject: What's your favorite FREE text editor?
i like free hand scripting...
meh
I'm a novice though I used to use QEdit wayyyy back. Could you please explain what free hand scripting is?

Thanks.
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Sun Jul 06, 2008 7:47 pm   Subject: What's your favorite FREE text editor?
I used notpad++
till i came here and tried crimson
I like it better Smile
not by much though.
can't go wrong with either IMO
tidbit,

I'm still trying to decide whether go with Crimson or Notepad+ ...
  Topic: What's your favorite FREE text editor?
Skyglider

Replies: 45
Views: 1408

PostForum: General Chat   Posted: Sun Jul 06, 2008 7:45 pm   Subject: What's your favorite FREE text editor?
and could not find an AHK edition.
Sorry i was talking about
Thanks for trying to help anyway. I appreciate it.
Skyglider
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group