Search found 6 matches

by Allanon
Thu Aug 07, 2014 8:37 am
Forum: General
Topic: Help to configure a new language
Replies: 11
Views: 18987

Thank you Jussi for your work, I'm goin' to try it right now :)
by Allanon
Wed Aug 06, 2014 1:58 pm
Forum: General
Topic: Help to configure a new language
Replies: 11
Views: 18987

Hi Jussi,
so constants are mapped to the 'macro' group, that's fine ::)
If I'm understanding correclty I could use the 'procedure' group to map something else since the language I'm using have no procedure definitions.

About the source code, yes I have looked at it and I've seen how you have ...
by Allanon
Wed Aug 06, 2014 8:29 am
Forum: General
Topic: Help to configure a new language
Replies: 11
Views: 18987

Hello Jussi, that was faaast! Thank you for your support, your IDE seems to be what I was looking for years :D

Now all seems almost fine, but, if possible, I'd have some things to be adjusted
---
Constants defined with
Const #MYCONSTANTS = 10
are grouped under "Macros", I know I can change the ...
by Allanon
Tue Aug 05, 2014 6:36 am
Forum: General
Topic: Help to configure a new language
Replies: 11
Views: 18987

Hi Jussi and thank you for your time :)

I have made some progresses, now I'm able to correctly display functions (with arguments) and classes with the following regexp:

--regex-hw=/^[ \t]*(Local)*[ \t]*Function[ \t]+([a-zA-Z0-9_]+)(\(.*\))/\2\3/f,function/i
--regex-hw=/^[ \t]*(Local|Global)*[ \t ...
by Allanon
Mon Aug 04, 2014 3:25 pm
Forum: General
Topic: Help to configure a new language
Replies: 11
Views: 18987

Hello Jussi! Thank you for your quick reply!

I was able to move my first steps into ctags and Zeus after reading tons of webpages about ctags and regexp :D

Now I'm able to see functions with this regex:
--regex-hw=/^[ \t]*(Local)*[ \t]*Function[ \t]+([a-zA-Z0-9_]+)[(]/\2/f,function/i
Functions ...
by Allanon
Sun Aug 03, 2014 8:47 am
Forum: General
Topic: Help to configure a new language
Replies: 11
Views: 18987

Help to configure a new language

Hello :)
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 ...