473,405 Members | 2,334 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

preferred windows text editor?

Right now I'm using Notepad++. What are other people using?

trevis
May 9 '07 #1
23 3530
On May 9, 1:06 pm, "T. Crane" <tcr...@REMOVETHISuiuc.eduwrote:
Right now I'm using Notepad++. What are other people using?

trevis
For Python, I still prefer IDLE or PythonWin.

For other things like cmd, ini, and other text files, I use either
Notepad++ or UltraEdit.

Mike

May 9 '07 #2
I'm using Vim (http://www.vim.org/).
-JB

-----Original Message-----
From: py*****************************************@python .org
[mailto:py***************************************** @python.org] On
Behalf Of T. Crane
Sent: Wednesday, May 09, 2007 12:07 PM
To: py*********@python.org
Subject: preferred windows text editor?

Right now I'm using Notepad++. What are other people using?

trevis
--
http://mail.python.org/mailman/listinfo/python-list
May 9 '07 #3
PyScripter or JALcc
Stef
T. Crane wrote:
Right now I'm using Notepad++. What are other people using?

trevis

May 9 '07 #4
On May 9, 12:06 pm, "T. Crane" <tcr...@REMOVETHISuiuc.eduwrote:
Right now I'm using Notepad++. What are other people using?

trevis
IDLE for short scripts, PyDev under Eclipse for big Python projects,
and the Python shell for basic one-offs.

--Jason

May 9 '07 #5
On May 9, 2:06 pm, "T. Crane" <tcr...@REMOVETHISuiuc.eduwrote:
Right now I'm using Notepad++. What are other people using?
I am very noob to this Python game (though it has been around since
1995 me thinks) and currently (I was using ActivePython and then IDLE)
I have been using a combination of Notepad2 <url>http://www.flos-
freeware.ch/notepad2.html</urland the interpreter (Python 2.5) on a
Windblows X[crement]P[roblem] SP2 machine.

I like IDLE but it seems to stop working after the first few times and
I would then re-install it and it would work a few times more.
ActivePython was cool but I could not find a version of it that used
Python 2.5 (as far as I can see, it only uses 2.4)

Notepad2 allows you to launch your script directly from the editor
(just like IDLE) and has configurable code highlighting. And it is
FREE.

May 9 '07 #6
T. Crane wrote:
Right now I'm using Notepad++. What are other people using?

trevis

VIM here as well ... here we go again :P

EuGeNe -- http://www.3kwa.com
May 9 '07 #7
On May 9, 2:06 pm, "T. Crane" <tcr...@REMOVETHISuiuc.eduwrote:

Right now I'm using Notepad++. What are other people using?

I am very noob to this Python game (though it has been around since
1995 me thinks) and currently (I was using ActivePython and then
IDLE)
I have been using a combination of Notepad2 and the interpreter
(Python 2.5) on a
Windblows X[crement]P[roblem] SP2 machine.
<url>http://www.flos-freeware.ch/notepad2.html</url>

I like IDLE but it seems to stop working after the first few times
and
I would then re-install it and it would work a few times more.
ActivePython was cool but I could not find a version of it that used
Python 2.5 (as far as I can see, it only uses 2.4)

Notepad2 allows you to launch your script directly from the editor
(just like IDLE) and has configurable code highlighting. And it is
FREE.

May 9 '07 #8
On May 9, 2:06 pm, "T. Crane" <tcr...@REMOVETHISuiuc.eduwrote:
Right now I'm using Notepad++. What are other people using?

trevis
I am very noob to this Python game and currently (I was using
ActivePython and then IDLE) I have been using a combination of
Notepad2 and the interpreter (Python 2.5) on a Windblows
X[crement]P[roblem] SP2 machine.

Get Notepad2 <url>http://www.flos-freeware.ch/notepad2.html</url>

I like IDLE but it seems to stop working after the first few times and
I would then re-install it and it would work a few times more.
ActivePython was cool but I could not find a version of it that used
Python 2.5 (as far as I can see, it only uses 2.4)

Notepad2 allows you to launch your script directly from the editor
(just like IDLE) and has configurable code highlighting. And it is
FREE.

