← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #152023]: sikuli/eclipse "Task viewer"

 

Question #152023 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/152023

RaiMan posted a new comment:
Since I want to complete the FAQ http://sikuli.org/docx/faq/040-other-
ide.html, that I started a few weeks ago, I will look into Netbeans and
Eclipse the next days. May be I find something helpful.

--- One thing: 
I think we will get code completion for click(), find() and other Region methods only, when they are qualified with  a respective object (Region, Screen or Match), since the "naked" use is a "Python trick" with the global name tables, that is dynamically implemented at runtime during initialization of Sikuli (so an unqualified click() internally is "translated" to a Screen(0).click()).

So an unqualified click() cannot be known in the IDE at the time of
source editing.

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.