Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » new editor feature
new editor feature [message #113946] Wed, 04 August 2004 22:28
Eclipse UserFriend
Originally posted by: eclipse.squirrely.net

hi all,

there was this editor feature i always wanted for coding but never saw anywhere.

what do you guys think of this:


when typing in code and hitting return at the end i'd like
the editor to scroll the new line *up* thereby leaving the
cursor at exactly the same spot on the screen as it was before

see that way i can type lots of code and the cursor always remains in the middle
of the screen unlike the current case where after a short while the cursor is at the
bottom of the screen and i have to look way down and also don't see what follows.


if i'd want to implement that .. where in eclipse cdt code would i have to look ?


also, do i have something setup incorrectly in cdt or is it normal that it does not
close /* comments automatically (like the java perspective does)
and when typing return after a */ the cursor is under the * which is one character
too far to the right.

the other little cdt editor bug seems to be that it does not do the autoindent correctly
after if(..) and for(..) and so on


where would i need to look in the code to fix these little issues ?

any hints would be much appreciated as i don't want to sift through the code for hours
just trying to find the right spots


thanks


take care

frank
Previous Topic:compile without building and debugger question
Next Topic:Extension point cdt.ui.CCompletionContributor
Goto Forum:
  


Current Time: Wed Jul 03 01:35:34 GMT 2024

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

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

Back to the top