May 9 '07 #9
nu******@gmail.com wrote:
I like IDLE but it seems to stop working after the first few times and
I would then re-install it and it would work a few times more.
ActivePython was cool but I could not find a version of it that used
Python 2.5 (as far as I can see, it only uses 2.4)
ActivePython is the distribution of Python. The distro includes PyWin32
(a bunch o' Windows stuff for Python). Part of that stuff is "Pythonwin"
-- the editor that you are probably referring to.

There is an ActivePython 2.5.1 now:
http://www.activestate.com/products/activepython/

You should give Komodo Edit a try too:
http://www.activestate.com/products/komodo_edit/
Cheers,
Trent

--
Trent Mick
trentm at activestate.com
May 9 '07 #10
On May 9, 3:30 pm, Trent Mick <tre...@activestate.comwrote:
There is an ActivePython 2.5.1 now:http://www.activestate.com/products/activepython/

You should give Komodo Edit a try too:http://www.activestate.com/products/komodo_edit/
Thanks for the heads up Trent.
May 9 '07 #11
T. Crane wrote:
Right now I'm using Notepad++. What are other people using?

trevis

I love UltraEdit. It's not free, but very nice.
May 9 '07 #12
GNU Emacs with python-mode

--
Sönmez Kartal

May 9 '07 #13
Notepad++ with NppExec plugin and you can launch your scripts inside Np++.

some others, very Powerfull :
http://e-texteditor.com/
http://intype.info/home/index.php
May 9 '07 #14
On May 9, 1:26 pm, "Looney, James B" <james.b.loo...@lmco.comwrote:
I'm using Vim (http://www.vim.org/).
I too vote for VIM. I use it on both Windows XP and Debian Etch. I
can't find anything it doesn't do.

rd

May 9 '07 #15
On May 10, 4:06 am, "T. Crane" <tcr...@REMOVETHISuiuc.eduwrote:
Right now I'm using Notepad++. What are other people using?
Zeus: http://www.zeusedit.com

May 10 '07 #16
Ant
On May 9, 11:21 pm, BartlebyScrivener <bscrivene...@gmail.comwrote:
....
I too vote for VIM. I use it on both Windows XP and Debian Etch. I
can't find anything it doesn't do.
I also use Vim (well, GVim).

The only thing I find missing is an integrated console for running
code snippets/entire scripts. The runscript plugin is OK, but lacks
interactive use. I have been thinking about some way of interacting
with a Python shell using sockets to send snippets directly to the
shell from Vim, but haven't had time to get very far.

What method of executing code snippets in a Python shell do other Vim
users use? Other than just copy/paste?

May 10 '07 #17
I prefer PsPad.

If you like Notepad++, PSPad might be a better choice. More intuitive.
I've used Notepad++ for a while, I really disliked the fact that every
new install my settings XML file would get overwritten, and what does
that guy have with Comic sans MS? Every default style is hard coded
into the app, to that strange oddly looking style for comments etc.

Anyway, I do not want to get too personal. PsPad is very nice, I also
use more python-like editors like SPE and UliPad.

- Jorgen

On 10 May 2007 00:57:52 -0700, Ant <an****@gmail.comwrote:
On May 9, 11:21 pm, BartlebyScrivener <bscrivene...@gmail.comwrote:
...
I too vote for VIM. I use it on both Windows XP and Debian Etch. I
can't find anything it doesn't do.

I also use Vim (well, GVim).

The only thing I find missing is an integrated console for running
code snippets/entire scripts. The runscript plugin is OK, but lacks
interactive use. I have been thinking about some way of interacting
with a Python shell using sockets to send snippets directly to the
shell from Vim, but haven't had time to get very far.

What method of executing code snippets in a Python shell do other Vim
users use? Other than just copy/paste?

--
http://mail.python.org/mailman/listinfo/python-list
May 10 '07 #18
T. Crane a écrit :
Right now I'm using Notepad++. What are other people using?

trevis
Notepad++ :-)

