473,804 Members | 2,085 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Editors

Pmb
Can someone suggest a good editor? I'm using WinEdit right now and I'm not
that happy with it (I seem to have an old edition and I'm not sure if it
was made by the same organization at www.winedit.com). I'm trying the new
version now but would like some advice and comments on other editors and how
you like them.

Thanks

Pmb

Jul 22 '05
47 2163
Pmb wrote:
Can someone suggest a good editor? I'm using WinEdit right now and I'm not
that happy with it (I seem to have an old edition and I'm not sure if it
was made by the same organization at www.winedit.com). I'm trying the new
version now but would like some advice and comments on other editors and how
you like them.


Well, that depends on what you'd like to do.

Let's see:

Would you like syntax coloring? How about automatic indentation? What
about built in CVS, RCS, rmail and gnu news? How about a calender? How
about the ability to look at binary files? or edit them? How about the
ability to write your own components to extend the editor? How about 5
or 6 different ways to "style" your brackets and indentation for c, c++
or java. How about python, perl, ruby, html, xml, xsl, c++ and c file
recognition. How about an interface with ANT or the JDK or gcc or make?
How about split screens, n ways. How about incredible keyboard control -
no mouse necessary - copy paste, end of line, delete line, replace every
occurence ... find, reverse-find, remove spaces, generate ChangeLogs ...
all without leaving the keyboard? How about online support groups,
multiple platform support including OSX. How about free? Or more?

Emacs/XEmacs.

Ah ... but maybe to steep of a learning curve ...

Then vi.

Ah ... maybe a bit more "cua" (win32ish)? TextPad might just be the one
you're looking for.

Sorry, I may sound a bit biased :)

-Luther
Jul 22 '05 #11

"Pmb" <so*****@somewh ere.com> wrote in message
news:NI******** ************@co mcast.com...
Can someone suggest a good editor? I'm using WinEdit right now and I'm not
that happy with it (I seem to have an old edition and I'm not sure if it
was made by the same organization at www.winedit.com). I'm trying the new
version now but would like some advice and comments on other editors and how you like them.

Thanks

Pmb


I've just come across a freeware utility called PSPad (www.pspad.com) seems
to have many similar features to Textpad such as block indenting, colour
syntax highlighting, brace pair highlighting, etc.

Worth a look as a freebie, IMO.

Steve
Jul 22 '05 #12
Hi Derek,

You mentioned,
" VC7 is much better than VC6,
both as a compiler and an editor/IDE. "

What new features does it have ?

I wish the debugger went from statement to statement,
rather than from line to line.
And some views, ( e.g. dumps and disassembly ),
don't let me control the size or color of the fonts.
Jul 22 '05 #13

"Jeff Relf" <Me@Privacy.NET > wrote in message
news:12******** ********@x.Jeff .Relf...
Hi Derek,

You mentioned,
" VC7 is much better than VC6,
both as a compiler and an editor/IDE. "

What new features does it have ?


It has 'dynamic help'. Who could possibly not think that is the most
important advance in online help since HTML was invented. Consistently
delivering the precise information you need almost instantaneously . It won't
be long before it can write your code for you!!

So useful is this feature that I can only agree with Microsoft's decision
not to have any reasonable way to turn it off.

john
Jul 22 '05 #14
Pmb

"Steve" <st*******@hotm ail.com> wrote in message
news:EI******** ******@newsfe5-gui.server.ntli .net...

