Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend a simple editor similar to Coda [closed]

Tags:

windows

coda

I really like this simple, highly specialized editor also has a very nice interface. Now I'm looking for such an editor available on Windows or Linux. All I found is Komodo Edit, Aptana, DreamWeaver, and of course Notepad who for one reason or another do not meet my requirements (Komodo and DreamWeaver, Aptana bulky and have a lot of excess, Aptana can not normally look for files, Notepad does not have a normal avtocomplete and important - they all look gloomy). Sublime Text 2 similar, but it is far to the normal html editor. Advise something ... :( I would be very grateful. I'm sure many were asked a similar question and found quite tolerable solution. By the way - maybe there is a ported version?

http://www.panic.com/coda/

like image 541
user1103744 Avatar asked Mar 11 '12 05:03

user1103744


People also ask

How many types of text editors are there?

Features normally associated with text editors are — moving the cursor, deleting, replacing, pasting, finding, finding and replacing, saving etc. There are generally five types of editors as described below: Line editor: In this, you can only edit one line at a time or an integral number of lines.


2 Answers

You can try Kompozer (a Mozilla project):- http://kompozer.net/

Quoting from Kompozer's site:-

KompoZer is a complete web authoring system that combines web file management and easy-to-use WYSIWYG web page editing.

Or if it is just source code editors, see this list of alternatives:- http://alternativeto.net/software/coda/

like image 20
vaisakh Avatar answered Oct 02 '22 19:10

vaisakh


How about Brackets, then? It features a sleek Live Preview in Chrome, too. You won't need to reload pages to see your changes in CSS, HTML & JavaScript anymore!

To me, Sublime Text 2 is by far the best code editor for Windows (also with Linux and Mac versions). Read why at Jammy's Journey to the Perfect Text-Editor.

  • Multiple Selections to rename variables quickly.
  • Batch edits with Multiple Selections.
  • Command Palette for fast access to functionality.
  • Goto Anything to quickly navigate between files.
  • Goto Anything to show a function, line or word within a file.
  • Find and Replace with regular expressions.
  • Split Editing to edit files side by side, or edit two locations in the same file.
  • Distraction Free Mode in full screen for chrome free editing.
  • Instant Project Switch
  • Cross Platform
  • Plugin API

ScreenshotScreenshot

like image 189
EdelAli Avatar answered Oct 02 '22 18:10

EdelAli