| Summary: | Content assist should also propose non-inferred suggestions | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Andrew Eisenberg <andrew.eisenberg> |
| Component: | Editor | Assignee: | Project Inbox <orion.editor-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.5 | ||
| Target Milestone: | 0.5 M2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Andrew Eisenberg
Pushed a fix, here: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=aa9a0e969ffecd44f58b2595623b5b010f7006a1 I am reasonably happy with this, but also a little concerned that this will negatively impact performance on large files. All non-inferred proposals have the noemphasis style chosen. Currently, the non-inferred proposals only shows identifiers that are actually defined in the current file. So, globals and browser variables are not shown. String functions are not shown, etc. Does this work for you? Does it make sense? Do you want the visual style changed? I am resolving this issue since the basics are now available, but feel free to comment more or raise a new issue. |