Dynaverse.net

Off Topic => Engineering => Topic started by: toasty0 on July 12, 2005, 10:06:40 am

Title: A free HTML editor (beside notepad<smirk>)
Post by: toasty0 on July 12, 2005, 10:06:40 am
http://www.asp.net/vwd/default.aspx?tabindex=4&tabid=46

Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: Sethan on July 14, 2005, 12:52:10 am
When I'm not using notepad, I use Crimson Editor

http://www.crimsoneditor.com/
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: toasty0 on July 14, 2005, 09:28:53 am
Nice.
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: MrCue on July 15, 2005, 11:25:48 am
When im not using dreamweaver MX i use crimson editor also, but i find it strugles with long lines and long files. When that happens i switch to http://www.context.cx/
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: toasty0 on July 15, 2005, 12:50:01 pm
That's it. Seems everyone is doing it. I'm making my own IDE and I'm calling it Bflatflat...
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: Sirgod on July 15, 2005, 01:27:02 pm
That's it. Seems everyone is doing it. I'm making my own IDE and I'm calling it Bflatflat...

Will you write It using C##?  ;)

Stephen
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: toasty0 on July 15, 2005, 02:54:01 pm
That's it. Seems everyone is doing it. I'm making my own IDE and I'm calling it Bflatflat...

Will you write It using C##?  ;)

Stephen

:::rim shot:::

And heeeerrrrrreeeessssss, Steven!!
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: Sirgod on July 15, 2005, 03:08:28 pm
LOL, there's only about a dozen of us that would have understood that joke Bro. Damn all that time I spent compossing.

Stephen
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: Nemesis on July 16, 2005, 09:02:19 am
I'd suggest Scintilla. 

Link to main page (http://scintilla.org/)

Link to download page. (http://scintilla.sourceforge.net/SciTEDownload.html)

Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: toasty0 on July 16, 2005, 06:44:23 pm
I'd suggest Scintilla. 

Link to main page ([url]http://scintilla.org/[/url])

Link to download page. ([url]http://scintilla.sourceforge.net/SciTEDownload.html[/url])




Pardon me cause I'm sometimes really slow on the uptake. I rummaged around the site and the proggy looks great but I was unable to discover (easily anyways--I'm lazy) wether or not it is an HTML editor. Is it?
Title: Re: A free HTML editor (beside notepad<smirk>)
Post by: Nemesis on July 16, 2005, 11:26:43 pm
Pardon me cause I'm sometimes really slow on the uptake. I rummaged around the site and the proggy looks great but I was unable to discover (easily anyways--I'm lazy) wether or not it is an HTML editor. Is it?

It depends on your definition.  If notepad qualifies then Scintilla is over qualified. 

It is a programmers text editor.  For languages that it recognizes such as HTML and C, it will colour code text that is part of the language specification.  As such it is an HTML editor but not WYSIWYG.   I have used it for small amounts of HTML editing (page of links that is my homepage on my C: drive).  The colour coding allows easy recognition of breaks in patterns.  In C for example missing a {} or a () are obvious due to disruptions of the colour coding.

I have not explored its abilities in depth so it wouldn't surprise me if it had other uses.  For example the Tools menu includes an option for Build whose function I don't know, I never needed to find out.