Next Question
RSS
There are also the classic Unix text editors, vi and Emacs. There are implementations available for many different platforms. Aquamacs (http://aquamacs.org), a Mac OS X-native version, happens to be a favorite of mine. GNU Emacs is the dominant version of Emacs, and Vim is an enhanced open source vi clone.
These editors have steep learning curves, but if you spend a lot of time coding, the complexity is rewarded with some powerful abilities, like creating custom commands and scripts.
Another good editor on Mac OS X is Smultron (no longer maintained, sadly). It's a simple, lightweight editor that has some neat features like the ability to insert boilerplate code snippets, such as HTML templates.
Source(s):
http://en.wikipedia.org/wiki/Vi
http://en.wikipedia.org/wiki/Emacs
http://aquamacs.org
http://www.vim.org
http://www.gnu.org/software/emacs/
http://smultron.sourceforge.net
Permalink | Report
You can get notepad ++ here :
http://notepad-plus.sourceforge.net/uk/site.htm
Source(s):
http://getanswers.co.in
Permalink | Report
Source(s):
http://www.opensourcemac.org
Permalink | Report
http://www.barebones.com/products/TextWrangler/
Permalink | Report
http://about.emeraldeditor.com/
It's open source, community developed, freeware, and available for Windows, Linux, & Mac OS X. Great for editing HTML, C/C++, Perl, Java and anything else that requires true plain text editing. Has a very small memory footprint. Also works cross-platform for opening documents on multiple network drives.
Permalink | Report
Source(s):
http://www.gnu.org/software/emacs/
Permalink | Report
Smultron http://sourceforge.net/projects/smultron/
Cyberduck http://cyberduck.ch/
Source(s):
Smultron http://sourceforge.net/projects/smultron/
Cyberduck http://cyberduck.ch/
Permalink | Report
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/R/eclipse-php-galileo-win32.zip
Source(s):
http://www.eclipse.org/downloads/download.php?file=/technology/epp/download...
Permalink | Report
http://www.activestate.com/komodo_edit/
Permalink | Report
However if you are just wanting a great editor that installs easily and is very extensible, then Eclipse editor is a great choice(http://www.eclipse.org/downloads/).
Alternatively you could also run the popular Netbeans editor within Mac OS (http://www.netbeans.org/kb/articles/mac.html).
Both editors are great and if you move around between OS's a lot, then you will also be glad to know you can install them on just about anything that can run Java.
Source(s):
http://www.eclipse.org/downloads/
http://www.netbeans.org/kb/articles/mac.html
Tags: java, eclipse, bbedit, netbeans, macintosh
Helpful Answer?
(0)
(0)
Tip danielwells for this answer
Permalink |
Report
Answered Question
M$1.25
August 02, 2009 07:31 AM
Open Source replacement for BBedit?
Wondering what type of open source replacements there are for BBedit. It is an amazing piece of software and i might actually buy it, but i would prefer to support open source software if there is a suitable replacement.
RSS
Best Answer Decided by Votes
| August 03, 2009 02:13 AM |
These editors have steep learning curves, but if you spend a lot of time coding, the complexity is rewarded with some powerful abilities, like creating custom commands and scripts.
Another good editor on Mac OS X is Smultron (no longer maintained, sadly). It's a simple, lightweight editor that has some neat features like the ability to insert boilerplate code snippets, such as HTML templates.
Source(s):
http://en.wikipedia.org/wiki/Vi
http://en.wikipedia.org/wiki/Emacs
http://aquamacs.org
http://www.vim.org
http://www.gnu.org/software/emacs/
http://smultron.sourceforge.net
Permalink | Report
Other Answers (9)
August 02, 2009 10:06 AM
- Notepad ++
- Textpad
- Notepad
You can get notepad ++ here :
http://notepad-plus.sourceforge.net/uk/site.htm
Source(s):
http://getanswers.co.in
Permalink | Report
August 02, 2009 10:30 AM
You could try NVU which is apparently equivalent to dreamweaver : http://www.macupdate.com/info.php/id/15699 -
Source(s):
http://www.opensourcemac.org
Permalink | Report
August 02, 2009 01:44 PM
I don't think it's open source, but BB Edit's little brother, Text Wrangler, is free and very powerful. http://www.barebones.com/products/TextWrangler/
Permalink | Report
August 02, 2009 04:14 PM
I am a big fan of Emerald Editor http://about.emeraldeditor.com/
It's open source, community developed, freeware, and available for Windows, Linux, & Mac OS X. Great for editing HTML, C/C++, Perl, Java and anything else that requires true plain text editing. Has a very small memory footprint. Also works cross-platform for opening documents on multiple network drives.
Permalink | Report
August 03, 2009 03:16 AM
Emacs. It takes a few minutes to learn haw it works. But once you have figured it out, it is the most productive editor out there. It has been used by programmers for over two decades.
Source(s):
http://www.gnu.org/software/emacs/
Permalink | Report
August 03, 2009 09:04 PM
Smultron is by far the best alternative to paying for a text editor. Paired with Cyberduck (FTP, SFTP, WebDAV, Cloud Files & Amazon S3 Browser for Mac) it makes a great replacement. The two applications work great together. Smultron http://sourceforge.net/projects/smultron/
Cyberduck http://cyberduck.ch/
Source(s):
Smultron http://sourceforge.net/projects/smultron/
Cyberduck http://cyberduck.ch/
Permalink | Report
August 03, 2009 09:10 PM
Try Eclipse for PHP developers http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/R/eclipse-php-galileo-win32.zip
Source(s):
http://www.eclipse.org/downloads/download.php?file=/technology/epp/download...
Permalink | Report
August 04, 2009 01:45 AM
Komodo Edit is a good open source text editor. Supports most languages and supports plugins. It's a stripped down (and free) version Active State's IDE. Runs on Linux, Windows, and Mac OS X. http://www.activestate.com/komodo_edit/
Permalink | Report
August 04, 2009 03:35 AM
Depending on what you are looking for there are really quite a few options. You can use most of the Linux command line based text editors (vi, emacs, etc.). You could install X11 and get many of the X window based editors to install as well. However if you are just wanting a great editor that installs easily and is very extensible, then Eclipse editor is a great choice(http://www.eclipse.org/downloads/).
Alternatively you could also run the popular Netbeans editor within Mac OS (http://www.netbeans.org/kb/articles/mac.html).
Both editors are great and if you move around between OS's a lot, then you will also be glad to know you can install them on just about anything that can run Java.
Source(s):
http://www.eclipse.org/downloads/
http://www.netbeans.org/kb/articles/mac.html
Tags: java, eclipse, bbedit, netbeans, macintosh
Helpful Answer?
(0)
(0)
Tip danielwells for this answer
Answer this Question
Related Questions
Ask a Question
Buy Mahalo Dollars with Credit Card or PayPal
Top Members
Most Popular Tags
Categories
- Anonymous
- Arts & Design
- Beauty & Style
- Books & Authors
- Business
- Cars & Transportation
- Consumer Electronics
- Coupons Deals
- Education
- Entertainment
- Environment
- Fitness
- Food & Drink
- From Email
- From Iphone
- From Twitter
- Health
- History
- Hobbies
- Home & Garden
- How Tos
- Humor
- Jobs
- Legal
- Local
- Love & Relationships
- Mahalo Answers Community
- Money
- Music
- News
- NSFW
- Parenting
- Pets
- Science & Mathematics
- Services
- Shopping
- Social Science
- Society & Culture
- Sports
- Technology & Internet
- Travel
- Video Games
Welcome New Members
- pacqiuo, November 26, 2009 07:41 AM
- jle012, November 26, 2009 07:17 AM
- cellphonefocus, November 26, 2009 07:07 AM
- thejordee, November 26, 2009 06:11 AM
- soccormommi, November 26, 2009 05:59 AM
Mahalo Dollars are the currency of Mahalo Answers.
Each Mahalo Dollar costs $1.
Once you earn more than 40 Mahalo Dollars, you can request to be paid via PayPal. Each Mahalo Dollar is currently worth $0.75 when paid out via PayPal. Learn More
robbrown