There is no longer auto-complete when entering a function name
When adding a 'Function: Call function' action, the pop-up to enter the function 'Name' no longer auto completes. Previously (R184) this field would auto-complete object and variable names.
Capx
[attachment=0:ernue8hj][/attachment:ernue8hj]
Description of Capx
The capx contains an object (SpriteFont) that contains 3 Text instance variables that match 3 function names. The capx doesn't 'do' anything but allows the user to try the steps below in the editor. It also contains a global text variable for similar purposes. Finally it contains a Function object.
Steps to Reproduce Bug
- Load the provided capx
- Navigate to Event sheet 1
- Add an action anywhere
- Double click the Function object
- Double click "Call function"
- Type the letter F (alternatively, type the letter G)
Observed Result
When typing F or G, the letter appears in the edit box.
Expected Result
When typing F or G, the letter should appear in the edit box and also there should be a drop-down displaying object and variable names* that start with F (e.g. the FN object) or G (the variable GLOBAL_FUNCTION_NAME) as appropriate.
*Edit: also system expressions, etc etc.
Affected Browsers
N/A; editor issue only
Operating System and Service Pack
Windows 8.1
Construct 2 Version ID
R185 beta