Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » extend line to mouse click
extend line to mouse click [message #214400] Fri, 18 April 2008 15:49
Eclipse UserFriend
Is there a setting that would allow a line to be extended by just clicking
the cursor in the whitespace at the end of a line?

In Codewright you could click and move the cursor anywhere on the screen
even past the line feed, and the line would automatically be extended.

for example start with:

#define LONG_DEFINE_NAME_HERE 1
#define BLAH_BLAH_XXX_VERY_LONG 2


add new #define

#define LONG_DEFINE_NAME_HERE 1
#define BLAH_BLAH_XXX_VERY_LONG 2
#define SHORT_N_SWEET | <- want to be able to click there to
edit


Am I SOL?

Thanks
Previous Topic:Eclipse+Qt+GDB
Next Topic:Eclipse is starting only on the second try
Goto Forum:
  


Current Time: Fri Jul 04 06:10:28 EDT 2025

Powered by FUDForum. Page generated in 0.06845 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top