Auto complete in commit dialog does not look at changes made (only files names)
Bug #259221 reported by
Nicholas Allen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Fix Released
|
Low
|
Lukáš Lalinský |
Bug Description
The auto complete in the commit dialog is good but it could be better. TortoiseSVN will auto complete text based on the changes made to the files and not just their file names.
Changed in qbzr: | |
assignee: | nobody → luks |
milestone: | none → 0.9.4 |
status: | Confirmed → Fix Committed |
Changed in qbzr: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Actually for python files auto-complete is able to suggest functions/classes names. It's less smarter for C++. And absolutely dumb for other programming languages' sources. This area require major refactoring, perhaps to allow other plugins (sub-plugins?) to registry their own words collectors.