"Pmb" <so*****@somewh ere.com> wrote in message
news:NI******** ************@co mcast.com...
Can someone suggest a good editor? I'm using WinEdit right now and I'm not that happy with it (I seem to have an old edition and I'm not sure if it was made by the same organization at www.winedit.com). I'm trying the new version now but would like some advice and comments on other editors and how
you like them.

Thanks

Pmb


I've just come across a freeware utility called PSPad (www.pspad.com)

seems to have many similar features to Textpad such as block indenting, colour
syntax highlighting, brace pair highlighting, etc.

Worth a look as a freebie, IMO.

Steve


Thanks Steve. I'll check it out.

Pmb
Jul 22 '05 #15
> You mentioned,
" VC7 is much better than VC6,
both as a compiler and an editor/IDE. "

What new features does it have ?

I wish the debugger went from statement to statement,
rather than from line to line.
And some views, (e.g. dumps and disassembly),
don't let me control the size or color of the fonts.


I'm new to VC7 (Visual Studio .NET 2003) so I'm
probably not the best person to ask. My main
reason for the upgrade was for the compiler, not
the IDE. VC7 complies with the standard very
well, whereas VC6, well, falls short. Of course
you can get the gory details from Microsoft:

http://msdn.microsoft.com/visualc/productinfo/

And here are some differences between 6 and 7:

http://msdn.microsoft.com/visualc/pr...upgrade60.aspx

I'm at work where I use 6, so I can't tell you if
fonts can be changed in all views, but maybe some-
one with 7 on their desktop can chime in.

Jul 22 '05 #16
Derek <us**@nospam.or g> wrote in message news:<2h******* *****@uni-berlin.de>...
Jeff Relf wrote:
You asked, " Can someone suggest a good editor ? "

I like Microsoft's Developers Studio.
i.e. The IDE that came with VC++ 6.0 .

But it has a number of short comings.
And I haven't really explored other options.


VC7 is much better than VC6, both as a compiler and
an editor/IDE. I wouldn't suggest VC6 to anyone now
that 7 is available.


Your statement makes me suspect you've never actually used EITHER of
them.

I see no room for question that VS 7 is dramatically _worse_ than 6.
As a pure editor, they've broken a number of the most fundamental
things (e.g. tagged regular expressions no longer work at all).
Worse, they've rendered many things so difficult that it's just not
worth the trouble. Just for example, consider a scenario that arised
right here on the newsgroups quite regularly: somebody has posted some
code, and I decide to run it through the compiler.

In both cases, I start by copying their code. With VS 6, I click one
button to create a new file, another to save it, and type in a file
name. After than I merely click the "compile" button and then select
"yes" when it asks me if I want to create a default project so it can
be compiled.

With VS 7, there IS no "new file" button for me to click -- I have to
select "File" then "New" and then "File...", and that brings up a
dialog box. In that dialog I have to select "Visual C++" from a list
on the left, and then "C++ Source file" in the box on the right. Now
I (finally!) have a blank file so I can paste in the source code.

Now I want to compile it -- but the "compile" button is greyed out --
I have to make it part of a project before it can be compiled, so I go
back to the beginning and select "New" and "File" and "Project... ".
That brings up a dialog again, and I select "Visual C++ Projects" in
the list on the left, and "Win32 console application" from the box on
the right. That brings up (yet another) dialog box in which I have to
select "Project options" on the left, and then click "empty project"
on the right. After that, I select "Project" and then "Add existing
item..." so I can get a dialog that lets me select the file I created
before, and lo and behold, if I've only carried out the previous 50
steps correctly, it _might_ actually let me try to compile the code.

Keep in mind that this is just the set of steps to do something
ridiculously simple! This is something that took a half dozen mouse
clicks in VS 6. Somebody who'd programmed on, e.g. Linux or Sun boxes
previously could independently figure out the entire process in under
10 minutes. With VS 7, it's a whole different story -- I've used
Windows since version 1.0, and MS programming "environmen ts" as old as
ME and PWB. Even with that base of knowledge, it took me close to a
week just to figure out how to get this damnable piece of garbage to
let me compile code of my choice. Even after all that, carrying out
this task that should be utterly trivial is so complex that I needed
to have the environment open for reference while I wrote this just to
be sure I got the sequence of steps reasonably close to correct.
Despite that, it wouldn't surprise me in the least if I've left out a
step or two, meaning even this simple task is even more complex than
I've portrayed it -- it's sufficiently complex that I gave up on it
quite quickly, and on the (now fairly unusual) occassion that I try to
do it, I usually have to make at least two attempts at things before I
get it to work.

Now, considering that it takes all that to do something that used to
be utterly trivial, I leave it to the imagination of those looking on
to figure out how difficult VS7 makes it to actually do something
moderately complex -- but I'll warn them that their estimates are
almost wrong! Everybody I've seen who's taken guesses at what it
takes to do things in VS 7 has been mistaken, and in every case the
job has really been slower, more difficult and more compmlex than
anybody has guessed.
--
Later,
Jerry.

The universe is a figment of its own imagination.
Jul 22 '05 #17
Hi Derek,

Re: MSDev VC++ 6 vs. 7, and:
http://msdn.microsoft.com/visualc/pr...upgrade60.aspx

I read that, but nothing of interest jumped out at me.

Thanks for the link anyways, that was interesting.
Jul 22 '05 #18
Hi John Harrison,

You mentioned something called, " dynamic help " in VC7.

From what I Googled, DH sounds like something I don't want.
I'm glad I didn't upgrade to MS Dev VC++ 7 ( .NET ).

I found this about how to get rid of DH:
news:Oi******** ******@TK2MSFTN GP10.phx.gbl

Close the DH tool window
and then setting this registry value from NO to YES:
[HKEY_CURRENT_US ER\Software\Mic rosoft\VisualSt udio\7.1\Dynami c Help]
"Never Show DH on F1"="YES"

' We showed Dynamic Help to help you
choose one of the alternate possible F1 topics
[ " F1 Disambiguation " ]
in case we guessed wrong which " MessageBox "
you wanted help on.
That said, it's clear that some users
don't want Dynamic Help to stick around --
it was our oversight that
we didn't take that case into account.
My apologies for this. '
Jul 22 '05 #19
Pmb wrote:
Can someone suggest a good editor? I'm using WinEdit right now and I'm not
that happy with it (I seem to have an old edition and I'm not sure if it
was made by the same organization at www.winedit.com). I'm trying the new
version now but would like some advice and comments on other editors and how
you like them.

Thanks

Pmb

IMHO the best editor is
SciTE(http://scintilla.sourceforge.net/SciTE.html). It supports syntax
highlighting for a plethora of languages, and code folding, brace
matching, indentation guides, LUA scripting and much more. And it Free
Software.
Jul 22 '05 #20

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

Similar topics

11
1719
by: Dustin | last post by:
Hello, I just started programming in Python last night, and I've really enjoyed my experience so far. I would like to know if there is a Windows editor that recognizes Python and will support a module syntax/definition lists For instance, let's say that I set form = cgi and then when I hit the period (".") on the keyboard, a list of objects shows up, such as FieldStorage(), etc.. Any suggestions are appreciated. Thank you! Dustin
8
1965
by: Radhika | last post by:
Hi, I am looking for some java based, opensource xml editors which support xml schemas. Can somebody help me??? thanks, Radhika.
0
1151
by: docbook.xml | last post by:
Hello All, I am compiling a list of XML editors and categorizing them by WYSIWYG, WYSIWYM, or TextBased. The secondary categorization is by Freeware/OpenSource/Commercial. The current list is available @ http://www.xml-dev.com/xml/editors.html Any feedback/addition/correction will be highly appreciated. Thanks.
15
2670
by: Jam Pa | last post by:
I would like to hear recommendations on good CSS editors. Personally, I would like a CSS editor with 'code-completion'. In effect, I would like to be able to see different properties and their possible values as I type, or at least next to the css-code window in a reference window. I have tried Style Master, but did not like it at all, it wasn't fast enough, and not 'pro' enough for a text-editor-kinda CSS designer like me.
3
1623
by: bbxrider | last post by:
am building a website and using templates to get started much of the page content is gif files, so am investigating different gif editors mostly what is needed so far is a tool that picks up the current colors backround foreground, etc and a way to replace/edit current text, the editors i've tried so far, don't seem to have the above, am looking for recommendations for decent editors that are not too expensive or free! that can do mostly...
21
2023
by: windandwaves | last post by:
Hi Folk Right now, I am using notepad2 to edit my PHP files. Do you have any recommendations for any php editors I should purchase instead? I dont mind spending some money for a good product. I also have visual studio and I hear that there is an extension for VS for php. Does anyone have any experience with this? TIA
28
2445
by: rich | last post by:
i know that there are die hard mark uppers that use notepad or some other plain editors...as far as graphic editors are concerned what are some reccomendations both commercial and if any freeware
0
1684
by: CrispinH | last post by:
Hi I've just upgraded some Type Editors from 1.1 to 2.0 and whilst they compile OK, I'm not getting any results in the test harness PropertyGrid. Usually when you select a particular property, the ellipsis appears at the end of the cell and this is not heppening. I was therefore wondering if there had been changes in TypeEditors between ..NET versions 1.1 and 2.0 that I hadn't hear about.
27
3833
by: prt7u | last post by:
Howdy, I've started back afte a very long time of working with web pages for an organization that I am affiliated with (personally not professionally). Seeing that technology has advanced a lot since the last time I authored web pages (using vi), I am looking for a good, "free" WYSIWYG HTML Editor. Now, before ya go and hit the reply key, I've already tinkered with "amaya" which was pretty cool and then I moved to "Nvu", which I like
0
9716
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
10604
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
10354
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
10359
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
9177
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
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
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...
0
5675
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3837
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.