GithubHelp home page GithubHelp logo

daniel64 / lspf Goto Github PK

View Code? Open in Web Editor NEW
86.0 14.0 16.0 2.95 MB

Open source Linux version of the IBM mainframe z/OS ISPF Dialogue Manager

License: GNU General Public License v2.0

C++ 99.51% C 0.42% Dockerfile 0.06% Shell 0.02%
ispf dialogue-manager editor text-editor rexx ibm linux zos

lspf's Introduction

lspf

Open source Linux version of IBM's z/OS ISPF Dialogue Manager written in C++

Application programs wishing to use DM Services, can be written in C++ or rexx (open object rexx). Calls are made via a pApplication method or the ISPEXEC interface.

Most services are supported (missing services are mostly file tailoring, and LM*) as are dynamic input/output areas, tables and a large subset of the ISPF panel language. See doc directory for more details.

This as been written as an exercise whilst learning C++ and OOP and I've put it on GitHub in case anyone wants to use/contribute to it. There is a lack of applications, but there is a browser, an editor similar to the mainframe PDF editor that also supports macros (including line command macros) written in OOREXX and syntax hilighting and a file list application.

Other features include split screen, application stacking, keylists, reflists, command tables, field expansion, command retrieve, cursor-sensitive help, keylist help etc.

Screenshots:

Alt text

Alt text

Alt text

Alt text

lspf's People

Contributors

daniel64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lspf's Issues

feature request

Not a top priority but having custom language highlighting would be a very much appreciated addition

lspf.h missing ZSPROF

ZSPROF is not set and does not exist in src/lspf.h.
The closest is ZUPROF in spelling is this the correct name?

Remap newline and enter keys.

To make this more usable I suggest an option to remap the ENTER key to NEWLINE and right-CNTL to ENTER to emulate 3270 terminals. This is a critical feature for most ISPF users.

Compilation on OSX

I'm trying to compile lspf using comp1.

➜  src git:(master) ✗ ./comp1 
warning: unknown warning option '-Wno-int-in-bool-context'; did you mean
      '-Wno-gnu-include-next'? [-Wunknown-warning-option]
In file included from lspf.cpp:63:
./pApplication.cpp:4348:41: error: no member named '__cxa_exception_type' in
      'std::exception_ptr'
        llog( "E", "Exception: " << (ptr ? ptr.__cxa_exception_type()->n...
                                           ~~~ ^
./pApplication.h:444:50: note: expanded from macro 'llog'
" " << d2ds( taskid(), 5 ) << " " << t << " " << s ; \
                                                 ^
1 warning and 1 error generated.

Is it possible to solve this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.