Text Editors

What other productivity software are you working with...
bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Text Editors

Post by bdeshi »

I thought we were talking about regular PC text editors, not P-Mainframes... :kidding:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

prino
Posts: 337
Joined: 18 Mar 2012 21:14
Location: Vilnius, Lithuania
Contact:

Re: Text Editors

Post by prino »

SammaySarkar wrote:I thought we were talking about regular PC text editors, not P-Mainframes... :kidding:
I run z/OS on my PC and through the WSA I can seamlessly edit PC files.
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
At last, a tiny bit of programming here... :mrgreen:

PeterH
Posts: 2785
Joined: 21 Nov 2005 20:39
Location: Germany

Re: Text Editors

Post by PeterH »

prino wrote:
SammaySarkar wrote:I thought we were talking about regular PC text editors, not P-Mainframes... :kidding:
I run z/OS on my PC and through the WSA I can seamlessly edit PC files.
OK: played a bit with SPFLite. (Sammay: this *is* on PC!) (Real ISPF on mainframe is at least 5 years ago for me.)
Really some functions I miss. But more to be used for e.g. assembler code (with static tabs, for example) - while 'PC' editors have advantages for high languages (like XY-scripts :-) )
One of the most missed functions is excluding of lines :cry:

I will see if I have some use for it in the next time...
Win11 Pro 223H2 Gerrman

tux.

Re: Text Editors

Post by tux. »

prino wrote:The z/OS ISPF editor. :mrgreen:
http://texteditors.org/cgi-bin/wiki.pl?ISPF

Now that's "user experience"!

PeterH
Posts: 2785
Joined: 21 Nov 2005 20:39
Location: Germany

Re: Text Editors

Post by PeterH »

tux. wrote:
prino wrote:The z/OS ISPF editor. :mrgreen:
http://texteditors.org/cgi-bin/wiki.pl?ISPF

Now that's "user experience"!
Nice picture :D

My problem: I look at it and immediately know what's meant.
Probably your problem: you don't. So I understand your problem with "user experience" 8)

It's a situation like a linux user: he knows what's meant, and the others talk about "user experience?"

:beer:
Win11 Pro 223H2 Gerrman

tux.

Re: Text Editors

Post by tux. »

People still use Linux? :shock:
Why?

I never used mainframe systems (but I had a nice conversation with one of the two texteditors.org admins a few days ago who grew up with them). I tried using THE (XEDIT/KEDIT clone) but I failed. Probably I'm just too young for that.

(Having Emacs full-screen on one screen. Cough.)

aliteralmind
Posts: 261
Joined: 02 Dec 2014 16:49

Re: Text Editors

Post by aliteralmind »

I used TextPad for fifteen years, and just switched over to Sublime Text 3. I wrote a long blog post about it.

https://aliteralmind.wordpress.com/2014 ... o_sublime/
Windows 8.1, 64-bit

tux.

Re: Text Editors

Post by tux. »

You could work around the <li> cursor placement by using snippets, I guess.

highend
Posts: 13346
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Text Editors

Post by highend »

I wished NeoVim would see the light of day on Windows but it's mostly a year now and it still isn't compiling...
One of my scripts helped you out? Please donate via Paypal

tux.

Re: Text Editors

Post by tux. »

NeoVim is compilable on Windows (with some effort), but why not just use the regular Vim?

highend
Posts: 13346
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Text Editors

Post by highend »

NeoVim is compilable on Windows (with some effort)
Interesting. So, who exactly has build a working Windows version?
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Text Editors

Post by bdeshi »

Looks like ST3 developement is active after months of silence http://www.sublimetext.com/3dev
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

binocular222
Posts: 1416
Joined: 04 Nov 2008 05:35
Location: Hanoi, Vietnam

Re: Text Editors

Post by binocular222 »

Yeah, 6 releases in February is promising. Definitely worth the huge amount of time I devote to write the 'almost' complete ST3 manual.
@aliteralmind: Sorry, but most ST3' weakness in your Worpress post are not correct, that's normal due to lack of documentation. exampe:
- Macro are editable (*.sublime-macro)
- bracket highlighting is enabled via setting: "match_brackets": true,
- ST3 fully support Unicode
- ST3's menu and Command Pattlete are fully editable (*.sublime-menu and *.sublime-command)
- workspace-specific configuration: Edit via *.sublime-project and *.sublime-workspace
- inline spell checking: View > Spell check
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Text Editors

Post by bdeshi »

Yeah, but ST's biggest flaw is sparse documentation. You have to take a long look into provided package/settings files to get any idea.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

binocular222
Posts: 1416
Joined: 04 Nov 2008 05:35
Location: Hanoi, Vietnam

Re: Text Editors

Post by binocular222 »

Here's my full documentation (included all other documentations found on internet!): https://github.com/Binocular222/Sublime ... umentation
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Post Reply