AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What's your favorite FREE text editor?
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Thu Jul 03, 2008 12:50 pm    Post subject: What's your favorite FREE text editor? Reply with quote

I'm looking for a free text editor. What's your favorite free text editor?

The four free ones I've found mentioned on this board so far are:
Notepad++
Note Tab Light
Crimson Edit
PSPad

I've not tried any of the four above yet. If you have tried them, please comment. Which one is the most powerful? Which ones crash?

Please don't mention PURCHASED text editors like Ultra Edit except to compare them with the free ones. I'm not in the market for a purchased text editor at this time.

Thanks!
Back to top
View user's profile Send private message
evan
Guest





PostPosted: Thu Jul 03, 2008 12:59 pm    Post subject: Reply with quote

i am ok with notepad2
what i need most when editing scripts is:
1. line numbers at the side
2. when i use { [ (, it will display the closing end )]} in different colors
3. hotkey to execute script immediately without double clicking the icon (Ctrl+L)
4. user friendly to use replace, find
Back to top
BoBo²
Guest





PostPosted: Thu Jul 03, 2008 1:09 pm    Post subject: Reply with quote

Quote:
I am ok with notepad2
Confirmed. Your points are exactly mine. Additionaly I'd point out that N2 is a single executable. More portable - isn't possible Cool
Back to top
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Thu Jul 03, 2008 1:38 pm    Post subject: Reply with quote

evan wrote:
i am ok with notepad2
what i need most when editing scripts is:
1. line numbers at the side
2. when i use { [ (, it will display the closing end )]} in different colors
3. hotkey to execute script immediately without double clicking the icon (Ctrl+L)
4. user friendly to use replace, find

Does it have:
- Erase to end of line.
- Erase next or previous word.
- Highlight, drag & drop text.
- Indent
- Spell checker (just wondering)

Thanks
Back to top
View user's profile Send private message
BoBo²
Guest





PostPosted: Thu Jul 03, 2008 1:50 pm    Post subject: Reply with quote

It has [this]
Back to top
Red Hat Boy



Joined: 10 Apr 2008
Posts: 113

PostPosted: Thu Jul 03, 2008 2:45 pm    Post subject: Reply with quote

Notepad++ is my personal favorite. It at least has the last three features you mentioned, I'm not sure about the others.
_________________
I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~}
Back to top
View user's profile Send private message Send e-mail
Wouther



Joined: 01 May 2007
Posts: 79
Location: The Netherlands

PostPosted: Thu Jul 03, 2008 3:07 pm    Post subject: Reply with quote

My favourite editor (free) is ConTEXT.
evan wrote:
1. line numbers at the side
Yep
evan wrote:
2. when i use { [ (, it will display the closing end )]} in different colors
Check
evan wrote:
3. hotkey to execute script immediately without double clicking the icon (Ctrl+L)
Yes and it can also capture Autohotkey's debug output and show it in the text editor, then automatically just to the line with the error.
evan wrote:
4. user friendly to use replace, find
Check. Also possible: find/replace in all open files and using RegEx! Razz
Skyglider wrote:
- Erase to end of line.
Yep
Skyglider wrote:
- Erase next or previous word.
Yes, but isn't that a standard feature of Windows? (using Ctrl+Backspace and Ctrl+Del)?Confused
Skyglider wrote:
- Highlight, drag & drop text.
Eh... yes, but what's so special about this? Rolling Eyes
Skyglider wrote:
- Indent
Check: auto indent using a fixed width for every tab or smart tabs. Also possible: automatically convert tabs into spaces... I hate the "TAB"-character! Razz
Skyglider wrote:
- Spell checker (just wondering)
Nope, I don't think so...

Other features I like are for example: custom hotkeys (four different ones can be specified for every file extension), custom highlighters, code templates, automatically go to the help-file when you press F1, light-weight, project manager, capturing console output, macro recorder and file comparison.

Website: (Click on "Features" for more) http://www.contexteditor.org/
_________________
Printing css/html-formatted text
Back to top
View user's profile Send private message
Razlin



Joined: 05 Nov 2007
Posts: 417
Location: canada

PostPosted: Thu Jul 03, 2008 3:21 pm    Post subject: Reply with quote

NoteTab is the one I use.

-line numbers
-regex (any disk file or recursive folders with *.filter option) single file, open file or all open files)
- built in calculator
- customisable interface
- It has built in clip functionnality (its own language, similar to Autohotkey but not as powerfull obviously)
- HTML syntax highlighting (Only)
- match bracket (not color coded though)

theres so many options in this editor its rediculous.
at first its plain but you notice the power compensates

you can write your own script built in to replace end of line chars or replace text with something else.

you can also make your own built in input boxes with drop downs that prepopulate your text

anyhow.. list goes on and on and on.. it used to be 20$ US for the pro version not its 30$ there is a free version with all these features except I think the line numbers go away after 30 days and the spell checker is not available in the free version.

I wrote a huge help file for people at my work since we all use it now. If anyone is interested on using notetab I can post my help file somewhere.
Its got tips and tricks mostly.

