ow2-proactive / studio

Workflow Studio for ProActive Workflows & Scheduling
http://proactive.activeeon.com/
10 stars 44 forks source link

Job variable auto completion in the Script Editor #35

Open activeeon-bot opened 10 years ago

activeeon-bot commented 10 years ago

Original issue created by Oleg Smirnov on 10, Apr 2014 at 09:59 AM - PWS-35


No description

lpellegr commented 9 years ago

Related to #33

Would be really helpful since available variables change depending of the context (control statement, etc.). Auto completion should be available for workflow variables but also script variables in case of dependencies between tasks.

For instance, if there are two tasks: task B that depends on task A and this last define a variable (binding) named "myvar" in the script, then variable "myvar" should be available for autocompletion when the script in task B textarea is being written.

Below are some links to libraries that could be used to achieve this purpose:

fviale commented 9 years ago

:+1:

MaelAudren commented 5 years ago

@fviale do you confirm that this issue is fix ?

fviale commented 5 years ago

no, unfortunately, read the issue description

fviale commented 5 years ago

but we can close at won't fix (it seems to me not achievable at least for script variable propagation, this would require script multi-language parsing, good luck with that)