New version 1.8.8 is available!
OL Code
1
Posts
1
Posters
24
Views
-
Import → Generate From Hub (terminology update)
- Renamed “Import from Hub” to “Generate from Hub” to better reflect the actual behavior.
Runtime key support for “Generate From Hub”
- Added a runtime key field for Generate from Hub flows, enabling correct auth/runtime behavior during generation.
Generate ReverseAPI via Generate From Hub
- You can now generate ReverseAPI directly through Generate from Hub, using the same workflow and options.
Filter focus: ESC + click outside now works
- Fixed filter focus “trap” behavior.
- You can now press ESC (and click outside) to unfocus reliably — applied across relevant filter inputs.
Clearer error wording: “Library” instead of “Dataset”
- When entering a non-existing folder, error text was updated from “dataset not exists” to “library does not exist” (correct AS/400 terminology for this context).
Login as different user now resets tabs
- Switching users now clears previously opened tabs, preventing cross-user leakage of open files and stale editor state.
Success messages no longer appear in error dialogs
- Fixed a UI bug where a success message (e.g., “Save successfully”) could appear inside an error dialog.
New file creation refreshes the tree
- Creating a new file now:
- Refreshes the file tree
- Expands the relevant folder path
- Focuses the newly created file automatically
Correct extensions when creating programs
- Programs are now created with the correct file extension (e.g., .CBL, .CPY) instead of extension-less names.
Compile confirmation text cleanup
- Fixed unclear compile confirmation text (removed broken spacing/wording) so prompts are readable and accurate.
Show real filename on open (not .MBR placeholder)
- Opening a file now displays the actual file name/type (e.g., POL2LST.SQLCBLLE) instead of a generic POL2LST.MBR placeholder.
Tab tooltip shows full path
- Hovering a file tab now shows a tooltip with the full object path, making it easier to distinguish similarly named files.
New compile template: COBOL + SQL (SQLCBLLE)
- Added a dedicated compile template for COBOL with embedded SQL (SQLCBLLE), so SQL compile settings aren’t guessed or misapplied.
Test program asset path fix
- Fixed test program generation where assets could be created under the wrong path.
- It now correctly uses:
/QSYS.LIB/<selected-folder>.LIB/<program-name>.PGM
Auto-save programs after creation
- Programs are no longer “just opened” after creation — they are now saved automatically as part of the create flow.
Rename now auto-saves + RSE rename endpoint
- Renaming a file now auto-saves the change.
- Backed by a dedicated Rename endpoint in RSE Mainframe.