You are not logged in.
Pages: 1
Hi,
These (generated?) files are instrumental in library function names autocompletion or calltips or some such things. Some genius invented a killer name for them (pun intended). This API acronym virtually disables Google. I'd be most grateful for some relevant links. Expanded API acronym is welcome, too.
Last edited by Llama (2013-05-17 15:02:50)
Offline
I'm so confused! Do you have a question?
What do you mean by "These files"?
Offline
I think he's asking about something else that's called API and that its similarity to that other acronym makes searching for it impossible.
Offline
I think he's asking about something else that's called API and that its similarity to that other acronym makes searching for it impossible.
My point exactly.
Offline
Could you explain a bit better what you're looking for? I have no idea based on your original question.
Offline
SciTE uses .api files to hold autocomplete and calltip information. AFAIK that naming scheme was chosen because it represents the application programming interface of that particular language.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Could you explain a bit better what you're looking for? I have no idea based on your original question.
Well... Editor settings of the Eric Python IDE comprise the API tab. There is a "Compile APIs Automatically" check box, a choice of programming languages (combo box), and an (empty) list of presumably 'compiled' APIs. There are also cryptic boxes like 'Add from Installed APIs' and 'Add from Plugin APIs'. That's all I have to go on. I've got an impression that it is a Python feature, not Eric's.
Offline
For eric4, there is a tool to generate those files: http://manned.org/eric4-api.1
Since this ide uses scintilla they should be similar to SciTE I think.
PS: You should also look into the rope-plugin. I think it could provide autocompletion without generating api files and using the python source directly instead.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Editor settings of the Eric Python IDE comprise the API tab. There is a "Compile APIs Automatically" check box, a choice of programming languages (combo box), and an (empty) list of presumably 'compiled' APIs. There are also cryptic boxes like 'Add from Installed APIs' and 'Add from Plugin APIs'. That's all I have to go on. I've got an impression that it is a Python feature, not Eric's.
What is your question? Please use a question mark!
Offline
For eric4, there is a tool to generate those files: http://manned.org/eric4-api.1
Thanks! Do you mean there's no such tool for eric5?
Offline
A quick perusal of the Eric documentation suggests that it's an Eric thing, not a Python thing.
Offline
A quick perusal of the Eric documentation suggests that it's an Eric thing, not a Python thing.
The usage isn't very clear either way.
Offline
http://comments.gmane.org/gmane.comp.ide.eric/513
Do you have a script called something like eric{4,5}-api.py? Apparently that's what you need to generate API files, by feeding the script .py files, or something to that extent.
Offline
http://comments.gmane.org/gmane.comp.ide.eric/513
Do you have a script called something like eric{4,5}-api.py? Apparently that's what you need to generate API files, by feeding the script .py files, or something to that extent.
Yes, there's eric5_api.py. That's something to start with. Thanks!
Offline
Pages: 1