The Artima Developer Community
Sponsored Link

Java Buzz Forum
Eclipse Tip: Local rename

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vasanth Dharmaraj

Posts: 594
Nickname: vazz
Registered: Oct, 2003

Vasanth Dharmaraj is J2EE developer learning Dot Net
Eclipse Tip: Local rename Posted: Jan 22, 2004 10:07 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vasanth Dharmaraj.
Original Post: Eclipse Tip: Local rename
Feed Title: Vasanth Dharmaraj's Blogs
Feed URL: /SyndicationService.asmx/GetRssCategory?categoryName=Technology%7CJava
Feed Description: my thoughts on dot net, java, linux, formula one, xbox gamming...(my java category)
Latest Java Buzz Posts
Latest Java Buzz Posts by Vasanth Dharmaraj
Latest Posts From Vasanth Dharmaraj's Blogs

Advertisement

Ever come across a situation where where you have a meaningless local variable 'temp' and you want to rename it to something useful? Did you find find/replace cumbersome? Well Eclipse is your friend. It provides you a easy way rename such variables.

Just place the cursor at the variable and hit Ctrl+1 or choose Edit > Quick Fix and choose 'Local Rename'. Now the variable is shown with a green underline and is highlighted. Now just type in the new variable name and all the references to the variable change simultaneously! This more of the editor is called linked edit mode.

Read: Eclipse Tip: Local rename

Topic: Narrowing your goal, XML Carping Previous Topic   Next Topic Topic: Lack of MIDP Quality Control And Standarization Sucks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use