The documentation is really good as well for its built in clip editor (like Autohotkey)

www.notetab.com
_________________
-=Raz=-
Back to top
View user's profile Send private message
silkcom



Joined: 23 Jan 2008
Posts: 102

PostPosted: Thu Jul 03, 2008 3:28 pm    Post subject: Reply with quote

My personal favorite is Syn. It has everything you're looking for, it's quick to open, does syntax highlighting of everything i've ever tried, has awesome find replace with regex support.

Definately a good editor.
Back to top
View user's profile Send private message
tidbit



Joined: 10 Mar 2008
Posts: 121

PostPosted: Thu Jul 03, 2008 5:26 pm    Post subject: Reply with quote

syn, good
but also bad.
AFAIK, it doesn't support AHK (or autoit) syntaxes....and you cant add without editing the source and re-compiling it...
_________________
rawr. be very affraid

Note: My name is all lowercase for a reason.
Back to top
View user's profile Send private message
Da_HL_MaN



Joined: 02 Jul 2008
Posts: 4

PostPosted: Thu Jul 03, 2008 6:57 pm    Post subject: Reply with quote

Scite - http://www.scintilla.org/SciTE.html

Quite a nice, simple, quick and easy text editor.
Back to top
View user's profile Send private message
Z Gecko
Guest





PostPosted: Thu Jul 03, 2008 7:42 pm    Post subject: Reply with quote

I personally like the Crimson Editor.

It is quite old, i use a version from 2004,
and it has not as much features as some newer editors.
But it has a funny bunny as icon, and that is worth a lot!

Of course it has a lot of features mentioned already, too:
    - AHK-syntax highlighting
    - line numbers at the side (only if you want)
    - bracket-match highlighting is done via under-lining not via color.
    - hotkey to execute script immediately without double clicking the icon(It is Ctrl-1 at my computer, and only one of many user-defined actions)
    - user friendly to use replace, find (at least in my opinion)
    - Erase to end of line.
    - Erase next or previous word.
    - Highlight, drag & drop text.
    - Indent
    - regex (any disk file or recursive folders with *.filter option) single file, open file or all open files)
    - Spell Checker

Additionally it has
    - In-text boookmarks (the poor man code folding Very Happy )
    - built-in macro-recorder
    - a "Column-Mode" for easy cut&paste with text organized in columns, like .csv
    - Project management
    - FTP-support

http://www.crimsoneditor.com/
Back to top
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Thu Jul 03, 2008 8:18 pm    Post subject: Reply with quote

Wouther wrote:

Skyglider wrote:
- Erase next or previous word.
Yes, but isn't that a standard feature of Windows? (using Ctrl+Backspace and Ctrl+Del)?Confused
Skyglider wrote:
- Highlight, drag & drop text.
Eh... yes, but what's so special about this? Rolling Eyes


- Erase next or previous word.
Ctrl+backspace and Ctrl+Del do not work in standard Windows Notepad.

- Highlight, drag & drop text:
This feature is not in standard Windows Notepad.

Thanks,
Skyglider
Back to top
View user's profile Send private message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Thu Jul 03, 2008 8:32 pm    Post subject: Reply with quote

Thanks all for your contributions so far.
Some info I found while researching text editors.
Star (user) rating and number of downloads is per download.com.


Notepad++: ****+ (298,378 downloads)
PROS:
- Brace and indent hightlighting. (Puts colored vertical line in left margin from open brace to close brace.)
- Macro (Says "You can save several macros and ....". Does several mean only a few macros?)
CON?
- Spell checking via aspell plugin. **Is this hard to set up?**


Note Tab Light: ****+ (314,373 downloads)
** Eliminated from my selection list because **
- Has pay for versions so light version is missing some features like print preview.


Crimson Editor: ****+ (410,117 downloads)
PROS:
- Unlimited undo and redo buffers.
- Column editor (Copy and paste rectangular sections.)
- Spell Checker Built-in (100,000 words base. User can add words.)
- Macro (Maybe easier to record than doing it in AHK?)


PSPad Editor: ****+ (24,000 downloads)
PROS:
- Matching bracket highlighting.
- Spell Checker
- Full Hex Editor (Not sure I need this now but was useful when I used to code in "C".)


Notepad2: ***+ (17,910 downloads)
PROS:
- Auto indentation
- Bracket matching
- Multiple undo/redo
- Rectangular block selection

Above is just a very quick list, before I found the following:
While searching for above info, I stumbled on a Wikipedia comparison of text editors. This is a goldmine of information to compare text editors. Here's a link to it:
http://en.wikipedia.org/wiki/Comparison_of_text_editors

Gotta do some work so stopping here. So above not complete but offers my thoughts up to now.
Skyglider
Back to top
View user's profile Send private message
Slanter



Joined: 28 May 2008
Posts: 307
Location: Minnesota, USA

PostPosted: Thu Jul 03, 2008 11:16 pm    Post subject: Reply with quote

my personal favorite is Notepad++, but for some reason I always end up back with notepad.exe Rolling Eyes
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group