| Summary: | Content assist API cleanup | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon, Szymon.Brandys |
| Version: | 0.5 | ||
| Target Milestone: | 0.5 M1 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
Pushed to master: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=da91e646a6521e3fea7dc0a02d0484ee63e073b8 While fixing this I found a bug in the CSS content assist provider. It incorrectly uses the prefix given by the content assist engine, which stops at a hyphen character. The upshot is that if you type 'font-' and invoke content assist, you don't see the expected proposals. This is fixed. |