1. Syntax hilighting editors
- Posted by Robert Szalay <robsz1 at hotpop.com> Feb 14, 2003
- 522 views
Hello list. I am looking for some (as many as i can get) syntax hilighting editors. I plan to try them all out, see if I like any better than what I am currently using (Code-Genie) and put them onto a cd. (I am triing to get enouph stuff to completly fill a cd.) I am hoping for an editor that is expandable (the ability to create syntax files for it) and most of all, free. Thanks for any responses! Robert Szalay
2. Re: Syntax hilighting editors
- Posted by gertie at visionsix.com Feb 14, 2003
- 499 views
On 13 Feb 2003, at 23:16, Robert Szalay wrote: > > Hello list. > > I am looking for some (as many as i can get) syntax hilighting editors. > I plan to try them all out, see if I like any better than what I am > currently using (Code-Genie) and put them onto a cd. (I am triing to get > enouph stuff to completly fill a cd.) I am hoping for an editor that is > expandable (the ability to create syntax files for it) and most of all, > free. I use Textpad. This topic comes up several times per year, maybe the email archives would be of some help to you? Kat
3. Re: Syntax hilighting editors
- Posted by Christian.CUVIER at agriculture.gouv.fr Feb 14, 2003
- 496 views
I use ConTEXT, which has a facility to set up syntax files. There is even one for Eu in the archive. Bingo v4.0 is good too, and more versatile. Its main drawback, though, is that it is DOS only. Both are free. CChris > ------------------------------ > > Date: Thu, 13 Feb 2003 23:16:11 -0500 > From: Robert Szalay <robsz1 at hotpop.com> > Subject: Syntax hilighting editors > > Hello list. > > I am looking for some (as many as i can get) syntax hilighting editors. > I plan to try them all out, see if I like any better than what I am > currently using (Code-Genie) and put them onto a cd. (I am triing to get > enouph stuff to completly fill a cd.) I am hoping for an editor that is > expandable (the ability to create syntax files for it) and most of all, > free. > > Thanks for any responses! > > Robert Szalay > > ------------------------------ > > End of EUforum at topica.com digest, issue 2356
4. Re: Syntax hilighting editors
- Posted by john.boyd at optusnet.com.au Feb 14, 2003
- 493 views
Hi Robert, I know you're looking specifically for *free* syntax highlighting editors... and also there is no accounting for taste.... and programmer's editors are a very personal thing and all... but the best syntax highlighting editor I have ever used ... fully programmable - macro language very similar to Euphoria.... is TSEPro from www.semware.com . There are test drive versions available. I've used TSE since first release in the early 90's. Incredible editor. Can call DLLs etc. doesn't support callbacks though... Full undo/redo even beyond 'save'. Interface is hybrid GUI and console mode... although not a console-mode program... It's a rare gem in a world full of too many rocks. Best wishes, Ross > > Hello list. > > I am looking for some (as many as i can get) syntax hilighting editors. > I plan to try them all out, see if I like any better than what I am > currently using (Code-Genie) and put them onto a cd. (I am triing to get > enouph stuff to completly fill a cd.) I am hoping for an editor that is > expandable (the ability to create syntax files for it) and most of all, > free. > > > Thanks for any responses! > > Robert Szalay > > > > TOPICA - Start your own email discussion group. FREE! >
5. Re: Syntax hilighting editors
- Posted by 1evan at sbcglobal.net Feb 14, 2003
- 479 views
How about Crimson Editor? http://www.crimsoneditor.com/ >>Hello list. >> >>I am looking for some (as many as i can get) syntax hilighting >> >> >editors. > > >>I plan to try them all out, see if I like any better than what I am >>currently using (Code-Genie) and put them onto a cd. (I am triing to >> >> >get > > >>enouph stuff to completly fill a cd.) I am hoping for an editor >> >> >that is > > >>expandable (the ability to create syntax files for it) and most of >> >> >all, > > >>free. >> >> >>Thanks for any responses! >> >> Robert Szalay >> >> >>TOPICA - Start your own email discussion group. FREE! >> >> > > >TOPICA - Start your own email discussion group. FREE! > > -- Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats. -- Howard Aiken
6. Re: Syntax hilighting editors
- Posted by eulev at DPG.HU Feb 14, 2003
- 490 views
I suggest http://www.crimsoneditor.com/ AK ----------------------------------------------------------------------------= ----------- Robert Szalay <robsz1 at hotpop.com> 2003.02.13. 23:16:11 -5h-kor =EDrta: >=20 > Hello list. >=20 > I am looking for some (as many as i can get) syntax hilighting editors. > I plan to try them all out, see if I like any better than what I am > currently using (Code-Genie) and put them onto a cd. (I am triing to get > enouph stuff to completly fill a cd.) I am hoping for an editor that is > expandable (the ability to create syntax files for it) and most of all, > free. >=20 >=20 > Thanks for any responses! >=20 > Robert Szalay >=20 > = >=20 >=20 > TOPICA - Start your own email discussion group. FREE! > =
7. Re: Syntax hilighting editors
- Posted by "C. K. Lester" <cklester at yahoo.com> Feb 14, 2003
- 497 views
> Whew! Don't forget SciTe -- syntax highlighting and indenting, folding... That folding sounds like it would be a great utility... Anybody have real world experience and can comment on its usability?
8. Re: Syntax hilighting editors
- Posted by kbochert at copper.net Feb 17, 2003
- 481 views
-------Phoenix-Boundary-07081998- Hi C. K. Lester, you wrote on 2/14/03 10:54:29 AM: > Whew! Don't forget SciTe -- syntax highlighting and indenting, folding... > >That folding sounds like it would be a great utility... Anybody have real >world experience and can comment on its usability=3F > I keep thinking that its got to be a major advance. You can fold block comments, #ifdefs, and {} blocks. Great for hiding false #ifdef's and checking block termination. The automatic indenting helps prettify the code, as well as catching errors. Unfortunately, SciTe also does the one thing that I cannot accept from an editor-- popping up a search dialog over my text. Karl Bochert -------Phoenix-Boundary-07081998---
9. Re: Syntax hilighting editors
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 17, 2003
- 472 views
On Fri, 14 Feb 2003 17:15:39 -0800, <kbochert at copper.net> wrote: > > Hi C. K. Lester, you wrote on 2/14/03 10:54:29 AM: > > >> Whew! Don't forget SciTe -- syntax highlighting and indenting, >> folding... >> >> That folding sounds like it would be a great utility... Anybody have >> real >> world experience and can comment on its usability? >> I used a couple of mainframe editors (PanValet and ICCF) that had this feature and I remember liking it. But then we were using 24x80 char terminals so anything that would gain screen real-estate was useful. -- cheers, Derek Parnell
10. Re: Syntax hilighting editors
- Posted by jc at cowgar.com Feb 17, 2003
- 478 views
Has anyone mentioned Vim yet? I made syntax files for vim that include templates, syntax highlighting, and auto indenting for the Euphoria syntax. -- Jeremy Cowgar jc at cowgar.com http://cowgar.com