| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sun Feb 18, 2007 10:12 pm Post subject: |
|
|
Sorry for being late.
To be able to use the log parser, I had to put the run command into the compiler settings and the compiler command into the run settings. To use the old behaviour, you can reuse the backup files. they are the main PSPad directory and Context and Syntax subfolders. They are clearly marked by "_backup%date%%time%".
@Titan: I do not know what is causing this. I can't reproduce it. What PSPad and AHK version are you using? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
ribbet.1
Joined: 20 Feb 2007 Posts: 36 Location: D.C.
|
Posted: Sun Feb 25, 2007 4:46 pm Post subject: |
|
|
| Hey Toralf and everybody else, I just wanted to drop in and say thanks. I have been very sad that David Tensor hasn't been doing anything with my longtime fav text editor, Texturizer, but I had never really liked anything else that I tried as much, including Textpad. This PSPad looks like it has all my favorite features, and now has .ahk syntax highlighting as well, which is enough to tip the scales for me. I'm going to make it my default now. So I just wanted to say thanks! Just installing it, the script seems to work all right, so great work! |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Mar 30, 2007 5:05 pm Post subject: |
|
|
| if there is no pspad installed, because it was downloaded as a zip-file. the configuration of 'yes' and 'no' is wrong. |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sat Mar 31, 2007 12:09 pm Post subject: |
|
|
Hi Guest,
You are right. I found the bug two days ago, but didn't find the tim eto update. Please change line 819 from to
I'm sorry for th einconvienence.
Please let me know if that fixed the problem for you. Thanks.
@ribbet.1: Thanks for the appreciation. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
TWmailrec
Joined: 03 Jul 2007 Posts: 8
|
Posted: Thu Jul 05, 2007 4:50 am Post subject: Install AHK syntax highlighting and clips for PSPad |
|
|
Just discovered this great script for PSPad.
The installation script is impressive, most of it worked but for the toolbar.
The definition file is copied from the installation Template files OK, but
!F9 does nothing. Is there any fix for this??
TWmailre@aol.com |
|
| Back to top |
|
 |
PsPadUser Guest
|
Posted: Wed Nov 07, 2007 11:38 am Post subject: |
|
|
| Hi Toralf. The script now adds a KeyMap.INI file with only a few lines. Or it replaces the original one, I don't know what's happening This makes the program function incorrectly. It could be because of the new PSPad version (as of november 4). |
|
| Back to top |
|
 |
PsPadUser Guest
|
Posted: Wed Nov 07, 2007 1:25 pm Post subject: |
|
|
| I fixed the problem by changing KeyMap.INI to KeyMap.txt (or similar). and then going to Settings->Program settings->Key map->Default button. Then I copied the values from KeyMap.txt to the new KeyMap.INI |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Wed Nov 07, 2007 8:16 pm Post subject: |
|
|
Thanks for the feedback. If I switch to the new PsPad version, I might fix it. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 349 Location: Texas, USA
|
Posted: Sun Dec 09, 2007 2:03 am Post subject: |
|
|
I just rediscovered this utility. It's a big help. Thanks for sharing it.  |
|
| Back to top |
|
 |
guest124 Guest
|
Posted: Sun Dec 09, 2007 5:42 am Post subject: new pspad + code explorer added |
|
|
I don't know it has something to do with the new version issue.
It shows syntax correctly but some function keys(backspace, up, down, left, right arrow, enter etc.) are not working.
So I had to be back to V4.52 but v4.53 paspad have built-in Autohotkey Code Explorer. It's amazing.
please, check it. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5890
|
Posted: Sun Dec 09, 2007 6:03 am Post subject: Re: new pspad + code explorer added |
|
|
| guest124 wrote: | | It shows syntax correctly but some function keys(backspace, up, down, left, right arrow, enter etc.) are not working |
Dear toralf,
I confirm this behaviour. I had uninstalled everything and settled by manually configuring everything.
Please look into it.
Regards,  |
|
| Back to top |
|
 |
guest124 Guest
|
Posted: Sun Dec 09, 2007 9:51 am Post subject: |
|
|
Dear Skan
How did you solve the keyboard malfunction problem?
I though I was the only one with the problem.
'cause there was no report on the problem here or on the PSPad forum.
By the way, the Paspad's Built-in Autohotkey CODE EXplorer, isn't it great?(the newest version 4.5.3)
I hope we could use it with syntax highligh. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5890
|
Posted: Sun Dec 09, 2007 1:51 pm Post subject: |
|
|
| guest124 wrote: | | I though I was the only one with the problem. |
I I too had thought the same way.
I uninstalled PSPad
-> was sure ?:\Documents and Settings\Suresh\Application Data\PSpad did not exist
-> was sure ?:\Program Files\PSPad editor did not exist
-> reinstalled PSPad
-> and just followed engunneer's instruction here: http://www.autohotkey.com/forum/viewtopic.php?p=156608#156608
 |
|
| Back to top |
|
 |
haichen
Joined: 05 Feb 2007 Posts: 110 Location: Osnabrück, Germany
|
Posted: Sun Dec 09, 2007 2:16 pm Post subject: |
|
|
| Quote: | | It shows syntax correctly but some function keys(backspace, up, down, left, right arrow, enter etc.) are not working. |
I think thats the KeyMap.ini problem.
Delete KeyMap.ini.
Restart PsPad.
Its rebuild if you need it. You can find the file in the pspad-folder or/and in the application folder:
C:\Programme\PSPad\KeyMap.ini
C:\programs\PSPad\KeyMap.ini
C:\Dokumente und Einstellungen\Administrator\Anwendungsdaten\PsPad\KeyMap.ini
C:\Documents and Settings\Administrator\Application Data\PsPad\KeyMap.ini
I dont know if the english path is right. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5890
|
Posted: Sun Dec 09, 2007 2:28 pm Post subject: |
|
|
| haichen wrote: | Delete KeyMap.ini.
Restart PsPad. |
Yes! That was it. Thanks Thanks Thanks.  |
|
| Back to top |
|
 |
|