| View previous topic :: View next topic |
| Author |
Message |
haichen
Joined: 05 Feb 2007 Posts: 189 Location: Osnabrück, Germany
|
|
| Back to top |
|
 |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Mon Jul 07, 2008 3:40 am Post subject: |
|
|
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.
Skyglider |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Mon Jul 07, 2008 10:39 am Post subject: |
|
|
It is obvious that you chose Notepad++ from your postings, but Crimson/Emerald Editor is still an excellent choice, even if it is hardly maintained at the moment.
If there is no list of keyboard shortcuts available, maybe you could create one yourself, you might even be able to use AutoHotkey to automate that.
It's the community effort thing...
 |
|
| Back to top |
|
 |
Fishizzle
Joined: 15 Apr 2009 Posts: 1
|
Posted: Fri Apr 17, 2009 12:04 pm Post subject: |
|
|
I just stumbled upon this older post as I'm new to AHK but also use Crimson Editor (personally I don't care if it isn't actively updated. It already does everything I need, so I don't need any updates!)
The sources for autohotkey.spc and autohotkey.key in Z Gecko's post are great, but you need one more file so that Crimson Editor automatically uses this syntax when you edit an AHK file.
After creating and placing Z Gecko's files in your Crimson Editor\spec folder, create and place the following file in the Crimson Editor\link folder:
extension.ahk
| Code: | LANGSPEC:autohotkey.spc
KEYWORDS:autohotkey.key
|
Now the AHK syntax should be used automatically when you load any file with an .ahk extension. |
|
| Back to top |
|
 |
|