Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] SoC Project: JDT UI Code Completion and Refactoring Improvements weekly report #5

Hi,

during this week I have produced a working patch for substring completion. I have adjusted the search algorithm to also find matches where the pattern characters do not occur consecutively. For example, lmnt would match element or otherElement. This is only done for patterns that are at least 3 characters long. Apart from this, I have managed to fix a bug. Earlier, some suggestions were offered but after selecting them, they were not inserted in the editor. The fix involved changing an interface so it is being reviewed by my mentors and they will check whether we can avoid this. After that, I will publish the patch.

Apart from this, I have pulled and started reviewing an existing patch for postfix code completion. It calls several methods that are not APIs, I will be fixing these problems soon.

Regards,
Gábor Kövesdán


Back to the top