Valhalla Legends Forums Archive | General Discussion | Free?

AuthorMessageTime
Mitosis
Anybody know of any free web-coding editors for HTML/CSS/PHP? (Not Notepad please! :d)

Thanks in advance!

Russ
January 25, 2005, 9:42 PM
Kp
Vim
January 25, 2005, 10:17 PM
peofeoknight
html kit
Amaya
January 25, 2005, 10:50 PM
iago
[quote author=Kp link=topic=10306.msg96618#msg96618 date=1106691440]
Vim
[/quote]

Damn you! that was my answer :(
January 25, 2005, 11:34 PM
kamakazie
XEmacs with windows-esque shortcut.
January 25, 2005, 11:48 PM
Mephisto
You can use the free trial version of Macromedia MX if it's a one-time thing.
January 25, 2005, 11:52 PM
Myndfyr
[quote author=Mephisto link=topic=10306.msg96648#msg96648 date=1106697154]
You can use the free trial version of Macromedia MX if it's a one-time thing.
[/quote]

That would be Dreamweaver MX.  Macromedia is a brand, not a product.  ;)
January 26, 2005, 12:37 AM
Stealth
I like Programmer's Notepad.
January 26, 2005, 12:55 AM
KkBlazekK
I replaced my notepad.exe with NotePad2.

It has syntax highlighting, and some other cool features.
January 26, 2005, 4:06 AM
Mitosis
[quote author=Blaze - S-1-0-0 link=topic=10306.msg96703#msg96703 date=1106712384]
I replaced my notepad.exe with NotePad2.

It has syntax highlighting, and some other cool features.
[/quote]

Does syntax highlighting mean that when you type in code it will like make a menu with various choices? Like Dreamweaver, I want something close to DW that is free, can't buy DW for a while since I am buying new Mac stuff.

Where do I get this Emacs thing?
January 27, 2005, 12:11 AM
tA-Kane
[quote author=Mitosis link=topic=10306.msg96824#msg96824 date=1106784689]
[quote author=Blaze - S-1-0-0 link=topic=10306.msg96703#msg96703 date=1106712384]
I replaced my notepad.exe with NotePad2.

It has syntax highlighting, and some other cool features.
[/quote]

Does syntax highlighting mean that when you type in code it will like make a menu with various choices?[/quote]I think usually when someone talks about syntax coloring, they're meaning that the program colors the words (characters, too) when they're recognized to have special meaning. For example, 'void', 'while', 'for', 'select' all could be colored differently, '<a>', '<br>', and etc could also be colored differently.
January 27, 2005, 12:22 AM
iago
Gnu Emacs should be available from www.gnu.org somewhere.

January 27, 2005, 1:08 AM
Stealth
[quote author=Mitosis link=topic=10306.msg96824#msg96824 date=1106784689]
[quote author=Blaze - S-1-0-0 link=topic=10306.msg96703#msg96703 date=1106712384]
I replaced my notepad.exe with NotePad2.

It has syntax highlighting, and some other cool features.
[/quote]

Does syntax highlighting mean that when you type in code it will like make a menu with various choices?
[/quote]

That feature is called "code completion" -- it's much harder to find free software that does it.
January 27, 2005, 6:38 AM
KrAzY_NuK
Eclipse!  lol
January 27, 2005, 5:06 PM
Kp
[quote author=Stealth link=topic=10306.msg96893#msg96893 date=1106807889]That feature is called "code completion" -- it's much harder to find free software that does it.[/quote]

Vim supports some completion, though it isn't in a pop-up menu (which would be ugly).  Look for ^N and ^P in insert mode.  IIRC, there's a plugin that extends the completion support, but I've never tried it.
January 28, 2005, 2:29 AM

Search