ddabapps / duse

A little tool for Delphi programmer to find the possible unit scopes that a unit belongs to
https://delphidabbler.com/software/unit2ns
MIT License
14 stars 2 forks source link

Change references to "namespaces" to "unit scope [names]" #19

Closed delphidabbler closed 1 year ago

delphidabbler commented 1 year ago

This issue replaces part of issue #6, which had two different aims

The use of "namespace" in the program is incorrect. What we're actually dealing with are "unit scope names" or "unit scopes"

See this topic re scope names: https://docwiki.embarcadero.com/RADStudio/Sydney/en/Unit_Scope_Names

So it's proposed to change all references to "namespaces" to use the correct terminology.

delphidabbler commented 1 year ago

Implemented at commit 9f0eea85ab361817cec8e7b56799119100dc2819