| View previous topic :: View next topic |
| Author |
Message |
urlwolf
Joined: 16 Mar 2006 Posts: 100
|
Posted: Mon Feb 11, 2008 10:40 pm Post subject: |
|
|
my guess is that something went wrong in step 3.
Are you sure you have:
| Code: |
--langdef=autohotkey
--langmap=autohotkey:.ahk |
in your config?
If no problems there...
Is there any absolute path that is failing here?
If that fails, I'd write to the ctags mailing list, point them here, and tell them what your problem is. I got an answer from the creator of ctags himself! |
|
| Back to top |
|
 |
urlwolf
Joined: 16 Mar 2006 Posts: 100
|
Posted: Mon Feb 11, 2008 10:41 pm Post subject: |
|
|
Also, make sure that both the exe and the ctags.cnf files are in your path. If the exe is, but ctags.cnf is not, it'd cause this problem.
To quickly test it, drop them both in the same dir the ahk file is...
HTH, |
|
| Back to top |
|
 |
canta
Joined: 30 May 2006 Posts: 49
|
Posted: Tue Feb 12, 2008 1:18 am Post subject: |
|
|
| It said in step 3 of your manual to create a tags.cnf file. This didnt work for me. I created a ctags.cnf and then it worked. |
|
| Back to top |
|
 |
urlwolf
Joined: 16 Mar 2006 Posts: 100
|
Posted: Tue Feb 12, 2008 2:40 am Post subject: |
|
|
| canta wrote: | | It said in step 3 of your manual to create a tags.cnf file. This didnt work for me. I created a ctags.cnf and then it worked. |
Fixed. Thanks for finding the typo. |
|
| Back to top |
|
 |
TheIrishThug
Joined: 19 Mar 2006 Posts: 363
|
Posted: Tue Feb 12, 2008 2:17 pm Post subject: |
|
|
| urlwolf wrote: | | Bummer about PSPad, as it seems to be a favorite here. |
PSPad does have a Code Explorer that does this type of thing for most of the major languages. I've really started to use it a lot in a php project I just finished. All that being said, I can't find anything that actually says how it's actually configured. If you can find that it will probably just be a simple port because you already have the expressions. |
|
| Back to top |
|
 |
urlwolf
Joined: 16 Mar 2006 Posts: 100
|
Posted: Fri Feb 15, 2008 12:27 pm Post subject: |
|
|
These are two different beasts.
I asked for ctags support in PSPad, but it seens there's no interest in it. |
|
| Back to top |
|
 |
BLooM2
Joined: 05 May 2008 Posts: 14 Location: China
|
Posted: Thu May 08, 2008 5:30 pm Post subject: |
|
|
can you creating a plugin for SciTE , i am hoping for... _________________ Intensively appeal for founding Chinese forum !Fantasy OnLine |
|
| Back to top |
|
 |
SomeGuy
Joined: 21 Apr 2008 Posts: 94 Location: somewhere
|
Posted: Thu May 08, 2008 5:35 pm Post subject: |
|
|
| BLooM2 wrote: | | can you creating a plugin for SciTE , i am hoping for... |
PhiLho has posted a lua script for doing what you want. |
|
| Back to top |
|
 |
BLooM2
Joined: 05 May 2008 Posts: 14 Location: China
|
|
| Back to top |
|
 |
|