Bitcoin Forum

Other => Off-topic => Topic started by: ingrownpocket on September 16, 2012, 09:46:46 AM



Title: Source Code Editor
Post by: ingrownpocket on September 16, 2012, 09:46:46 AM
What source code editor do you use? (For PHP, CSS and JS)
I want to try new programs.

BTW I'm currently using Windows.

EDIT: It must be free, not like a cracked version of Dreamweaver


Title: Re: Source Code Editor
Post by: chmod755 on September 16, 2012, 10:11:04 AM
vim (http://www.vim.org/download.php)


Title: Re: Source Code Editor
Post by: Lumpy on September 16, 2012, 01:51:30 PM
Notepad++


Title: Re: Source Code Editor
Post by: goodlord666 on September 16, 2012, 03:02:55 PM
I used to use proton32. But I don't know if it's still maintained.



Title: Re: Source Code Editor
Post by: live627 on September 16, 2012, 03:04:57 PM
Geany


Title: Re: Source Code Editor
Post by: malevolent on September 16, 2012, 03:06:24 PM
gedit


Title: Re: Source Code Editor
Post by: Herodes on September 16, 2012, 09:37:23 PM
I use vim.


Title: Re: Source Code Editor
Post by: Ivica on September 16, 2012, 09:46:32 PM
I use nano. Sometimes kate. ;D

I'd say vim way to go.


Title: Re: Source Code Editor
Post by: Lethos on September 16, 2012, 10:31:00 PM
Used editpad lite for years.

Has all I need.


Title: Re: Source Code Editor
Post by: mufa23 on September 16, 2012, 10:59:47 PM
Dreamweaver can actually be pretty horrible. Maybe they have fixed it since then, but I used it a year or two ago, and it leaves a lot of unnecessary code inside. Your pages will have some compatibility issues with other web browsers. Yeah, it's easy and looks nice, but I found that I had to go through all the code and manually make changes.


Title: Re: Source Code Editor
Post by: giantdragon on September 17, 2012, 12:07:10 AM
Eclipse PDT and Notepad++.


Title: Re: Source Code Editor
Post by: amencon on September 17, 2012, 05:00:43 AM
Notepad++ here as well.  No complaints.


Title: Re: Source Code Editor
Post by: Shirik on September 17, 2012, 05:02:26 AM
Visual Studio with a vim emulator for any C++ work.

Netbeans with a vim emulator for any Java work.

Vim for everything else.






Vim is that important.


Title: Re: Source Code Editor
Post by: naypalm on September 17, 2012, 05:29:39 AM
vi or notepad++  8)

If you absolutely need an IDE, then try code lobster.