Question:
What is the best free program editor out?
jerofjungle
2006-10-19 12:35:17 UTC
Looking for a program to manipulate files and programs.
Nine answers:
Hawk
2006-10-19 13:05:30 UTC
context is free text editor like notepad but it can recognize c, c++, html, pascal etc
Deirdre H
2006-10-19 13:04:55 UTC
Probably gnu emacs. It's got modes for most any language. Here's what the manual has to say:



To quote the Emacs Manual:



Emacs is the extensible, customizable, self-documenting real-time display editor.

If this seems to be a bit of a mouthful, an easier explanation is Emacs is a text editor and more. At its core is an interpreter for Emacs Lisp (``elisp'', for short), a dialect of the Lisp programming language with extensions to support text editing. Some of the features of GNU Emacs include:

Content sensitive major modes for a wide variety of file types, from plain text to source code to HTML files.

Complete online documentation, including a tutorial for new users.

Highly extensible through the Emacs Lisp language.

Support for many languages and their scripts, including all the European ``Latin'' scripts, Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao, Ethiopian, and some Indian scripts. (Sorry, Mayan hieroglyphs are not supported.)

A large number of extensions which add other functionality. The GNU Emacs distribution includes many extensions; many others are available separately--even a web browser



It's free, extensible and powerful. What more can you ask?
swami060
2006-10-20 05:40:11 UTC
If you don't mind the slightly steep learning curve, gvim is one of the best editors around.



I hated vi in my first couple of years of college, but after I made an effort to learn it, I started enjoying the many features that it provides especially for writing programs. The prime features are the ease of navigation and regex support. The slightly unnerving aspect is switching b/w control and insert mode to move between commands and editing text.
anonymous
2016-12-16 15:27:09 UTC
Microsoft image Editor supplies many effects and is working on all my desktops at homestead. i think of it got here with the XP working device, yet possibly it became blanketed with MS place of work. I set up the two while setting up desktops, and MS image Editor is often an determination once I good-click a image document. i be attentive to i did no longer purchase it one after the different.
JohnDoe
2006-10-19 13:00:51 UTC
The best free program editor out there is Bloodshed Dev C++.
Mark M
2006-10-19 15:35:40 UTC
I like notepad2 which is a small, fast and free text editor with syntax highlighting for HTML and other common languages. Notepad2 works on Windows 9x, Me, NT, 2k and XP.



You can get it at http://www.flos-freeware.ch/notepad2.html



Features

- Customizable syntax highlighting:

- HTML, XML, CSS, JavaScript, VBScript, ASP, PHP, CSS, Perl/CGI C/C++, C#, Java, VB, Pascal, Assembler, SQL, Python, NSIS INI, REG, INF, BAT, DIFF

- Drag & drop text editing inside and outside Notepad2

- Basic regular expression search and replace

- Useful word, line and block editing shortcuts

- Rectangular selection (Alt+Mouse)

- Brace matching, auto indent, long line marker, zoom functions

- Support for Unicode, UTF-8, Unix and Mac text files

- Open shell links
luddite extraordinaire
2006-10-19 12:43:40 UTC
I suspect you mean text files. I prefer vim. http://www.vim.org It's worth learning the regular expression syntax. Once you know it, you can make quick, global changes to the file, and you'll never use notepad again.
Gandalf the Grey
2006-10-19 12:42:16 UTC
Which language?



Microsoft has several "Express" (free) tools from its Visual Studio set. Look for them at MSDN.



For C++ try "dev C++".
anonymous
2006-10-19 12:38:27 UTC
It's called, Notepad. Hehe


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...