REQUEST: Code Explorer rename variables... in WeBuilder 2006

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
kdittyr
Posts: 3
Joined: Mon May 29, 2006 5:16 pm

REQUEST: Code Explorer rename variables... in WeBuilder 2006

Post by kdittyr »

Hi, I was wondering if it were possible to write in the ability to change the variable names in the Code Explorer. I am talking about for PHP as that is really the only thing that I have used WeBuilder 2006 for. Basically, so that I could right-click on the variable name and have the option to rename which would change all instances of the variable name to the new name that I create (throughout my file). I think it would be a great feature, how about you?
kdittyr
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Post by chrisjlocke »

Wouldn't that be very similar to 'Search' -> 'Replace...' ? If you've a variable called '$cabbages' and you want to change it to '$onions', all you have to do is press CTRL + R, enter $cabbages for the 'Search for' field, and then type '$onions' in the 'Replace with' box, and click 'Replace All'.
kdittyr
Posts: 3
Joined: Mon May 29, 2006 5:16 pm

Post by kdittyr »

Yes, I guess, but since it is already coded (in a way) it wouldn't be too hard to incorporate it into my idea.
kdittyr
Post Reply