Digital Paint Discussion Board
Digital Paint Community => Other Stuff => Topic started by: sk89q on June 07, 2008, 07:36:19 PM
-
I've been using SciTE for a long time now for a lot of reasons:
- Looks nice (it's simple, but it looks nice)
- In-built console, and compile/build/go shortcuts (i.e. I have F5 (go) for PHP files to check syntax, and CTRL-F7 (compile) to execute)
- Small footprint
- Very fast to load
The only downside is that it's not developed and lacks a lot of features. So... I'm looking for another editor.
I've tried Notepad++, but it lacks the console that I've become so fond of, and I find the border around the text editing component (from the tabs) really ugly...
Any suggestions?
-
http://www.bloodshed.net/devcpp.html
?
-
It sounds like you're bordering on a full-scale IDE (time to buy more memory).
As I understand it, Zend's IDE is the favorite of PHP developers (well, now it's been integrated into Eclipse, and some don't like it as much anymore), much like IDEA is wildly praised by Java coders. However, those both cost money.
I do very little PHP coding, but just use Eclipse for the contextual popups it provides. It may have refactoring and all that, but I don't remember. Either way, Eclipse is pretty popular for its language support.
I use NetBeans for Java and C, which is quite the heavy IDE (like Eclipse), but it's the best free Java IDE available (it's now funded by Sun), and is close to being able to compete with Eclipse for language support.
I've probably not been too helpful for a light source editor. Notepad++ is the only thing I know of for windows, and for that sort of stuff, I usually use gedit/vim on linux (both have bare-bones syntax highlighting for virtually any language).
-
Never really got into SciTE tbh, I used Notepad++ for a while, currently I'm enjoying the pleasures of PSPad (http://www.pspad.com) (I really hate the logo though).
-
Gedit has (or can have via plugins) a conosle. But as far as Windows, I don't know of any light IDEs. I use Notepad++ for pretty much all of my coding that I do on Windows, which is minimal at best.
-
An IDE is a bit too heavy for me. Maybe the day I get 4+ GB of RAM, I'll consider installing an IDE and keeping it open 24/7. I also use SciTE as a replacement for Notepad too, so an IDE wouldn't work for that situation.
I've tried PSPad, but it doesn't quite load as fast as I would want it to. I used to use it before I discovered SciTE, but it has always frozen for a few seconds every time I start it up, on very computer that I have tried it on. Kind of annoying. I also don't think it has an in-built console, which I say is godsend. :P
At the moment, I have several editors installed (PSPad and Notepad++, among others), and I switch when I need some plugin/feature. I guess I'll wait until some new editor crops up... or I decide to hack the source of some open source editor. :P
-
http://about.emeraldeditor.com/
Small footprint, actively developed (latest release was less than a month ago)
-
Looks good. I used to use Crimson Editor. But, I'll hold off until it gets new features. Its syntax highlighting needs some improvement.
-
Visual Studio Express?
-
That is not fast. :<
-
Whats wrong with 'Microsoft Visual C++ 2008 Express Edition'?
-
That is not fast. :<
-
It's not like you have to wait for characters to appear on the screen as you type...
-
Fast to boot. Bit of a bother to open up VS JUST to edit a small bit of a file.
-
I've used "Geany" in the past on both Windows and Linux.
http://geany.uvena.de/Main/HomePage
-
Textpad is pretty nice, but I don't know if it has a console.
-
That is not fast. :<
Fast as in compile speed?
-
I'm pretty sure he's referring to the 90 second startup time. Also, it does not have a small footprint.
-
90 second? o.0 Even the full blown version doesn't take THAT long - 9 seconds, maybe.
-
Fine, so I exaggerated.
-
Ignorance on my part. I have a faster computer so I never noticed any lag. Forgot that people don't have the speedy fast computers.
http://www.bloodshed.net/devcpp.html
?
I did hear good things about this one too.