Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » extend line to mouse click
extend line to mouse click [message #214400] Fri, 18 April 2008 19:49
Jason M Liszewski is currently offline Jason M LiszewskiFriend
Messages: 25
Registered: July 2009
Junior Member
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: Wed Feb 05 09:51:25 GMT 2025

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

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

Back to the top