-
Hi Gustavo.
I found that your extension have a lot of the abilities that I'm looking for, for my organisation.
But for now we cannot do without the IBM extension z Open editor.
I've tested your e…
-
- FFI::Platypus?
toddr updated
5 years ago
-
It would be nice if there were a way to add user-defined commands or macros to ZTI.
For example, a directory somewhere that a user can just drop-in a Python file, like `myfunc.py`, and then have t…
-
The `PARSE VERSION` instruction is defined by TRL2 to parse a 3-word phrase:
> Information describing the language level and the date of the language processor is parsed. This consists of five wor…
-
Hello, all.
In the wrapperutils.c file, I believe that the EBCDIC ASCII conversation tables are not quite right. Here is my "fixed" ones:
static unsigned char a2e[256] = {
0, 1, 2,…
-
```
I would love to be able to access menu items from inside open/save dialog
boxes by right clicking an empty whitespace area.
I was thinking this could work via a right click context menu item "haw…
-
We have flags/#defines for reporting mouse movement (`PDC_MOUSE_MOVED`, `MOUSE_MOVED`). And we have flags and #defines for 'reporting mouse position' (`PDC_MOUSE_POSITION`, `MOUSE_POS_REPORT`).
It…
-
```
I would love to be able to access menu items from inside open/save dialog
boxes by right clicking an empty whitespace area.
I was thinking this could work via a right click context menu item "haw…
-
This is the TEST EXEC:
/* */
address ''
Do i = 1 to bobstem.0
say bobstem.i
End
Runn…
-
As with the countstr/pos call arisen: you can use an invalid prototype statement not matching the called function requirements.
1. the prototype statement of a function must be defined at the calle…