matatua / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Code input helper won't work for unitnames with namespace #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Scenario 1:
What steps will reproduce the problem?
1. Go to uses-clause
2. type in "Vcl"
3. type in "."

Expected behaviour:
The list in the helper is filtered to all units starting with "Vcl."

Actual behaviour:
The helper is closed an the source-code "Vcl." is replaced with the first item 
of the helper.

Scenario 2:
What steps will reproduce the problem?
1. go to uses-clause
2. type in "Vcl"
3. close helper with <ESC>
4. type in ".Act"
5. select "Vcl.ActnMenus" in helper

Expected behaviour:
The line in the uses clause with "VCL.Act" is replaced with "Vcl.ActnMenus"

Actual behaviour:
Only "Act" is replaced with the selected item - that result in a line 
"Vc.Vcl.ActnMenus"

Original issue reported on code.google.com by acco...@michael-trowe.de on 26 May 2013 at 11:58

GoogleCodeExporter commented 9 years ago
Please download latest unstable version to test it again? It adds some supports 
to unit name with a Point.

Original comment by liuxiaos...@gmail.com on 8 Jun 2013 at 11:36