Scolring - Forum

Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology

Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered

You are not logged in.

#1 9-Apr-2011 21:19:20

iri
Admin. / Scol language & Scol apps developer
From: France
Registered: 22-Feb-2009
Posts: 2,024
Website

Generate a Scol functions list

Hi,

I write this Python script to generate this list, if needed.
It can be downloaded here : http://www.irizone.net/dl/python/listScolFunctions.py

Offline

#2 9-Nov-2011 20:26:09

hebdemnobad
Member
From: northamerica
Registered: 20-Apr-2011
Posts: 1,477
Website

Re: Generate a Scol functions list

does the function list contain the functions, objects, methods etc. for handling the elements in an openspace scene?

Offline

#3 9-Nov-2011 21:36:47

iri
Admin. / Scol language & Scol apps developer
From: France
Registered: 22-Feb-2009
Posts: 2,024
Website

Re: Generate a Scol functions list

No, sorry. It returns a list of Scol functions and theirs types (the Scol language functions only, not an application).

I wrote it to use in some text editor (highlighting, auto-completion, etc)

Offline

#4 10-Nov-2011 22:08:00

iri
Admin. / Scol language & Scol apps developer
From: France
Registered: 22-Feb-2009
Posts: 2,024
Website

Re: Generate a Scol functions list

I've very quickly made a Python script (based on my script above) to get the list of functions in any Scol applications (packages).

http://www.irizone.net/dl/python/listpkgfunctions.py

Well, i know it is difficult to run a Python script in MS Windows (no Python interpreter by default)
So, i give you the os3d list in this zip : http://www.irizone.net/dl/python/os3d_fun.tar.gz

You will find 3 files :
- os3d_fun_all.txt : all os3d functions (api and not api) names with all arguments
- os3d_fun_all_names.txt : all os3d functions (api and not api) names without arguments
- os3d_fun_doxygen.txt : only os3d functions documented by Doxygen

For each, you find the file where the function is defined and the number of the line.

I hope this will help you

Offline

#5 11-Nov-2011 00:42:17

iri
Admin. / Scol language & Scol apps developer
From: France
Registered: 22-Feb-2009
Posts: 2,024
Website

Re: Generate a Scol functions list

I fix and update the last Python script (packages functions). The url is the same.

Offline

Board footer

Powered by FluxBB