what IDE and compiler do you use?
At least WordPad doesn't choke on Unix-style linefeeds as Notepad does. But both don't have syntax highlighing, auto-indent, or tab-to-space conversion, and that alone are complete showstoppers for me.
But whatever floats your boat.
If you are considering TextPad, give UltraEdit a try, too. TextPad had its last release in June 2004, while UltraEdit development is still going strongly...
But whatever floats your boat.
If you are considering TextPad, give UltraEdit a try, too. TextPad had its last release in June 2004, while UltraEdit development is still going strongly...
Every good solution is obvious once you've found it.
For editing in Windows I use Notepad2 a lot. It is nice. It opens fast, just like Notepad, has syntax highligting, UTF-8, newline conversion, regex search and much more.. but it is not "bloated". I hide the toolbar so it looks similar to Notepad. I only use the keyboard shortcuts anyway.
Edit: ... and it is open source
Edit: ... and it is open source
Last edited by Walling on Mon Dec 11, 2006 9:35 am, edited 1 time in total.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Hmm.. The more people who start relying on proprietary software the more people I have to smack with a FAH-Q stick.
http://www.scintilla.org/SciTE.html
http://notepad-plus.sourceforge.net/uk/site.htm (For you win-freaks.. It's based on Scintilla..)
http://www.scintilla.org/SciTE.html
http://notepad-plus.sourceforge.net/uk/site.htm (For you win-freaks.. It's based on Scintilla..)
Good ol' notepad, BP IDE and that is all
No freaky things like PSPad or others.
inflater
No freaky things like PSPad or others.
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Well... I take into account the feature set, the usability, the price tag, the chance of getting updates / bugfixes, and the outlook of the vendor, and then make my decision.Brynet-Inc wrote:Hmm.. The more people who start relying on proprietary software the more people I have to smack with a FAH-Q stick.
Free software scores high on price tag, usually high on updates / bugfixes, usually only mediocre on usability / outlook ("works for me" / "fix it yourself" / "pay for it if you want it changed"), and I haven't yet found a free editor that could stand up to UltraEdit in the feature department, especially since those morons at KDE have killed the project feature in Kate with the 3.5 release.
I am still considering using UltraEdit on Linux via wine, that's how good I think that editor is. And the author is very responsive when it comes to bug reports / improvement suggestions.
Every good solution is obvious once you've found it.
I know of a lot of people that use ultraedit or textpad, both seem to be very good. I consider UE to be pretty annoying because it does most things just a tad different than I'd like it to and both have annoying "register me" messages. Granted, they're because I don't buy the software but I just don't like them.
- spix
- Member
- Posts: 128
- Joined: Mon Jun 26, 2006 8:41 am
- Location: Millicent, South Australia
- Contact:
You did say usually, but i still think that is a pretty unfair generalization. A lot of OSS projects listen to their users and add features that they want. A lot of commercial vendors don't. So, the possibility of fixing it yourself is a positive.Free software scores high on price tag, usually high on updates / bugfixes, usually only mediocre on usability / outlook ("works for me" / "fix it yourself" / "pay for it if you want it changed")
I used UltraEdit Studio on Windows for a while, but always seem to go back to vim. have you tried jEdit, or Eclipse? I guess you have.
Andrew
Just talking from my personal experience.spix wrote:You did say usually, but i still think that is a pretty unfair generalization.
Now who's generalizing?A lot of OSS projects listen to their users and add features that they want. A lot of commercial vendors don't.
Yep... if you have dozens of hours to spend debugging foreign code, and don't mind having to maintain your own patchset until someone upstream can be bothered to merge it...So, the possibility of fixing it yourself is a positive.
And SciTE, and KDevelop, nedit, and probably a couple of others I have forgotten.have you tried jEdit, or Eclipse?
Every good solution is obvious once you've found it.
- spix
- Member
- Posts: 128
- Joined: Mon Jun 26, 2006 8:41 am
- Location: Millicent, South Australia
- Contact:
I'm saying there is a sizable portion from both commercial and OSS projects that listen to there users, and a sizable portion who do not. I maybe generalizing, but I think it is a more realistic generalization.A lot of OSS projects listen to their users and add features that they want. A lot of commercial vendors don't.
Now who's generalizing?
And if you purchase a program and it doesn't have a feature you want and the devlopers don't care / don't want to include it... well how are you better off? If you have the source, you have the option. If you don't want to improve it because you don't have the time etc, you are no better off, but you are not worse off either.Yep... if you have dozens of hours to spend debugging foreign code, and don't mind having to maintain your own patchset until someone upstream can be bothered to merge it...
I thought you were saying that if you buy a program the vendor is somehow more likely to be interested in your ideas for improvement, and in many cases this is simply not true.
Andrew
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
When I said Tedpad before, I was actually referring to TED Notepad (http://en.wikipedia.org/wiki/TED_Notepad), not TextPad.
TED Notepad is closed source, but I 100% agree with spix's argument that open source software is more customizable than closed source software. If there was some small bug involving a feature you require that was overlooked before the software was released, there may not be an update or patch to fix the bug in CSS, but in OSS you have the option to take on the challenge yourself.
TED Notepad is closed source, but I 100% agree with spix's argument that open source software is more customizable than closed source software. If there was some small bug involving a feature you require that was overlooked before the software was released, there may not be an update or patch to fix the bug in CSS, but in OSS you have the option to take on the challenge yourself.
Many, usually, often...spix wrote:I thought you were saying that if you buy a program the vendor is somehow more likely to be interested in your ideas for improvement, and in many cases this is simply not true.
I had good experience with the commercial vendors of GoldEd and UltraEdit, and less than mediocre experience with the OSS vendors of JEdit and Kate. That's all I'm saying.
Every good solution is obvious once you've found it.
Well let's see... no syntax highlighting, no line numbers to help with compiler errors, no tabbing, you have to browse through everything to open another file, there no built in debugging, there's no nifty "build" button so you have to open up another window type in "make" or "build.bat" and then wait for it to compile and see if there are any errors, umm when opening big files it will often act very slow, ummm... and can't handle unix files...so their why not to use notepadwhy use OSS that need bug fixes when you have notepad (stable since win95)
Why use OSS that needs bugfixes that are actually being made when you can use closed-source Notepad that's buggy as hell and that still needs bug fixes?bubach wrote:Lol, didn't think i would have to say this about M$ software but.. why use OSS that need bug fixes when you have notepad (stable since win95)?
PS: XP notepad isn't close to '95 notepad.