Discuss Notepad++ alternative in the Dev Shed Lounge forum on Dev Shed. Notepad++ alternative Dev Shed Lounge forum discussing anything that doesn't fit into the other forums. This is a place to relax, talk, and even have some friendly debate. Walk softly and carry a big wiffle bat.
Posts: 250
Time spent in forums: 1 Day 8 h 15 m 3 sec
Reputation Power: 228
Notepad++ alternative
Hi there. I could't find a really suitable place for this so i thought it might get some attention in here!! I am looking for an alternative to notepad++ on windows. I do a lot of theme editing etc and the find / find & replace utilities in notepad++ are useless. If you dont mind, could somebody reccomend a better alternative??
Thanks.
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones
09 F9 11 02
9D 74 E3 5B
D8 41 56 C5
63 56 88 C0
Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems. -- Jamie Zawinski
Detavil - the devil is in the detail, allegedly, and I use the term advisedly, allegedly ... oh, no, wait I did ... BIT COINS ANYONE
Posts: 1,152
Time spent in forums: 2 Weeks 1 Day 19 h 1 m 52 sec
Reputation Power: 1900
Quote:
Originally Posted by TheJim01
I agree, and I believe the developer(s) agree it's broken right now.
If a recent version broke the search you could just downgrade. I've never had any trouble in the 5.2 version...
Another editor you could try is Weaverslave. Has a bit of a long start up time but otherwise it's a quite nice editor. One of my favorite features is that it can display a list of all instances of your search term it the document(s).
__________________
- Hugh of Borg
The first thing young borg are taught: Keep away from Microsoft software!
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Posts: 1,585
Time spent in forums: 2 Weeks 4 Days 2 h 58 m 23 sec
Reputation Power: 1372
If you can handle the steep learning curve, then give Vim a try. It is one of the most powerful editors in existence, is free as in both speech and beer, and runs on a wide range of operating systems.
When I started using Vim my editing productivity went through the floor for a couple of weeks, then it started to climb through the roof.
Vim is different from most editors in that it is modal - in "normal" mode the keys do not insert text into the document but perform actions - to enter text you have to go into "insert" mode. This takes some getting used to, but is very powerful. The actions in normal mode can be combined to create an editing language.
There is also Cream, which is a set of scripts on top of Vim to make it behave like a normal editor, but with all the power of Vim under the hood.
Posts: 250
Time spent in forums: 1 Day 8 h 15 m 3 sec
Reputation Power: 228
i have been a bit busy... i gave crimson a try and it was good but the lack of line numbers let it down... maybe you have to turn them on?? I have heard of vim so will look in to it... i will review all suggestions as i think it is important to find one that suits me. Thanks for all the responses!!