Subject | Re: [firebird-support] [OT] Best Code Editors |
---|---|
Author | David Cornelius |
Post date | 2004-04-15T01:05:24Z |
Steve,
What type of code are you working with? Firebird SQL? C++? HTML/PHP? Or a
conglomeration of the above?
I use a different editor depending on what I'm working with. For Firebird, I
like IBExpert and use it's built-in editors for working with SQL. For
HTML/PHP/CSS, I use HomeSite because it has some great features for building
web pages. I also use Delphi and use it's editor for writing Pascal code.
I tried CodeWright (http://www.borland.com/codewright) for a while. It has
more features than any other editing system I've seen. The problem for me was
that its scope is so broad and the learning curve so steep, I was more
productive with task-specific IDEs like I've mentioned above. Perhaps
CodeWright is the one for you--but you better get it quick, they're
discontinuing it. ;-)
--
David Cornelius
CorneliusConcepts.com
sdbeames wrote:
What type of code are you working with? Firebird SQL? C++? HTML/PHP? Or a
conglomeration of the above?
I use a different editor depending on what I'm working with. For Firebird, I
like IBExpert and use it's built-in editors for working with SQL. For
HTML/PHP/CSS, I use HomeSite because it has some great features for building
web pages. I also use Delphi and use it's editor for writing Pascal code.
I tried CodeWright (http://www.borland.com/codewright) for a while. It has
more features than any other editing system I've seen. The problem for me was
that its scope is so broad and the learning curve so steep, I was more
productive with task-specific IDEs like I've mentioned above. Perhaps
CodeWright is the one for you--but you better get it quick, they're
discontinuing it. ;-)
--
David Cornelius
CorneliusConcepts.com
sdbeames wrote:
> G'day,
> I always check out any editors that get mentioned in the lists, but
> so-far haven't found anything better than ScopeEdit for organising &
> navigating my programs, due maily to two features - folding (the
> ability to collapse large sections of code down to more managable
> pieces, and then select them from a treeview on the left), and having
> multiple documents all saved and available in one file.
>
> I'm intrigued why this doesn't get mentioned more often. Do most
> people break their code up into lots of smaller files that they then
> switch between in their editor, rather that have a few larger files?
> Compile times aren't an issue for me these days with faster PCs.
>
> ScopeEdit lacks column selection and easy macro features like
> assigning a hotkey to duplicate characters from the line above, as I
> could do with DOS QEdit.
>
> Are there other editors that provide all these features, and perhaps
> an even better way of visually locating & zooming in & out of your
> code?
>
> Cheers,
> Steve