Hey all! A friend recommended this program to me for code editing, but I had some concerns. Right now I have DW CS3; I was planning on upgrading to ColdFusion Builder 3, but I have no idea when it’s coming out, and I noticed that CF Builder 2 was exceptionally slow and bloated. I work on a Windows 7 x64 environment, and the languages I was interested in knowing that Sublime supported were:
ColdFusion 10
HTML5
CSS3
JavaScript/jQuery
LESS/SASS
SQL
The more I thought of it, I don’t need all the extra things many IDEs do. I just need a good code editor that helps me write code quickly, to my personal tastes, and affords me the customizations I need. To that end, can someone tell me if Sublime supports:
Custom Code Coloring
Remembering Code Collapse Ranges
And the last thing I was wondering was a personal love of mine, but I haven’t seen any editor allow it. Source formatting is VERY important to me. Not only do I hope the editor has per-language source formatting, but one of the rare features I see too few editors offer is “aligned attributes”. For example, I don’t like code that looks like this:
Instead, I’d love it if the editor would allow specified tags (not all) to format as follows (I hope the forum allows this to come through properly)
In other words, the equal sign and value are visually lined up with tabs depending on the longest attribute name.