Author Topic: something about the editor  (Read 11882 times)

Faultier

  • Guest
something about the editor
« on: February 09, 2005, 04:14:26 pm »
hello,

will there be an option for deleting trailing blanks?
the editor saves the trailing blanks in the source file. and when you are using indentation, you will have them in every empty line.
I know, this is not very important, but perhaps you can arrange that?

if the <ctrl>-<home> and <ctrl>-<end> keys jumps to the beginning and the end of the source code, is it possible to have <ctrl>-<pgup> and <ctrl>-<pgdn> keys to jump to the beginning and end of the screen?

thx
stefan

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: something about the editor
« Reply #1 on: February 10, 2005, 09:22:39 am »
Quote from: Faultier
will there be an option for deleting trailing blanks?

Yes.
Quote from: Faultier
if the <ctrl>-<home> and <ctrl>-<end> keys jumps to the beginning and the end of the source code, is it possible to have <ctrl>-<pgup> and <ctrl>-<pgdn> keys to jump to the beginning and end of the screen?

For one-screen-size jumps, use PgUp and PgDn.
Another handy shortcut is Alt-Up and Alt-Down wich goes one paragraph up/down.

Cheers,
Yiannis.
Be patient!
This bug will be fixed soon...

Faultier

  • Guest
something about the editor
« Reply #2 on: February 10, 2005, 03:02:05 pm »
Quote

For one-screen-size jumps, use PgUp and PgDn.

Yes, I know I could use these keys. But I would love to have <ctrl>-<PgUp> and <ctrl>-<PgDn> keystrokes. The Borland editors always have it, and I miss it, when I have to use the VC editor. Sometimes I want to jump to the end of the screen without seeing the next page. Okay, this is not a necessary feature, but I just had a little hope :)

Quote

Another handy shortcut is Alt-Up and Alt-Down wich goes one paragraph up/down.

This is really a nice keystroke, I think, I will adept to this quite quickly!

Thanks,
Stefan