Topic: A free HTML editor (beside notepad<smirk>)  (Read 3022 times)

0 Members and 3 Guests are viewing this topic.

Offline toasty0

  • Application.Quit();
  • Captain
  • *
  • Posts: 8045
  • Gender: Male
MCTS: SQL Server 2005 | MCP: Windows Server 2003 | MCTS: Microsoft Certified Technology Specialist | MCT: Microsoft Certified Trainer | MOS: Microsoft Office Specialist 2003 | VSP: VMware Sales Professional | MCTS: Vista

Offline Sethan

  • Justiciar
  • Captain
  • *
  • Posts: 6670
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #1 on: July 14, 2005, 12:52:10 am »
When I'm not using notepad, I use Crimson Editor

http://www.crimsoneditor.com/
It is the mark of an educated mind to be able to entertain a thought without accepting it. --Aristotle

Offline toasty0

  • Application.Quit();
  • Captain
  • *
  • Posts: 8045
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #2 on: July 14, 2005, 09:28:53 am »
Nice.
MCTS: SQL Server 2005 | MCP: Windows Server 2003 | MCTS: Microsoft Certified Technology Specialist | MCT: Microsoft Certified Trainer | MOS: Microsoft Office Specialist 2003 | VSP: VMware Sales Professional | MCTS: Vista

Offline MrCue

  • Site Designer
  • Lt.
  • *
  • Posts: 977
  • Gender: Male
  • Proud Father
    • Battleclinic
Re: A free HTML editor (beside notepad<smirk>)
« Reply #3 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/

Offline toasty0

  • Application.Quit();
  • Captain
  • *
  • Posts: 8045
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #4 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...
MCTS: SQL Server 2005 | MCP: Windows Server 2003 | MCTS: Microsoft Certified Technology Specialist | MCT: Microsoft Certified Trainer | MOS: Microsoft Office Specialist 2003 | VSP: VMware Sales Professional | MCTS: Vista

Offline Sirgod

  • Whooot Master Cattle Baron
  • Global Moderator
  • Vice Admiral
  • *
  • Posts: 27839
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #5 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
"You cannot exaggerate about the Marines. They are convinced to the point of arrogance, that they are the most ferocious fighters on earth - and the amusing thing about it is that they are."- Father Kevin Keaney, Chaplain, Korean War

Offline toasty0

  • Application.Quit();
  • Captain
  • *
  • Posts: 8045
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #6 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!!
MCTS: SQL Server 2005 | MCP: Windows Server 2003 | MCTS: Microsoft Certified Technology Specialist | MCT: Microsoft Certified Trainer | MOS: Microsoft Office Specialist 2003 | VSP: VMware Sales Professional | MCTS: Vista

Offline Sirgod

  • Whooot Master Cattle Baron
  • Global Moderator
  • Vice Admiral
  • *
  • Posts: 27839
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #7 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
"You cannot exaggerate about the Marines. They are convinced to the point of arrogance, that they are the most ferocious fighters on earth - and the amusing thing about it is that they are."- Father Kevin Keaney, Chaplain, Korean War

Offline Nemesis

  • Captain Kayn
  • Global Moderator
  • Commodore
  • *
  • Posts: 13064
Re: A free HTML editor (beside notepad<smirk>)
« Reply #8 on: July 16, 2005, 09:02:19 am »
Do unto others as Frey has done unto you.
Seti Team    Free Software
I believe truth and principle do matter. If you have to sacrifice them to get the results you want, then the results aren't worth it.
 FoaS_XC : "Take great pains to distinguish a criticism vs. an attack. A person reading a post should never be able to confuse the two."

Offline toasty0

  • Application.Quit();
  • Captain
  • *
  • Posts: 8045
  • Gender: Male
Re: A free HTML editor (beside notepad<smirk>)
« Reply #9 on: July 16, 2005, 06:44:23 pm »
I'd suggest Scintilla. 

Link to main page

Link to download page.




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?
MCTS: SQL Server 2005 | MCP: Windows Server 2003 | MCTS: Microsoft Certified Technology Specialist | MCT: Microsoft Certified Trainer | MOS: Microsoft Office Specialist 2003 | VSP: VMware Sales Professional | MCTS: Vista

Offline Nemesis

  • Captain Kayn
  • Global Moderator
  • Commodore
  • *
  • Posts: 13064
Re: A free HTML editor (beside notepad<smirk>)
« Reply #10 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.
Do unto others as Frey has done unto you.
Seti Team    Free Software
I believe truth and principle do matter. If you have to sacrifice them to get the results you want, then the results aren't worth it.
 FoaS_XC : "Take great pains to distinguish a criticism vs. an attack. A person reading a post should never be able to confuse the two."