list function

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
afreda
Posts: 8
Joined: Sat Aug 22, 2015 7:12 am

list function

Post by afreda »

Hi,
I have problem to see list function with Alt-g in briefx mode.

Why i do not see the list function?

Scuse me for my bad english

Regards
Freda Annibale
Rome - Italy
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: list function

Post by jussij »

Hi Freda,
I have problem to see list function with Alt-g in briefx mode.
By this you mean the View, Function List menu (i.e. Ctrl + G) function list.
Why i do not see the list function?
The function list is created using the regular expression found in Function Regexp field found, in the General section of the document type.

So to see what Function Regexp is defined as, use the Options, Document Types menu to edit the document type of the language that is not working.

If you find that the Function Regexp is empty then that means Zeus will use a default (built-in) regexp so what you should do is add a regexp that can find a function from one line of code.

If it is not blank you may have to change the regexp to better suit your code.

If you post an example of some code that is not showing up in the function list I will be happy to try and help.
Scuse me for my bad english
Your English is very much better than my Italian ;)

Cheers Jussi
afreda
Posts: 8
Joined: Sat Aug 22, 2015 7:12 am

Re: list function

Post by afreda »

Perfect! :-))
Now works. I changed as I was shown.
I inserted the words PROC and FUNC and the problem was resolved.
Thank you !
FREDA Hannibal
ROME-ITALY
Post Reply