473,614 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

text editor suggestion?

Ok, I know it's been asked a million times, but I have a more specific
question so hopefully this won't be just the same old post. I've tried a
few different editors, and I really like UltraEdit, but it's
Windows-only and I'm working more on Linux nowadays.

Here are my criteria:

1. syntax highlighting (highly customizable)
2. auto/smart indenting
3. ability to run script
4. light-weight text editor, not an IDE
5. cross-platform (not really necessary, but nice)

That's pretty much all I need. It's nice when you can customize a bunch
of other stuff too, but those are the most important.

I've tried vim, but I really don't feel like taking the time to learn
how to use it, given that I just like to casually program (not to
mention that I prefer to use the mouse when navigating a document
sometimes).

I also just started using Scite, and I really like it, except I find its
syntax highlighting to be very inflexible. You aren't able to define
your own groups of words -- you have to use what's given, basically. One
thing I like about UltraEdit is that you simply define as many groups of
keywords as you want and then assign a style to each one. Scite has a
very strange and rigid method of highlighting.

So hopefully some of you might have some suggestions. My requirements
are minimal, but I'm still not happy with the syntax highlighting I'm
seeing in a lot of editors out there.
Aug 19 '06 #1
31 2002
Have you tried Notepad++? It's a neat text-editor.

Aug 19 '06 #2
John Salerno <jo******@NOSPA Mgmail.comwrite s:
Here are my criteria:

1. syntax highlighting (highly customizable)
2. auto/smart indenting
3. ability to run script
4. light-weight text editor, not an IDE
5. cross-platform (not really necessary, but nice)
The two big names in text editing, Vim and Emacs, will both meet these
criteria easily. They also have the advantage that you'll find one or
the other, or both, on just about any Unix system intended for use by
a programmer.
I've tried vim, but I really don't feel like taking the time to learn
how to use it, given that I just like to casually program (not to
mention that I prefer to use the mouse when navigating a document
sometimes).
Both Vim and Emacs operate fine with the mouse, if asked to do so.

For Emacs, you simply run it in the context of an windowing
environment and it will use a bitmapped graphical window.

