I know this is semi- off topic, but I know coders are most likely to have an answer.
What text editor do you use?
I've been using Homesite for years, but Adobe have discontinued it recently, and the version I'm using is even more ancient than the version Adobe dumped.
My version of Homesite does everything I need except for one thing: Code folding. With big scripts it can be inefficient to hunt around to find a function.
I've evaluated a whole lot of text editors, and quite honestly I've been disappointed.
Most are generic text editors with html support tacked on as an afterthought, and many while they support a large variety of syntax highlighting don't allow you to define your own.
I need a text editor that understands HTML/Mivascript tags, that supports custom syntax highlighting for THE WHOLE TAG (NOT just the tag name)
In Homesite for example I have <mvfunction></mvfunction> tags highlighted in green so I can easily see where functions start and end. I do likewise with database tags.
Most other editors I've seen will allow me to have mvfunction highlighted but not the whole tag. When a tag has a number of attributes, it's easier to miss it if you can only highlight the tag name, and not the full tag.
Given how pervasive HTML and XML are these days, I'm surprised how hard it is to find a decent customisable editor that understands tag based languages.
Any ideas?
What text editor do you use?
I've been using Homesite for years, but Adobe have discontinued it recently, and the version I'm using is even more ancient than the version Adobe dumped.
My version of Homesite does everything I need except for one thing: Code folding. With big scripts it can be inefficient to hunt around to find a function.
I've evaluated a whole lot of text editors, and quite honestly I've been disappointed.
Most are generic text editors with html support tacked on as an afterthought, and many while they support a large variety of syntax highlighting don't allow you to define your own.
I need a text editor that understands HTML/Mivascript tags, that supports custom syntax highlighting for THE WHOLE TAG (NOT just the tag name)
In Homesite for example I have <mvfunction></mvfunction> tags highlighted in green so I can easily see where functions start and end. I do likewise with database tags.
Most other editors I've seen will allow me to have mvfunction highlighted but not the whole tag. When a tag has a number of attributes, it's easier to miss it if you can only highlight the tag name, and not the full tag.
Given how pervasive HTML and XML are these days, I'm surprised how hard it is to find a decent customisable editor that understands tag based languages.
Any ideas?
Comment