| Summary: | Content assist recognizes prefix, but not name | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ethan Groves <egroves> |
| Component: | JS Tools | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie |
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Ethan Groves
(In reply to Ethan Groves from comment #0) > To recreate: > > Go to any javascript file and type 'pg' > Hit ctrl + space to invoke content assist > You should see a list of 'postgres' templates In Orion 7.0 if I type 'pg' I get no proposals, only once I start typing 'postgres' do I see the templates. The name and prefix of the templates is defined like: prefix: "postgres", //$NON-NLS-0$ name: "postgres client", //$NON-NLS-0$ So don't see how this could have ever happened using 'pg' I'm going to close this as worksforme. |