Author Topic: What editor do you use?  (Read 295 times)

Origisaurus

  • Wise Sage
  • Wise Sage
  • *****
  • Posts: 1678
    • View Profile
Re: What editor do you use?
« Reply #15 on: September 11, 2011, 05:40:18 pm »
Kedit on the PC. Xedit on the real computer.

Thanks TRexx, I tried to remember the name of the VM equivalent of ISPF Edit, but drew a blank.  Senior moment.  Never found it ideal for Rexx code, but usually working with the editor you know is more effective than learning a new one.  "You go to war with the army you have."  -- Rumsfeld
Avatar is from the cover of the November 2007 National Geographic.  Fair use is assumed.

codger

  • Guest
Re: What editor do you use?
« Reply #16 on: September 11, 2011, 06:16:13 pm »
I mostly used ISPF and SPF/PC when I wrote and edited Rexx code.

TRexx

  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 4547
    • View Profile
Re: What editor do you use?
« Reply #17 on: September 11, 2011, 08:02:34 pm »
Quote
Thanks TRexx, I tried to remember the name of the VM equivalent of ISPF Edit, but drew a blank.

ISPF is available on VM but AFAIK no one uses it.  ISPF is a classic example of am excellent product that was developed for a specific platform (MVS/zOS) and was then ported to another where it failed miserably. Some clever soul extracted the ISPF editer and made it a standalone program. It was available on the internal VM systems but was never released as product.  If they had, no one would have bought ISPF.

There were several religious wars over which was better - ISPF or Xedit.  They were mostly a draw since with macros and profiles you can make them pretty much identical.   To me the deciding factor is that ISPF will let me edit 2 files at the same time.  XEDIT lets me open as many as I want.

The Gorn

  • Your agonizer, please. And be sure to keep the batteries charged!
  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 14182
  • Gornix user
    • View Profile
Peter's New Avatard
« Reply #18 on: September 11, 2011, 11:17:22 pm »
Very fitting, even though it's Samir, not "Peter".

Samir is an underutilized character from Office Space.
Gornix is protected by the GPL. *

* Gorn Public License. Duplication by inferior sentient species prohibited.


I D Shukhov

  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 3362
    • View Profile
Re: Peter's New Avatard
« Reply #19 on: September 12, 2011, 06:42:47 am »
Very fitting, even though it's Samir, not "Peter".

Samir is an underutilized character from Office Space.
I'm going to miss Britney.  :(
Anything that won't sell, I don't want to invent.  Its sale is proof of utility, and utility is success. – Edison

Peter Gibbons

  • Guest
Re: What editor do you use?
« Reply #20 on: September 12, 2011, 07:07:41 am »
Quote
Very fitting, even though it's Samir, not "Peter".

Maybe 'Peter' is Samir in real life.

PhilFromNY

  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 752
    • View Profile
Re: What editor do you use?
« Reply #21 on: September 12, 2011, 08:12:16 am »
Notepad++ on Windows, Vim on Linux. I'll need to take a look at Scintilla now that I know it's relation to Notepad++, thanks.

I've had similar problems with slowness using Eclipse in a VM. I switched to NetBeans but now it seems that Oracle is focusing that on Java while I was using it for C++ and Python. Last I looked Python had been dropped from the support list. Partly for that reason I'm giving Python Tools for Visual Studio 2010 a look.


The Gorn

  • Your agonizer, please. And be sure to keep the batteries charged!
  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 14182
  • Gornix user
    • View Profile
Re: What editor do you use?
« Reply #22 on: September 12, 2011, 11:08:29 am »
Huh huh, I wrote "Avatard" instead of "Avatar".  ;D

I don't know what that means. "Avatar" fans are tards?

Your Samir picture is... much less disturbing.  :P

Against all counsel to only consider freeware editors when I was last looking due to a major OS upgrade, I now use UtraEdit.

It has tons of features and no restrictions, IE, it can open enormous files. It has language sensitive editing where it highlights the proper constructs for things like CSS or HTML or source language (C++, Python, et al) editing.

Years ago, since 1992, I used Multi-Edit. It was originally touted as the high-value programmer's editor and when it came out was positioned directly against UnderWare System's "Brief". I loved it, it was quite comfortable.

When I upgraded to Win 7 64 bit, Multi-Edit would not work any longer so I was forced to upgrade or change. When I checked the current prices to upgrade my copy to the present day I was SHOCKED. I would have sank $200 into a new copy of Multi-Edit.

Screw that - I don't even buy languages that are that expensive.

Ultra-Edit is essentially the same thing as Multi-Edit but only costs $80 for the pro level package. It seems to be more successful, too.
Gornix is protected by the GPL. *

* Gorn Public License. Duplication by inferior sentient species prohibited.


The Gorn

  • Your agonizer, please. And be sure to keep the batteries charged!
  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 14182
  • Gornix user
    • View Profile
KEdit
« Reply #23 on: September 12, 2011, 11:22:01 am »
I think I remember ads in PC magazines from the early 1980s for KEdit. I didn't realize the mainframe connection at the time.

KEdit seemed to be one of the original serious programmer's editors. KEdit used to be advertised with compatibility for a zillion different operating systems.
Gornix is protected by the GPL. *

* Gorn Public License. Duplication by inferior sentient species prohibited.


Peter Gibbons

  • Guest
Re: What editor do you use?
« Reply #24 on: September 12, 2011, 03:58:20 pm »
Last I used UltraEdit it cost $35 IIRC. Payed for couple of upgrades too.

It's very fine editor but I wanted something that works on Unix too.

jbucks

  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 638
    • View Profile
Re: What editor do you use?
« Reply #25 on: October 03, 2011, 08:29:48 pm »
UltraEdiit now works on various *nix and Mac.

Jim

benali72

  • Trusted Member
  • Wise Sage
  • ******
  • Posts: 925
    • View Profile
Re: What editor do you use?
« Reply #26 on: October 03, 2011, 11:43:40 pm »
In my work I support DBMSs and OSs. Since these are *NIX systems, I use VI.  I don't use VIM because it's not present on all systems. I work with hundreds of systems and I know VI will always be present.

On the rare occasions where I support a Windows-based DBMS, I use Notepad. Like VI it's not the best but I know it's always present.

Writing for publication, I use Kompozer.  I find it easier and faster to use an HTML editor like Kompozer than a slow word processor like Word or OpenOffice.org.  A few years ago everyone required DOC files but today I've never had anyone reject an HTML file document. Kompozer is free and runs under any *NIX and Windows.

When I have to work with DOC or DOCX files sent from others I use OpenOffice, which supports them compatibly.

Peter Gibbons

  • Guest
"UltraEdiit now works on various *nix and Mac."
« Reply #27 on: October 04, 2011, 07:38:30 am »
That's good to know.


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf