sshrum Posted July 21, 2005 Posted July 21, 2005 (edited) I found a nice editor called PHP Designer 2005 (http://www.mpsoftware.dk).It's extensible and I wanted to try my hand at creating a syntax file for this editor for AutoIT (granted I'll still use Scite for now as my main editor)Is there a simple text file of the function names somewhere? is there one where like-based functions are grouped together (ie Arrays, string functions) like the help file has it? Would it be possible to output that index to a simple text file for the purpose of converting to a syntax file?If I'm lucky, how about another one that includes the new beta commands as well.TIAI found the Scite4AutoIT3 property files so I have a good start but I'd hate to have to do groupings and get them wrong. Any help here would be great Edited July 21, 2005 by sshrum Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
lookfar Posted July 22, 2005 Posted July 22, 2005 I found a nice editor called PHP Designer 2005 (http://www.mpsoftware.dk).It's extensible and I wanted to try my hand at creating a syntax file for this editor for AutoIT (granted I'll still use Scite for now as my main editor)Is there a simple text file of the function names somewhere? is there one where like-based functions are grouped together (ie Arrays, string functions) like the help file has it? Would it be possible to output that index to a simple text file for the purpose of converting to a syntax file?If I'm lucky, how about another one that includes the new beta commands as well.TIAI found the Scite4AutoIT3 property files so I have a good start but I'd hate to have to do groupings and get them wrong. Any help here would be great<{POST_SNAPBACK}>PHPEditor is written in Delphi and uses Synedit ,which is the syntax editor component that I also use in AutoEd. If you download AutoEd from my sig and look in the data subfolder you will find that I use a similar layout of *.dat files (text) with all the autoIt keywords and functions .another similar editor (open source) is:http://devphp.sourceforge.net/which also uses synedit and the external config filesnote: the *.dat file are not integral to synedit it's just a coincidence that we all used a like minded aproach to coding practice. Get the latest version of AutoEd and Koda FormDesigner here
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now