| View previous topic :: View next topic |
| Author |
Message |
etopsirhc
Joined: 12 Mar 2008 Posts: 62 Location: OR
|
Posted: Wed Mar 12, 2008 8:04 pm Post subject: AHK scripter (not the basic one) |
|
|
i'm trying to make an autohotkey scripter that acts like the visual basic scripter but i need some help with it .
i need to know how to make a list that appears when u type that will update and search throu the ahk tags every time you add a letter to the word , close and reset when u hit the space bar ,replace what u typed with the required info (example: u select "if" and it gets deleted and "if ;var1 = ;var2 {enter}{enter} else {enter}{enter} return" replaces it )
and posably make somthing like smart gui but with all the gui options and controls or posably make a entire program like visual basic but for ahk |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Wed Mar 12, 2008 9:27 pm Post subject: |
|
|
| Google the forum for this: "ISense AND IntelliSense AND IntelliType" |
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 62 Location: OR
|
Posted: Wed Mar 12, 2008 9:52 pm Post subject: |
|
|
| ok that'll help thanks |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Mar 13, 2008 7:29 am Post subject: |
|
|
| There are editors with the intellisense feature for AHK code already. I recommend SciTE, very useful at making things easier to read. |
|
| Back to top |
|
 |
TodWulff
Joined: 29 Dec 2007 Posts: 139
|
Posted: Fri Mar 14, 2008 8:47 pm Post subject: Another recommended editor... |
|
|
Take a peek at Notepad++. I feel that this is the best editor for coding, hands down.
NPP has the functionality you desire, as well as syntax folding, syntax highlighting, etc.
It is an open source project too, so all the better. Furthermore, being oss, it has quite a number of useful 3rd party developed plugins. Like SciTE, it too is based on the Scintilla - a nice and very powerful editor framework.
Take a peek at it here, or you can visit the SourceForge project homepage here. I think it has been in the top 5 for most Active SourceForge projects for quite a while.
The tool is still being actively developed, is very stable, and quickly fixed when a bug does surface.
I am actually coding up an AHK based ARMbasic IDE with NPP being the editing component, and AHK fulfilling the balance of the IDE functionality.
Another alternative is Crimson Editor. It is a nice stable tool too, but not nearly as aggressively developed, and not as feature-ful...
Good luck!
-t |
|
| Back to top |
|
 |
bqw371
Joined: 26 Nov 2008 Posts: 32
|
Posted: Thu May 07, 2009 7:34 am Post subject: |
|
|
| Anonymous wrote: | | There are editors with the intellisense feature for AHK code already. I recommend SciTE, very useful at making things easier to read. |
http://www.autohotkey.com/forum/topic41503.html |
|
| Back to top |
|
 |
|