At 20.35 Monday 02/09/02 -0600, you wrote: >Hi All, > >I did a little googling, but didn't come up with much so I thought I >would ask which editor people are using under Linux. I use Glimmer for >most code editing, but it doesn't have CF syntax highlighting. Does >anyone know of one that does? Oh, and I would rather not use wine. ;)
jedit has syntax highlighting (not for cfscript blocks). Automatic tag closing with the xml plugin (but it closes all the tags, included cfset). You can easily add some tag completion with the abbreviations (e.g. you type <cfq <SPACEBAR> and jedit writes <cfquery datasource="" username="" etcetera ...></cfquery>) It's a really good editor anyway, for whatever language. -- Rd "Soft as the massacre of Suns By Evening's Sabres slain" [E.Dickinson] ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
