News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

IDE improvements

Started by skirby, February 17, 2006, 03:51:37 PM

Previous topic - Next topic

skirby

Hello,

First of all, thank you very much for your hard work.

I hope you will be able to add these few functionnalities.

1./ Add the possibility to choose the use of Home and End key
I would like the Home and End key go directly to the begenning or to the end of the line.
Could you add this functionnality for these two key?

2./ Select the last line (if there is no carriage return after) when I press Ctrl+Shift+End

3./ Add the possibility to Search and Replace with Regular Expressions

4./ Add the possibility to search a string longer than 34 caracters  :evil:

That's all for the moment  :wink:

Do you planned a date for a new release?

Thanks and have a nice day.

Pelle

Quote from: "skirby"1./ Add the possibility to choose the use of Home and End key
I would like the Home and End key go directly to the begenning or to the end of the line.
Could you add this functionnality for these two key?
No.

Quote from: "skirby"
2./ Select the last line (if there is no carriage return after) when I press Ctrl+Shift+End
No.

Quote from: "skirby"
3./ Add the possibility to Search and Replace with Regular Expressions
Maybe.

Quote from: "skirby"
4./ Add the possibility to search a string longer than 34 caracters  :evil:
Maybe.

Quote from: "skirby"
Do you planned a date for a new release?
No plans at all.

Pelle
/Pelle

kobold

Quote3./ Add the possibility to Search and Replace with Regular Expressions

To replace tabs by white spaces or vice versa, you can switch "Source" > "View whitespaces", then mark an arrow (=tab) and copy it to the clipboard ("strg+c"/"contr.+c"). Now you can use "find" or "replace". You only have to paste it in the search/replace field with "strg+v"/"contr+v".
I used this method to replace tabs by spaces.