PeterPanettone 157 Posted October 17, 2019 (edited) Is there an IDE addin to automatically change for example this: var I: Integer; into this: var I: System.Integer; and this: uses Messages, Variants, Classes, Controls, Forms, Dialogs, StdCtrls; into this: uses Winapi.Messages, System.Variants, System.Classes, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls Edited October 17, 2019 by PeterPanettone Share this post Link to post
dummzeuch 1505 Posted October 17, 2019 GExperts can do the latter, but not automatically for a whole project, only for the uses clause of the current unit. 1 Share this post Link to post
PeterPanettone 157 Posted October 17, 2019 (edited) Thanks. You mean this one? May I add a suggestion: For USER FEEDBACK, change the color of the unit names in the UCM list to another color after the processing. Would be useful. BTW: Where does UCM get the namespace prefixes? ...and it would be nice if it could do for the WHOLE PROJECT, as an option. Edited October 17, 2019 by PeterPanettone Share this post Link to post