Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Editor with UTF-8 & Search&Replace >100docs supp.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Wed Sep 08, 2004 5:08 pm    Post subject: Editor with UTF-8 & Search&Replace >100docs supp. Reply with quote

Hello my dear Gentoo friends,

A friend of mine (Windows user) is willing to switch platform, if I can find him an editor which supports Search&Replace in over a 100docs, and supports UTF-8.
First I thought of Quanta, but Quanta can only S&R in 1doc at a time, so I decided to call in the help of you guys.

Who can find me an editor which does what he wants :).
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Fri Sep 10, 2004 8:43 am    Post subject: Reply with quote

People, we're talking about a potential switcher here...
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
deBeuk
n00b
n00b


Joined: 29 Sep 2004
Posts: 11
Location: The Netherlands

PostPosted: Wed Sep 29, 2004 3:14 pm    Post subject: Reply with quote

Yeah, like you're gonna read this after 1.5 years ;) , but for the record:

Vim can do that, if you compile it and the libs it depends on with utf-8 support (just add 'unicode' to the USE params in /etc/make.conf).
Do this on the command-line:
Code:

for file in <list_of_files>
do vim $file -c "%s/REPLACE_THIS/WITH_THIS/g"
done

and you will replace all instances of REPLACE_THIS with WITH_THIS.
Note that vim does have a rather steep learning curve.
_________________
Words! Nothing but sweat, sweat words that turn into bitter orange wax in my ears.
Back to top
View user's profile Send private message
richk449
Guru
Guru


Joined: 24 Oct 2003
Posts: 345

PostPosted: Wed Sep 29, 2004 3:21 pm    Post subject: Reply with quote

JEdit can do multiple file search and replace, although I don't know if it only supports a certain number of files.

On windows, I use TextPad, which is absolutely wonderful. Emacs is wonderful in it's own way, but I often find myself wishing for TextPad on gnu/Linux.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum