View Issue Details

IDProjectCategoryView StatusLast Update
0000151Ecere SDKidepublic2016-04-19 05:19
Reportermothdragon Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000151: Change Instantiation names throughout the source.
DescriptionIt would really be nice if in the property editor you change a controls name, if it would change that name throughout your source, and not just at the instantiation point. so if i have:

 Window form1;
 form1 = {position = {100, 100} };

then when I change the name of form1 to say myDialog, it would change the source to:

 Window myDialog;
 myDialog = {position = {100, 100} };

right now, it would only change the Window form1; line to be Window myDialog;
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-04-28 05:40 mothdragon New Issue
2012-03-08 16:52 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:52 redj Category => ide
2012-03-29 07:52 redj Project @3@ => Ecere SDK
2014-07-11 18:32 jerome Target Version 0.45 Ginkakuji => 0.46.1
2016-04-19 05:19 jerome Target Version 0.46.1 => 0.46 eC II