
I'm evaluating to purchase Zeus Ide that seems to have almost all features I need but I'm not able to configure it the way I like, so I'm asking help

I'm using the trial version for Windows, my OS is Windows 7.
I'd like to configure a custom language that is similar to Lua, there are just some differences I've already figured out, like comments and keywords.
What I'm still missing are:
** Function browsing : in my language functions are defined using the following template:
Code: Select all
Function foo()
...
EndFunction
So my language differs from Lua because instead of "end" there is a specific closing command like "EndFunction", "Wend" and so on...
** Classes/Tables/Methods browsing : it works exactly as Lua, classes are defined into tables, tables/classes members are accessed with a single dot <.> and methods are invoked using a colon <:>
** Code folding : can be configured by hand or it must be implemented into the xFolder.dll?
I've already read some posts about .ctags files but I've not clear where this file should be saved and with which name, and how I've to link the .ctag file with my own custom language definition.
Can someone help me to configure Zeus if it's possible?
P.S.: the language I'm trying to configure is Hollywood, it's a crossplatform language available for Linux, Windows, AmigaOS, MorphOS, AROS and a few more.
Thanks for any help you may provide
