• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

i need a great text editor

eklass

Golden Member
hey all, i'm looking for a good text editor with syntax highlighting and the ability to collapse structures (such as multi-line comments, function and class definitions, etc.) if you've used Visual Studio .NET you should know what i'm talking about. anyway, it's for php. i found Programmers Notepad, but it lacks total development (not to mention having to manually specify to highlight the .php file with c/c++ syntax)

does such a beast exist? i really like syn, but collapsing structures would be awesome. oh yeah, and free would be nice too

thanks
 
php eclipse seems to do everything i need, but it was a suprisingly hefty downlaod at 25MB (for eclipse core). anyway, i'll have to play with it more and make it mine, but i guess syn will displace it as my thumbdrive text editor :-\
 
syntax highlighting is a snap, and editors are a dime-a-dozen. the tough thing (or at least not oft done) seems to be collapsing/folding code. it's really helpful to do something like collapse all your comments (especially when you do javadoc/phpdoc-type comments where there's at least 3 lines per variable/function). it just makes traversing a large chunk of code more manageable
 
Back
Top