http://www.realsoftware.com/feedback/viewreport.php?reportid=qzyzqwpn

We need a new way ( via context menu most likely ) of being able to select
any RB object, including get/set methods and have RB list all the
dependencies, without any of the renaming hassles.

Sign on to the above FR watchlist if you think this would be useful to you.

Currently there is a quick and dirty way of finding out all the places in
code that a particular RB entity - ie class, property or method etc is used
in a project - namely simply renaming the entity and doing a check for
errors ( CMD K ), for example by placing an X at the end of the name. ( note
that doing a find by name does NOT always produce the same result )

Albeit a "cludge" this works perfectly for everything, EXCEPT for computed
properties. For example there is no way of finding all the places a get() or
set() C.P method is referenced in code, since one cannot specifically rename
either the get or set method. One can rename the C.P name itself, but this
will list dependencies on BOTH the get AND set methods, which is not helpful
if there are lots of dependencies.


Alternatively - at least give us some way of determining C.P. getter or
setter dependencies - for example by "disabling" either the getter or
setter. ( i think this solution is a bodge though ).

Another solution might be to provide context menu options to turn a C.P.
back into two equivalent getter and setter methods , and vice a versa.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to