Community
Participate
Working Groups
Add Quick Fix functions to EGL editor similar to what's in Java Editor Start with the below two existing functions in RBD Create service callback function Create delegate function Then we may pick a list of Quick Fixes that we feel most useful to EGL developers and implement them. A good reference can be found in "Java Development user guide -> Reference -> Available Quick Fixes".
Hi Tony, should we keep a list of ideas somewhere? Either in bugzilla or on the wiki would work. Then spawn off separate bugzillas for the individual tasks when we decide to implement them in an iteration.
That's good suggestion. Let's keep the ideas on wiki and have this bug just for implementing "Create service callback function" & "Create delegate function" in the quick fix way.
Can use Ctrl+1 & double click ruler problem mark to launch quick fix now. Still need more work to be able to launch from problem view. Change target to I13.
Created attachment 202066 [details] Patch for quick fix
done
Verified