Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

ahk editor (IDE) with functions recognizion and navigation


  • Please log in to reply
3 replies to this topic
sangorys
  • Members
  • 4 posts
  • Last active: Sep 03 2013 10:11 PM
  • Joined: 25 Sep 2008

Hello,

 

 

I am developping lots and lots autohotkey script everydays. I use Notepad ++ or Geany which offers syntax highlight.

 

 

I have discovered that some tool like Geany offers a way to navigate to any function from a navigation panel for bash script.

 

 

Does anyone know :

  • If there is a editor (integrated development environment (IDE) which has the same feature ?
  • Or how to configure Geany to recognize the ahk functions in order to navigate ?

 

Thank you very much

 

 

happy.png

 

 

PS: the top of the top would be if this editor is able to navigate in functions defined in included file (with #include)



sangorys
  • Members
  • 4 posts
  • Last active: Sep 03 2013 10:11 PM
  • Joined: 25 Sep 2008

Moreover, it will be very efficient to have also autocompletion feature in this kind of tool



Lexikos
  • Administrators
  • 9844 posts
  • AutoHotkey Foundation
  • Last active:
  • Joined: 17 Oct 2006

SciTE4AutoHotkey has auto-complete and comes with TillaGoto, which does that kind of navigation.  You can get either on the forum.  



guest3456
  • Members
  • 1704 posts
  • Last active: Nov 19 2015 11:58 AM
  • Joined: 10 Mar 2011
TillaGoto also works for Notepad++ which is what i use

it is an AHK script which adds this functionality to allow you to jump to functions