For Vim, you need to run 'gvim' to get the bitmapped window (later
versions may attempt to do this by default, I'm not sure).

There is also an enormous amount of support for both these editors,
for all manner of text editing tasks, available online. It's a good
idea to learn at least one of them very well, rather than learn a
bunch of less-popular editors for specific tasks.

--
\ "I saw a sign: 'Rest Area 25 Miles'. That's pretty big. Some |
`\ people must be really tired." -- Steven Wright |
_o__) |
Ben Finney

Aug 19 '06 #3
John Salerno wrote:
Ok, I know it's been asked a million times, but I have a more specific
question so hopefully this won't be just the same old post. I've tried a
few different editors, and I really like UltraEdit, but it's
Windows-only and I'm working more on Linux nowadays.

Here are my criteria:

1. syntax highlighting (highly customizable)
2. auto/smart indenting
3. ability to run script
4. light-weight text editor, not an IDE
5. cross-platform (not really necessary, but nice)

That's pretty much all I need. It's nice when you can customize a bunch
of other stuff too, but those are the most important.

I've tried vim, but I really don't feel like taking the time to learn
how to use it, given that I just like to casually program (not to
mention that I prefer to use the mouse when navigating a document
sometimes).

I also just started using Scite, and I really like it, except I find its
syntax highlighting to be very inflexible. You aren't able to define
your own groups of words -- you have to use what's given, basically. One
thing I like about UltraEdit is that you simply define as many groups of
keywords as you want and then assign a style to each one. Scite has a
very strange and rigid method of highlighting.

So hopefully some of you might have some suggestions. My requirements
are minimal, but I'm still not happy with the syntax highlighting I'm
seeing in a lot of editors out there.
Have you tried IDLE? It ships with python, meets your 5 criteria(*),
can be customized (highlighting colors and command keys and more), and
includes a usable GUI debugger. It's got some warts, but I like it a
lot, it's pretty much all I use for my python coding.

http://www.python.org/idle/

(* It *is* an IDE, but a very lightweight one. :) )

Aug 19 '06 #4
"Simon Forman" <ro*********@ya hoo.comwrites:
Have you tried IDLE? It ships with python, meets your 5 criteria(*),
can be customized (highlighting colors and command keys and more), and
includes a usable GUI debugger. It's got some warts, but I like it a
lot, it's pretty much all I use for my python coding.
I use it too, but have never gotten the debugger to work reliably.
Aug 19 '06 #5
http://www.american.edu/econ/notes/soft.htm#EDITORS

has some relevant discussion and suggestions.

Cheers,

Alan Isaac
Aug 19 '06 #6
Paul Rubin wrote:
"Simon Forman" <ro*********@ya hoo.comwrites:
Have you tried IDLE? It ships with python, meets your 5 criteria(*),
can be customized (highlighting colors and command keys and more), and
includes a usable GUI debugger. It's got some warts, but I like it a
lot, it's pretty much all I use for my python coding.

I use it too, but have never gotten the debugger to work reliably.
I'm curious about what you mean? It doesn't do all I'd wish for, but
I've never had any real problem with it. (It's bicyclerepairma n I
haven't been able to get working. lol)

Peace,
~Simon

Aug 19 '06 #7

John Salerno wrote:
Ok, I know it's been asked a million times, but I have a more specific
question so hopefully this won't be just the same old post. I've tried a
few different editors, and I really like UltraEdit, but it's
Windows-only and I'm working more on Linux nowadays.

Here are my criteria:

1. syntax highlighting (highly customizable)
2. auto/smart indenting
3. ability to run script
4. light-weight text editor, not an IDE
5. cross-platform (not really necessary, but nice)

That's pretty much all I need. It's nice when you can customize a bunch
of other stuff too, but those are the most important.

I've tried vim, but I really don't feel like taking the time to learn
how to use it, given that I just like to casually program (not to
mention that I prefer to use the mouse when navigating a document
sometimes).

I also just started using Scite, and I really like it, except I find its
syntax highlighting to be very inflexible. You aren't able to define
your own groups of words -- you have to use what's given, basically. One
thing I like about UltraEdit is that you simply define as many groups of
keywords as you want and then assign a style to each one. Scite has a
very strange and rigid method of highlighting.

So hopefully some of you might have some suggestions. My requirements
are minimal, but I'm still not happy with the syntax highlighting I'm
seeing in a lot of editors out there.


I use Komodo, its a lil hard to find if you're looking to pay nothing,
but its a great editor. it has all those things you're looking for. and
you can customize the syntax languages for ones that aren't already
included in the package...there s a free trial ..just try a google search

Aug 19 '06 #8
John Salerno wrote:
Ok, I know it's been asked a million times, but I have a more specific
question so hopefully this won't be just the same old post.
You got 65 answers last time :)

http://tinyurl.com/rsfjq

rd

Aug 19 '06 #9
BartlebyScriven er wrote:
John Salerno wrote:
>Ok, I know it's been asked a million times, but I have a more specific
question so hopefully this won't be just the same old post.

You got 65 answers last time :)

http://tinyurl.com/rsfjq

rd
Hmm, I forgot all about that. Although I think the few editors I tried
recently was a result of that thread! I guess none of the suggestions
worked out for me. Oh well, I'll just keep trying different ones.
Aug 19 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
5112
by: somaboy mx | last post by:
I'm looking for a javascript-based rich text/wysiwyg html editor that can be easily integrated in a php cms. I don't require any advanced features (tables, images etc) , just basic text formatting. Of course, it should be preferrably free. Does anyone have a suggestion? ..soma
11
3488
by: Ed Suominen | last post by:
I'm thinking of implementing a real-time collaborative text editor in Python using Twisted. An initial plan is to use a Twisted PB server daemon that accepts user:password:file connections from text editor clients to make changes to a specified file on the server, and have the text editor clients update their local copies of the file based on local user input or input entered from other users, relayed via the server. Jabber compatibility...
4
3030
by: Jonathan Fine | last post by:
Hi I'm looking for a simple Python + Tk text editor. I want it as a building block/starting point. I need basic functions only: open a file, save a file, new file etc. It has to be open source.
1
3741
by: IkBenHet | last post by:
Hello, I found this script to create a simple rich text form (http://programmabilities.com/xml/index.php?id=17): <html> <head> <title>Rich Text Editor</title> </head> <body>
4
8834
by: | last post by:
When do they plan on making this essential utility USEFUL? In its current form its pointless. How could they let this out? Its useless.
8
9710
by: EEEdiot | last post by:
Does anyone know of a good rich text editor web control for ASP.NET that is *free*? TIA.
2
2857
arnabc
by: arnabc | last post by:
Hi all, I am developing one online forum kind of website where users have the facility to submit there comments and to do that we r using one custom made rich text editor. So far it was fine but suddenly I discovered that one can paste a large amount of text or a Big Image in the Rich text editor which was not a desired thing because we set up a maximum limit of text one can enter and the Big image problem is that we have the option to insert...
4
1060
by: JoderCoder | last post by:
Wondering if anyone has a suggestion on what regular expression text editor to use? I have been using only notepad so far, bu need some more sophisticated app to analyze logs etc.. Basically i need to be able to say "delete all lines containing this pattern" or everything but.. I heard of vim but i think it is for unix mostly (heard that ported to windows as well). Any other suggestions? BTW, i need a freeware tool ;) Thanks!
3
14557
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a capability to save it into special file name and format, for instance if i want to save it to a file with XML extention format like A.xml, wondering if anybody kknows how to do that, if you have any idea please guide me through how to reach to these....
0
8197
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8142
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8640
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8589
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8287
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7114
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4058
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2573
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.