NO

Author Topic: IDE improvements  (Read 3446 times)

skirby

  • Guest
IDE improvements
« on: February 17, 2006, 03:51:37 PM »
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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: IDE improvements
« Reply #1 on: February 17, 2006, 11:01:36 PM »
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

  • Guest
IDE improvements
« Reply #2 on: February 18, 2006, 05:13:28 PM »
Quote
3./ 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.