You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Announcements
1.7.9.9
Issue 569 - The tooltip displayed on Cmd/Ctrl-hover now includes declaration type information.
Issue 677 - URL-type SObject fields are now rendered into the OST with type String.
Issue 678 - SELECT can now be used as a valid Apex identifier. I wouldn't recommend it, but evidently there is a managed package out there with a namespace of Select.
Apex unit test configurations can now be configured as All Tests. These configurations are self-maintaining. Generally you'd only need one of these for each connection.
Updated the Apex grammar to allow anonymous Apex blocks to include method declarations in addition to statements.
Integrated API docs now work properly in completion lists in Apex, Visualforce, and Lightning.