1.0.1.4
On log tab, added icons and resize buttons for refreshing and clearing log file.
Soft coded alternating backcolor for source grid. Added new setting: sourcegridaltrowbackcolor
And the default backcolor setting is LightSteelBlue. It be changed to any System.Drawing.Color text value.
Ex: Color.LightSteelBlue is stored in settings as: LightSteelBlue
Adding setting: emulatorlaunch
setting to launch 5250 app from Tools/Launch 5250 Emulator menu option.
Put the command line to launch your favorite TN5250 emulator here as a convenience.
Added ability to specify a private key file. Private key file must be in puttygen format for the SSH key to work. This is a SSH.Net limitation. OpenSSL key files can be converted to puttygen format.
When an entry uses a private key file, no password entry is required.
ibmisystemlist
format is changed as follows: systemhostip|port|enableprivatekey|privatekeyfile
And then each full system entry is delimited by comma.
Ex ibmisystemlist
with 3 entries. The 3rd entry has no key so it expects user id and password.
systemhostip|port|true|c:\keys\privatekeyfile,systemhostip2|port2|true|c:\keysprivatekeyfile2,systemhostip3|port3|false|
Last used private key settings are also stored in the following settings:
ibmiuseprivatekey
- Use private key file.
ibmiprivatekeyfile
- Last private key file used.
Added settings to control form width and height if desired.
formwidth
- Default = 1018
formheight
- Default = 751
1.0.1.5
Added internal source edit/view form using FastColoredTextBox
Set viewer and editor settings to internal viewer by default.
sourceeditorexe
=internal
sourceviewerexe
=internal
Example sourceeditorexe and sourceviewerexe settings to use if you don't want internal viewer/editor:
VS Code command line: vscode://file/@@FILENAME
Notepad++ command line: c:\Program Files (x86)\Notepad++\notepad++.exe
Notepad: notepad.exe
Always leave
sourceeditorargs=@@FILENAME
and
sourceviewerargs=@@FILENAME
Added settings to control editor form width and height if desired.
editwidth
- Default = 1018
editheight
- Default = 751
Settings are now maintained with internal editor form for colorized XML instead of using external app: notepad.exe
Log file is viewed using internal editor instead of notepad.exe also.