downloaded it, I quite like it. rather, I'm very fond of the three main features: opening files with a quick-open search box instead of having to browse a large file tree, being able to edit multiple lines at once, and the zoomed-out source view for navigating.
So, I've decided to make plugins for CodeLite to do this. the first feature mentioned I've already completed today. granted it does a whole lot more in Sublime, quick loading a file of which you know the name is imo the best part of it anyway.
Everything you've described as far as functionality is available within most IDEs. Probably not so much in the lowerend ones like Dev-C++ (I'd never encourage someone to use this)
name one? neither CodeLite nor CodeBlocks have any of these features. In fact, I've never seen these features before. Are you sure you're talking about the same thing as I am? features illustrated here: http://www.sublimetext.com/
Within eclipse and visual studio you can easily open files that are part of the solution/project (project file space) using hotkeys.
Regarding the multiple line editing, that is just refactoring. Many IDEs support refactoring of variables/objects and code snippets.
The zoomed out code navigation is implemented, but not in the same way. Many of the solution or project views allows you to view a classes members, double click to go directly to that code.
Except you have to buy the full edition and a license to distriobute your software. Don't use VS for software you're going to sell unless you've researched the issue or are already operating a business.
DevC++ is unmaintained ancient garbage. Don't use it. Although I heard Orwell DevC++ is a maintained version of it ( http://orwelldevcpp.blogspot.com/ )
CodeBlocks and CodeLite are also decent FOSS C++ IDEs.
Sublime text is awesome you guys, I use it instead of notepad all the time. Also, Orwell is very cool too!
Sublime text has very cool features like sort lines alphabetically. You can save files as type .txt to .cpp! Its basically a cool text-editor for tons of languages.
Orwell has nice features like auto-completion on () and "" and []. Also, it has nice styles like GSS hacker and Oblivion.
it is very nice.. but I feel stupid coding in something where I cant just just compile and run. Seems tedious.
Maybe when I get into larger scale stuff itll be different and Ill find it more useful, right now its just eye candy with some convenience thrown in ;o
I do like CMake, and I can easily get over the fact that sublime cant print (who needs hard copy? pfft). What I *cannot* get over is the lack of a debugger.
I took that "zoomed view of code pane" in sublime and created a plugin for CodeLite, and I have finished it. I posted it on CodeLite's forums, and it has been added to their subversion repository. I can only presume it will be included in CodeLite 5.0 release.