| Summary: | [ContentAssist] Allow content assist to replace prefix | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Thomas Schindl <tom.schindl> |
| Component: | Editor | Assignee: | Project Inbox <orion.editor-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | andrew.eisenberg, Holger.Schill, john.arthorne, Silenio_Quarti |
| Version: | unspecified | ||
| Target Milestone: | 4.0 M2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Thomas Schindl
I must say that I never liked the way that the Orion content assist api didn't allow for replacing the prefix, but I never got around to looking into a fix myself. So, I'll take a look at this right now. Makes sense. I think we knew this case would come up but never did it because we didn't have a concrete case yet. Thanks for taking a look Andrew. This looks good to me. I tried it out and all existing tests pass. I also wrote a test case for regression tests. Thanks for the work here. I'll take a look at your icons patch next. Next time, it would be helpful if you worked on each bug in a separate branch of your cloned repo. It makes things easier to merge and ensures that my testing is not polluted by other changes. Once you add a comment as described in step 4, here: http://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions#Git I will merge your work into master. The iplog flag is not needed.. the only thing we need to do is ensure the Author of the commit is Tom. (the author header in the commit record.. if you did a cherry-pick it should be fine, otherwise you can adjust from the status page) This is fixed in latest. The proposal flag is "overwrite" instead of "replace". |