- Posts: 154
- Thank you received: 0
Looking for a good Text Editor
17 years 8 months ago #20247
by Starfire
Looking for a good Text Editor was created by Starfire
I'm currently using Programmers File Editor 32-bit
www.lancs.ac.uk/staff/steveb/cpaap/pfe/pfefiles.htm
as my stand alone raw text editor which is ok and has some usefull abilities (especially for a freebie) but I am wondering what other such utilities are out there which may better.
What text editors are you guys using and what sort of features do they have that you like?
What text editors are you guys using and what sort of features do they have that you like?
17 years 8 months ago #20262
by TheBishop
Replied by TheBishop on topic Re: Looking for a good Text Editor
EditPlus (
www.editplus.com
)
17 years 8 months ago #20263
by DaLight
Replied by DaLight on topic Re: Looking for a good Text Editor
I absolutely love and use
Notepad++
which is free.
It has the following features:
It has the following features:
-
Syntax Highlighting and Syntax Folding
WYSIWYG
Auto-completion
Multi-Document
Multi-View
Regular Expression Search/Replace supported
Full Drag ‘N' Drop supported
Dynamic position of Views
File Status Auto-detection
Zoom in and zoom out
Multi-Language environment supported
Bookmark
Brace and Indent guideline Highlighting
Macro recording and playback
17 years 8 months ago #20265
by nske
Replied by nske on topic Re: Looking for a good Text Editor
I love
vim
!
I especially appreciate the following features:
- Syntax highlighting for all popular programming/scripting/markup languages
- Keybinding capability, allowing to bind any function to any key combination
- Have multiple files open in tabs, or in split-view
- Spell-checking
- Powerful undo features, you can undo changes based on the time they were made or in the traditional step-based approach.
- Scripting support. It allows to automate any kind of editing you make in one file, so that it can be automatically done on others files.
- Supports multiple character encodings
- Diff mode, allowing to view the differences between similar files in a customized way
- Powerful searching and replacing features, with full regexp support.
- Fast and reliable. I have yet to find a text editor that opens a 200MB SQL dump so fast and without complaining. It can even open compressed text files on the fly.
I especially appreciate the following features:
- Syntax highlighting for all popular programming/scripting/markup languages
- Keybinding capability, allowing to bind any function to any key combination
- Have multiple files open in tabs, or in split-view
- Spell-checking
- Powerful undo features, you can undo changes based on the time they were made or in the traditional step-based approach.
- Scripting support. It allows to automate any kind of editing you make in one file, so that it can be automatically done on others files.
- Supports multiple character encodings
- Diff mode, allowing to view the differences between similar files in a customized way
- Powerful searching and replacing features, with full regexp support.
- Fast and reliable. I have yet to find a text editor that opens a 200MB SQL dump so fast and without complaining. It can even open compressed text files on the fly.
17 years 8 months ago #20288
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: Looking for a good Text Editor
PSpad rocks.
www.pspad.com
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
17 years 8 months ago #20326
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: Looking for a good Text Editor
I'm adding a ++ for Vim. Can't live without it...
:wq
:wq
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Time to create page: 0.156 seconds