And still use ConTEXT from time to time when I have big (MB) xml files
to look at.
May 10 '07 #19
Ant wrote:
>
What method of executing code snippets in a Python shell do other Vim
users use? Other than just copy/paste?
Not vim, but good old vi so should work in vim

1. Mark the start of the fragment, for exampls ms (to mark
with label s). Labels a through z are available.
2. Move to the end of the fragment.
3. :'s,.w !python to send the fragment to the python
interpreter

Worked for me when I tried it a few minutes ago. I had never
bothered before - just copied/pasted.

Obviously, you can also mark the end, move to the start and
do something like :.,'ew !python or mark both the start and
the end, or use line numbers, or labels plus offsets, or
searches, eg :/def/;+5w !python to search forward to the
next occurrence of "def" and send that line plus the next
five to the interpreter. Whatever works for you. The abbreviate
and map commands can be used to reduce the typing if you are
fanatical.
Charles
May 10 '07 #20
At 11:06 AM 5/9/2007, T. Crane wrote:
>Right now I'm using Notepad++. What are other people using?
Ulipad.

Dick Moores
May 10 '07 #21
On Wed, 9 May 2007 13:06:52 -0500, "T. Crane"
<tc****@REMOVETHISuiuc.eduwrote:
>Right now I'm using Notepad++. What are other people using?
SPE, out of the trunk. http://sourceforge.net/projects/spe/

John
May 10 '07 #22
Ant
On May 10, 9:59 am, Charles Sanders <C.delete_this.Sand...@BoM.GOv.AU>
wrote:
Ant wrote:
What method of executing code snippets in a Python shell do other Vim
users use? Other than just copy/paste?

Not vim, but good old vi so should work in vim

1. Mark the start of the fragment, for exampls ms (to mark
with label s). Labels a through z are available.
2. Move to the end of the fragment.
3. :'s,.w !python to send the fragment to the python
interpreter
Yes - that works nicely for code snippets in isolation. My quest for
tighter integration of the Python console/IPython and vim will have to
continue...

--
Ant...

http://antroy.blogspot.com/
May 10 '07 #23
T. Crane wrote:
Right now I'm using Notepad++. What are other people using?
If you are looking for editors written in Python (that are generally
multiplatform using wxPython), there are a few listed:
http://wiki.wxpython.org/wxPythonPit_Apps .

If you are looking for editors with Python support, there is a listing
on the Python wiki: http://wiki.python.org/moin/PythonEditors

I use PyPE (http://pype.sf.net) for most of my editing needs.

- Josiah
May 12 '07 #24

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

Similar topics

22
by: Jane Withnolastname | last post by:
I have been using the charset windows-1252 for a while, but it was pointed out to someone else in this group recently that it's a Microsoft creation (I'm sure I'm getting my facts wrong or skewed)...
4
by: Ian deSouza | last post by:
I have 15+ years of experience programming. 8 from the Unix C++ world, and 7 in the Java (mainly windows) world. I can't get the following program to create an executable in Microsoft Visual C++. ...
6
by: Ayende Rahien | last post by:
Excetremely annoying problem, I've an application with a long startup time. So I created another form with my logo in it to as a splash screen. The splash screen is run from another thread and is...
5
by: Javaman59 | last post by:
Hi all, I'm a Unix guy from way back, who's enjoying learning C# and Windows programming. Overall, it's not such a difficult transition (as long as one keeps an open mind :) ), but there is one...
1
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. I'm having trouble getting the code that I've written to work, can anyone shed some light as to where I'm...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
113
by: dan | last post by:
For writing a Windows desktop application, how much harder is it to use the Windows C API than C#/.NET, assuming the coding is done in an editor? What specific aspects were more difficult? I'm...
2
by: shapper | last post by:
Hello, I usually develop Asp.Net 2.0 (With VB.NET or C#) web sites with SQL 2005 databases. A few of my web sites use online CMS with AJAX. I need to create a Windows Vista compatible...
3
by: =?Utf-8?B?UGVycmlud29sZg==?= | last post by:
Not sure where to post this... Found some interesting behavior in Windows Search (Start =Search =All files and folders =search for "A word or phrase in the file:"). This applies to XP and maybe...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.